![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~DtAggregateAsDialogInterface () |
| virtual void | setupGui (const makVrv::DtSelectionManager::IdSet &)=0 |
| Sets up gui based on current selection. | |
| virtual void | clearAggregateTypes ()=0 |
| Clears out the aggregate types combo. | |
| virtual void | addAggregateType (const QString &)=0 |
| Adds a new aggregate type to the combo. | |
| virtual DtVrfSelectionFilter * | addFilter (const DtVrfSelectionFilter *)=0 |
| Adds filter. | |
| virtual void | selectFilter (int)=0 |
| Selects filter. | |
| virtual DtVrfFilteredListView * | listView ()=0 |
| virtual int | currentAggregateType () const =0 |
| virtual void | setObjectType (const DtRangedObjectType &)=0 |
| virtual DtRangedObjectType | aggregateObjectType () const =0 |
| virtual void | setAggregateIcon (const QPixmap &)=0 |
| virtual void | setSelectedName (const QString &)=0 |
| virtual void | updateMoveButtons ()=0 |
Public Attributes | |
| boost::signal< void(DtAggregateAsDialogInterface *, std::vector < makVrv::DtVrlinkSimulatedEntityState > &names, DtEntityType &type, int &force, int &initialAggregateState, DtSimulationAddress &addr)> | signal_aboutToBeAggregatesAs |
| virtual makVrf::DtAggregateAsDialogInterface::~DtAggregateAsDialogInterface | ( | ) | [virtual] |
| virtual void makVrf::DtAggregateAsDialogInterface::setupGui | ( | const makVrv::DtSelectionManager::IdSet & | ) | [pure virtual] |
Sets up gui based on current selection.
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::clearAggregateTypes | ( | ) | [pure virtual] |
Clears out the aggregate types combo.
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::addAggregateType | ( | const QString & | ) | [pure virtual] |
Adds a new aggregate type to the combo.
Implemented in makVrf::DtAggregateAsDialog.
| virtual DtVrfSelectionFilter* makVrf::DtAggregateAsDialogInterface::addFilter | ( | const DtVrfSelectionFilter * | ) | [pure virtual] |
Adds filter.
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::selectFilter | ( | int | ) | [pure virtual] |
Selects filter.
Implemented in makVrf::DtAggregateAsDialog.
| virtual DtVrfFilteredListView* makVrf::DtAggregateAsDialogInterface::listView | ( | ) | [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual int makVrf::DtAggregateAsDialogInterface::currentAggregateType | ( | ) | const [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::setObjectType | ( | const DtRangedObjectType & | ) | [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual DtRangedObjectType makVrf::DtAggregateAsDialogInterface::aggregateObjectType | ( | ) | const [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::setAggregateIcon | ( | const QPixmap & | ) | [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::setSelectedName | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| virtual void makVrf::DtAggregateAsDialogInterface::updateMoveButtons | ( | ) | [pure virtual] |
Implemented in makVrf::DtAggregateAsDialog.
| boost::signal<void (DtAggregateAsDialogInterface*, std::vector<makVrv::DtVrlinkSimulatedEntityState>& names, DtEntityType& type, int& force, int& initialAggregateState, DtSimulationAddress& addr)> makVrf::DtAggregateAsDialogInterface::signal_aboutToBeAggregatesAs |