![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Dialog to hold a DtConsoleWidget. More...
Inheritance diagram for DtConsoleDialog:
Collaboration diagram for DtConsoleDialog:Public Member Functions | |
| DtConsoleDialog (DtConsoleWidget *console=0, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| virtual | ~DtConsoleDialog () |
| Destructor. More... | |
| DtConsoleWidget * | widget () |
| Returns a pointer to the embedded widget. More... | |
Public Member Functions inherited from DtWidgetDialog | |
| DtWidgetDialog (QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Ok|QDialogButtonBox::Cancel, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| virtual | ~DtWidgetDialog () |
| Destructor. More... | |
| virtual void | setWidget (QWidget *widget) |
| Embeds the widget in the dialog. More... | |
| virtual QPushButton * | addButton (const QString &text, QDialogButtonBox::ButtonRole role) |
| Adds a button with customized text to the dialog. More... | |
| virtual QPushButton * | addButton (QDialogButtonBox::StandardButton button) |
| Adds a standard button to the dialog. More... | |
| virtual bool | centerButtons () const |
| Centers the buttons in the dialog. More... | |
| virtual void | removeButton (QAbstractButton *button) |
| Removes the given button from the dialog. More... | |
| virtual void | removeButton (QDialogButtonBox::StandardButton button) |
| Removes a standard button from the dialog. More... | |
| virtual bool | isAcceptEnabled () |
| Returns true if there is an accept button enabled. More... | |
Additional Inherited Members | |
Public Slots inherited from DtWidgetDialog | |
| virtual void | enableAccept (bool enable) |
| Enables or disables any buttons with the AcceptRole. More... | |
| virtual void | enableApply (bool enable) |
| Enables or disables any buttons with the ApplyRole. More... | |
| virtual void | enableButtonRole (QDialogButtonBox::ButtonRole role, bool enable) |
| Enables or disables any buttons with the given role. More... | |
Protected Attributes inherited from DtWidgetDialog | |
| QVBoxLayout * | myLayout |
| The layout of the dialog. More... | |
| QDialogButtonBox * | myButtonBox |
| The button box on the dialog. More... | |
| QWidget * | myWidget |
| The embedded widget. More... | |
Dialog to hold a DtConsoleWidget.
|
inline |
Constructor.
References DtWidgetDialog::setWidget().
|
inlinevirtual |
Destructor.
|
inline |
Returns a pointer to the embedded widget.
References DtWidgetDialog::myWidget.