![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtCollectionEditor:
Collaboration diagram for DtCollectionEditor:Public Slots | |
| virtual void | btnOk_Clicked () |
| virtual void | btnCancel_Clicked () |
| virtual void | btnAdd_Clicked () |
| virtual void | btnRemove_Clicked () |
Public Member Functions | |
| DtCollectionEditor (QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtCollectionEditor () |
| DTOR. | |
| virtual void | setCollection (const QStringList lst) |
| Set the collection of strings. | |
| virtual QStringList | collection () const |
Protected Slots | |
| virtual void | languageChange () |
Protected Attributes | |
| QPushButton * | myButtonOk |
| The accept button. | |
| QPushButton * | myButtonCancel |
| The reject button. | |
| QPushButton * | myButtonAdd |
| The button for adding items. | |
| QPushButton * | myButtonRemove |
| The button for removing items. | |
| QListWidget * | myTextListBox |
| The list of items. | |
| QGroupBox * | myDialogBox |
| The grid layout. | |
| QGroupBox * | myOkCancelBox |
| The layout containing the ok and cancel buttons. | |
| QGroupBox * | myAddRemoveBox |
| The layout containing the add and remove buttons. | |
| QStringList | myCollection |
| The collection of strings to be edited. | |
| QLineEdit * | myStringEditor |
| Editable line for strings. | |
| DtCollectionEditor::DtCollectionEditor | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
References btnAdd_Clicked(), btnCancel_Clicked(), btnOk_Clicked(), btnRemove_Clicked(), connect(), myAddRemoveBox, myButtonAdd, myButtonCancel, myButtonOk, myButtonRemove, myDialogBox, myOkCancelBox, myStringEditor, and myTextListBox.
|
virtual |
DTOR.
|
virtualslot |
References myCollection, myStringEditor, and myTextListBox.
Referenced by DtCollectionEditor().
|
virtualslot |
Referenced by DtCollectionEditor().
|
virtualslot |
Referenced by DtCollectionEditor().
|
virtualslot |
References myCollection, and myTextListBox.
Referenced by DtCollectionEditor().
|
virtual |
References myCollection.
Referenced by DtPropertyCollectionEditorWidget::value().
|
protectedvirtualslot |
References myButtonAdd, myButtonCancel, myButtonOk, and myButtonRemove.
|
virtual |
Set the collection of strings.
References myCollection, and myTextListBox.
Referenced by DtPropertyCollectionEditorWidget::DtPropertyCollectionEditorWidget(), and DtPropertyCollectionEditorWidget::setStringList().
|
protected |
The layout containing the add and remove buttons.
Referenced by DtCollectionEditor().
|
protected |
The button for adding items.
Referenced by DtCollectionEditor(), and languageChange().
|
protected |
The reject button.
Referenced by DtCollectionEditor(), and languageChange().
|
protected |
The accept button.
Referenced by DtCollectionEditor(), and languageChange().
|
protected |
The button for removing items.
Referenced by DtCollectionEditor(), and languageChange().
|
protected |
The collection of strings to be edited.
Referenced by btnAdd_Clicked(), btnRemove_Clicked(), collection(), and setCollection().
|
protected |
The grid layout.
Referenced by DtCollectionEditor().
|
protected |
The layout containing the ok and cancel buttons.
Referenced by DtCollectionEditor().
|
protected |
Editable line for strings.
Referenced by btnAdd_Clicked(), and DtCollectionEditor().
|
protected |
The list of items.
Referenced by btnAdd_Clicked(), btnRemove_Clicked(), DtCollectionEditor(), and setCollection().