29 #include "ui_BasicFillDialogForm.h" 
   33     m_ui(new Ui::BasicFillDialogForm)
 
   41   QGridLayout* layout = 
new QGridLayout(
m_ui->m_fillWidgetFrame);
 
   54     dlg.setWindowTitle(title);
 
   59   if(dlg.exec() == QDialog::Accepted)
 
   67   return m_fillWidget->getFill();
 
A Fill specifies the pattern for filling an area geometry. 
 
A dialog used to build a basic fill element. 
 
static te::se::Fill * getFill(const te::se::Fill *initial, QWidget *parent=0, const QString &title="")
Pops up a modal basic fill dialog with the given window title, lets the user configure the fill...
 
te::se::Fill * getFill() const 
Gets the configured fill element. 
 
te::qt::widgets::BasicFillWidget * m_fillWidget
Basic Fill Widget used to configure the fill element. 
 
bool setFill(const te::se::Fill *fill)
Sets a fill element to this widget. 
 
A dialog used to build a basic fill element. If you want to use this dialog, you can use commands lik...
 
BasicFillDialog(QWidget *parent=0, Qt::WindowFlags f=0)
Constructs a basic fill dialog which is a child of parent, with widget flags set to f...
 
A widget used to build a basic fill element. 
 
std::auto_ptr< Ui::BasicFillDialogForm > m_ui
Dialog form. 
 
A widget used to build a basic fill element. 
 
~BasicFillDialog()
Destructor.