![]() |
VR-Forces 4.6.1 Class Documentation
|
Specialized version of the aggregate as dialog that will only update the orbat nodes without effecting the hierarchy. More...

Public Member Functions | |
| DtOrbatAggregateAsDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtOrbatAggregateAsDialog () |
| virtual void | setupGui (const makVrv::DtSelectionManager::IdSet &) |
| Sets up gui based on current selection. | |
| virtual DtString | markingText () const |
| Returns the marking text to use for this item. | |
| virtual void | setParent (const DtUUID &) |
| The parent of the newly created aggregate. | |
| 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::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 () |
| Inits connections for dialog. | |
| virtual void | clearAggregateTypes () |
| Clears out the aggregate types combo. | |
| virtual void | addAggregateType (const QString &) |
| Adds a new aggregate type to the combo. | |
| virtual DtVrfSelectionFilter * | addFilter (const DtVrfSelectionFilter *) |
| Adds filter. | |
| virtual void | selectFilter (int) |
| Selects filter. | |
| 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 () |
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
| 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 |