![]() |
VR-Forces 5.0.2 Developer's Guide
|
Specialized version of the aggregate as dialog that will only update the orbat nodes without effecting the hierarchy. Only items that are of orbat view nodes only will be added to this dialog.

Public Member Functions | |
| DtOrbatAggregateAsDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtOrbatAggregateAsDialog () |
| virtual void | setupGui (const makVrv::DtSelectionManager::IdSet &) |
| virtual DtString | markingText () const |
| virtual void | setParent (const DtUUID &) |
| const DtUUID & | parent () const |
Public Member Functions inherited from makVrf::DtAggregateAsDialog | |
| DtAggregateAsDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtAggregateAsDialog () |
Public Member Functions inherited from makVrf::DtAggregateAsDialogInterface | |
| virtual | ~DtAggregateAsDialogInterface () |
Public Attributes | |
| QLabel * | myNameLabel |
| QLineEdit * | myName |
Public Attributes inherited from makVrf::DtAggregateAsDialog | |
| Ui_DtAggregateAsDialogUi | myUiImpl |
| DtVrfFilteredListView * | myToAggregate |
| DtEnumerationSelectionWidget * | myEnumerationSelectionWidget |
| DtForceSelectionEntryWidget * | myForce |
Public Attributes inherited from makVrf::DtAggregateAsDialogInterface | |
| boost::signals2::signal< void(DtAggregateAsDialogInterface *, std::vector< DtUUID > &uuids, DtEntityType &type, int &force, int &initialAggregateState, DtSimulationAddress &addr)> | signal_aboutToBeAggregatesAs |
Protected Member Functions | |
| virtual DtAggregateAsDialogLogic * | createLogic () |
Protected Member Functions inherited from makVrf::DtAggregateAsDialog | |
| virtual void | initConnections () |
| virtual void | clearAggregateTypes () |
| virtual void | addAggregateType (const QString &) |
| virtual DtVrfSelectionFilter * | addFilter (const DtVrfSelectionFilter *) |
| virtual void | selectFilter (int) |
| DtVrfFilteredListView * | listView () |
| virtual void | setOKEnabled (bool b, const QString &toolTip="") |
| virtual int | currentAggregateType () const |
| virtual void | setObjectType (const DtObjectType &) |
| virtual DtObjectType | aggregateObjectType () const |
| virtual void | setAggregateIcon (const QPixmap &) |
| virtual void | setForce (int) |
| virtual int | force () const |
| virtual void | setSelectedName (const QString &name) |
| virtual QSize | iconSize () const |
| virtual void | updateMoveButtons () |
Protected Attributes | |
| DtUUID | myParent |
Protected Attributes inherited from makVrf::DtAggregateAsDialog | |
| makVrv::DtDe & | myDe |
| DtAggregateAsDialogLogic * | myLogic |
Additional Inherited Members | |
Protected Slots inherited from makVrf::DtAggregateAsDialog | |
| virtual void | acceptAndClose () |
| virtual void | more () |
| virtual void | less () |
| virtual void | moveEntityUp () |
| virtual void | moveEntityDown () |
| virtual void | sort () |
| virtual void | changeAggregateType () |
| virtual void | setupAggregateTypeAndIcon () |
| virtual void | forceTypeChanged () |
| makVrf::DtOrbatAggregateAsDialog::DtOrbatAggregateAsDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Sets up gui based on current selection.
Reimplemented from makVrf::DtAggregateAsDialog.
|
virtual |
Returns the marking text to use for this item.
|
virtual |
The parent of the newly created aggregate.
|
inline |
|
protectedvirtual |
Reimplemented from makVrf::DtAggregateAsDialog.
| QLabel* makVrf::DtOrbatAggregateAsDialog::myNameLabel |
| QLineEdit* makVrf::DtOrbatAggregateAsDialog::myName |
|
protected |