![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget class for encapsulating radio commands for tasks or sets. More...

Public Member Functions | |
| DtCommandAssignmentWidgetInterface () | |
| virtual | ~DtCommandAssignmentWidgetInterface () |
| DTOR. | |
| virtual void | connectSignals (const std::vector< makVrv::DtSimEntry * > &)=0 |
| Call to remove dialog if an entity is destroyed that is part of the supplied list. | |
| virtual void | setupUi (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *stmt=NULL)=0 |
| Sets up the UI. | |
| virtual void | setPartOfPlan (bool)=0 |
| virtual void | setAllowBroadcast (bool)=0 |
| virtual void | enableEntitySelectionWidget (bool)=0 |
| virtual bool | broadcasting () const =0 |
| virtual void | setBroadcasting (bool)=0 |
| virtual void | addFilter (const DtVrfSelectionFilter *filter)=0 |
| virtual void | setSelectedName (const QString &s)=0 |
| virtual QString | selectedName () const =0 |
| virtual void | selectFilter (int)=0 |
| virtual void | setOKEnabled (bool)=0 |
| Sets whether or not the OK button is enabled. | |
| virtual bool | extensionValid () const =0 |
| virtual void | commandActivated (const DtSimTask &, const std::vector< std::string > &, bool immediate)=0 |
| virtual void | commandActivated (const DtSimCommandObjectWrapper &, bool immediate)=0 |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *)=0 |
| Edits the current statement. Return true if the statement can be edited. | |
| virtual std::vector < DtVrfObjectListViewItem::DtVrfObjectState > | selectedObjects () const =0 |
| virtual DtCommandDialogExtensionInterface * | extension ()=0 |
| virtual void | setAllowObjectSelection (bool)=0 |
| virtual bool | canSelectObjects () const =0 |
| void | setParentMenu (DtVrfTaskSetMenu *p) |
| void | setParentContainer (DtCommandAssignmentWidgetInterface *p) |
| DtCommandAssignmentWidgetInterface * | parentContainer () |
| void | setAllowExtensionChange (bool b) |
| bool | allowExtensionChange () const |
| virtual const std::vector < makVrv::DtSimEntry * > & | connectedTo () const =0 |
Public Attributes | |
| boost::signal< void(const std::vector < makVrv::DtSimEntry * > &)> | signal_stopWatching |
Protected Attributes | |
| DtVrfTaskSetMenu * | myTaskSetMenu |
| DtCommandAssignmentWidgetInterface * | myParentContainer |
| bool | myAllowExtensionChange |
A widget class for encapsulating radio commands for tasks or sets.
| virtual makVrf::DtCommandAssignmentWidgetInterface::~DtCommandAssignmentWidgetInterface | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::connectSignals | ( | const std::vector< makVrv::DtSimEntry * > & | ) | [pure virtual] |
Call to remove dialog if an entity is destroyed that is part of the supplied list.
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setupUi | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| const DtSimStatement * | stmt = NULL |
||
| ) | [pure virtual] |
Sets up the UI.
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setPartOfPlan | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setAllowBroadcast | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::enableEntitySelectionWidget | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual bool makVrf::DtCommandAssignmentWidgetInterface::broadcasting | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setBroadcasting | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::addFilter | ( | const DtVrfSelectionFilter * | filter | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setSelectedName | ( | const QString & | s | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual QString makVrf::DtCommandAssignmentWidgetInterface::selectedName | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::selectFilter | ( | int | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setOKEnabled | ( | bool | ) | [pure virtual] |
Sets whether or not the OK button is enabled.
Implements makVrf::DtCommandDialogExtensionInterface.
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual bool makVrf::DtCommandAssignmentWidgetInterface::extensionValid | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::commandActivated | ( | const DtSimTask & | , |
| const std::vector< std::string > & | , | ||
| bool | immediate | ||
| ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::commandActivated | ( | const DtSimCommandObjectWrapper & | , |
| bool | immediate | ||
| ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual bool makVrf::DtCommandAssignmentWidgetInterface::editStatement | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| const DtSimStatement * | |||
| ) | [pure virtual] |
Edits the current statement. Return true if the statement can be edited.
Implements makVrf::DtCommandDialogExtensionInterface.
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual std::vector<DtVrfObjectListViewItem::DtVrfObjectState> makVrf::DtCommandAssignmentWidgetInterface::selectedObjects | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual DtCommandDialogExtensionInterface* makVrf::DtCommandAssignmentWidgetInterface::extension | ( | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual void makVrf::DtCommandAssignmentWidgetInterface::setAllowObjectSelection | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| virtual bool makVrf::DtCommandAssignmentWidgetInterface::canSelectObjects | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| void makVrf::DtCommandAssignmentWidgetInterface::setParentMenu | ( | DtVrfTaskSetMenu * | p | ) | [inline] |
| void makVrf::DtCommandAssignmentWidgetInterface::setParentContainer | ( | DtCommandAssignmentWidgetInterface * | p | ) | [inline] |
| DtCommandAssignmentWidgetInterface* makVrf::DtCommandAssignmentWidgetInterface::parentContainer | ( | ) | [inline] |
| void makVrf::DtCommandAssignmentWidgetInterface::setAllowExtensionChange | ( | bool | b | ) | [inline] |
| bool makVrf::DtCommandAssignmentWidgetInterface::allowExtensionChange | ( | ) | const [inline] |
| virtual const std::vector<makVrv::DtSimEntry*>& makVrf::DtCommandAssignmentWidgetInterface::connectedTo | ( | ) | const [pure virtual] |
Implemented in makVrf::DtCommandAssignmentWidget.
| boost::signal<void (const std::vector<makVrv::DtSimEntry*>&)> makVrf::DtCommandAssignmentWidgetInterface::signal_stopWatching |
Reimplemented from makVrf::DtCommandDialogExtensionInterface.
DtCommandAssignmentWidgetInterface* makVrf::DtCommandAssignmentWidgetInterface::myParentContainer [protected] |