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

Public Member Functions | |
| DtCommandAssignmentWidgetLogic (makVrv::DtDe &, DtCommandAssignmentWidgetInterface *iFace) | |
| virtual | ~DtCommandAssignmentWidgetLogic () |
| DTOR. | |
| virtual void | setupUi (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *stmt=NULL) |
| Sets up the UI. | |
| virtual void | setAllowBroadcast (bool) |
| Tells the interface broadcast mode is valid or not. | |
| virtual void | setAllowBroadcasting (bool) |
| Tells the logic to allow broadcasting. | |
| virtual void | broadcastChanged () |
| Called when the value of the broadcast check box has changed. | |
| virtual void | attachExtension (const std::vector< makVrv::DtSimEntry * > &data, DtCommandDialogExtensionInterface *) |
| virtual void | detachExtension (DtCommandDialogExtensionInterface *) |
| virtual void | pickOK (const DtSimTask *, const std::vector< DtUUID > &names) |
| Called to resubmit the immediate task with new data when pick mode is active. | |
| virtual void | pickOK (const DtSimCommandObjectWrapper *) |
| Called to resubmit the sim command with new data when pick mode is active. | |
| virtual DtUUID | objectFromStatement (const DtSimStatement *) const |
| Given the task or set command, return the object that it applies to. | |
| virtual DtUUID | objectFromStatement (const DtSimCommand *) const |
| Given the sim command, return the object that it applies to. | |
| virtual DtSimStatement * | editableStatement (const DtSimStatement *) const |
| Given the task or set command, return a sim statement wrapper around the task or set contained within. | |
| virtual bool | valid () const |
| virtual void | slot_validStateChanged (bool b) |
| virtual void | slot_disableCancel (bool b) |
| virtual void | slot_onCancel () |
| virtual void | slot_onNameChanged (const DtUUID &) |
Protected Member Functions | |
| virtual void | slot_taskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| virtual void | slot_setRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| virtual void | slot_commandRequest (const DtSimCommandObjectWrapper &) |
| virtual void | slot_commandActivated (std::vector< DtUUID > names, const DtSimTask &) |
| virtual void | addFilter (const DtVrfSelectionFilter *filter) |
| virtual void | setSelectedName (const DtUUID &) |
| virtual DtUUID | selectedName () const |
| virtual void | selectFilter (int) |
| virtual void | selectFirstNonEmptyFilter () |
| virtual std::vector< std::string > | filtersFor (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *stmt, int &initialSelection) const |
| virtual std::vector< DtUUID > | names () const |
| Iterates over the DtSimEntry objects returned by myIFace->connectedTo() looking up the marking text for each one. | |
| virtual void | editStatement (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *stmt) |
| virtual bool | allowBroadcasting () const |
| virtual void | addFiltersFromCollection (const std::string &filterCollection) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtCommandAssignmentWidgetInterface * | myIFace |
| bool | myIsPossiblyImmediate |
| makVrv::DtSignalConnectionManager | myExtensionSignals |
| bool | myAllowBroadcasting |
A widget class for encapsulating radio commands for tasks or sets.
| makVrf::DtCommandAssignmentWidgetLogic::DtCommandAssignmentWidgetLogic | ( | makVrv::DtDe & | , |
| DtCommandAssignmentWidgetInterface * | iFace | ||
| ) |
|
virtual |
DTOR.
|
virtual |
Sets up the UI.
|
virtual |
Tells the interface broadcast mode is valid or not.
|
virtual |
Tells the logic to allow broadcasting.
|
virtual |
Called when the value of the broadcast check box has changed.
|
virtual |
|
virtual |
|
virtual |
Called to resubmit the immediate task with new data when pick mode is active.
|
virtual |
Called to resubmit the sim command with new data when pick mode is active.
|
virtual |
Given the task or set command, return the object that it applies to.
|
virtual |
Given the sim command, return the object that it applies to.
Calls to sim command dialog manager to handle the request
|
virtual |
Given the task or set command, return a sim statement wrapper around the task or set contained within.
Caller must delete returned pointer
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEmbeddedEntityCommandAssignmentWidgetLogic.
|
protectedvirtual |
Reimplemented in makVrf::DtEmbeddedEntityCommandAssignmentWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEmbeddedEntityCommandAssignmentWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Iterates over the DtSimEntry objects returned by myIFace->connectedTo() looking up the marking text for each one.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |