![]() |
VR-Forces 4.8 Class Documentation
|
Action that is used for a radio item. More...

Public Member Functions | |
| DtVrfRadioAction (QWidget *, makVrv::DtDe &) | |
| virtual | ~DtVrfRadioAction () |
| virtual void | setSignalDialogCreation (bool) |
| bool | signalDialogCreation () const |
Public Member Functions inherited from makVrf::DtVrfTaskSetAction | |
| DtVrfTaskSetAction (QWidget *parent, makVrv::DtDe &) | |
| Constructor specifies the parent which should be a pointer to the makVrf::DtTaskSetMenuItem object. More... | |
| virtual | ~DtVrfTaskSetAction () |
| Destructor. More... | |
| void | setParentMenu (DtVrfTaskSetMenu *p) |
| Sets the parent menu which is of type makVrf::DtVrfTaskSetMenu. More... | |
| DtVrfTaskSetMenu * | parentMenu () |
| Gets the parent menu which is of type makVrf::DtVrfTaskSetMenu. More... | |
| virtual void | on_aboutToShow () |
| When this is about to show, if this is on the right click menu only, then show it. More... | |
| virtual void | slot_onSendSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| Slot to receive a sendSetRequest. More... | |
| virtual void | slot_onSendTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| Slot to receive a sendTaskRequest. More... | |
Public Attributes | |
| boost::signals2::signal< void(int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector < makVrv::DtSimEntry * > &, int, DtVrfTaskSetMenu *)> | signal_createCommandDialog |
| Signals that a command dialog wants to be created (on behalf of radio menu) More... | |
| boost::signals2::signal< void(int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector < makVrv::DtSimEntry * > &, int, DtVrfTaskSetMenu *)> | signal_createTaskSetDialog |
| Signals that a regular task/set dialog wants to be created (on behalf of radio menu) More... | |
Public Attributes inherited from makVrf::DtVrfTaskSetAction | |
| boost::signals2::signal< void(std::vector < DtUUID > names, const DtSetDataRequest &)> | signal_sendSetRequest |
| Boost signal emitted when sending a set request. More... | |
| boost::signals2::signal< void(std::vector < DtUUID > names, const DtSimTask &)> | signal_sendTaskRequest |
| Boost signal emitted when sending a task request. More... | |
| boost::signals2::signal< void(int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector < makVrv::DtSimEntry * > &, bool)> | signal_createTaskSetDialog |
| Signal emitted when the dialog is created if the parent menu was signaled to create the action. More... | |
Protected Slots | |
| virtual void | dialogDestroyed () |
Protected Member Functions | |
| virtual void | on_triggered () |
| Function is called by the makVrf::DtVrfTaskSetMenuItem::on_triggered() function. More... | |
| virtual void | slot_commandActivated (const std::vector< DtUUID > &n, const DtSimTask &task, DtVrfTaskSetMenu *menu) |
Protected Attributes | |
| bool | mySignalDialogCreation |
Protected Attributes inherited from makVrf::DtVrfTaskSetAction | |
| makVrv::DtDe & | myDe |
| DtVrfTaskSetMenu * | myParentMenu |
Action that is used for a radio item.
| makVrf::DtVrfRadioAction::DtVrfRadioAction | ( | QWidget * | , |
| makVrv::DtDe & | |||
| ) |
|
virtual |
|
virtual |
|
inline |
|
protectedvirtualslot |
|
protectedvirtual |
Function is called by the makVrf::DtVrfTaskSetMenuItem::on_triggered() function.
Meant to perform the action of this class.
Reimplemented from makVrf::DtVrfTaskSetAction.
|
protectedvirtual |
| boost::signals2::signal<void (int menuItemType, QWidget*, DtVrfTaskSetAction*, const std::vector<makVrv::DtSimEntry*>&, int, DtVrfTaskSetMenu*)> makVrf::DtVrfRadioAction::signal_createCommandDialog |
Signals that a command dialog wants to be created (on behalf of radio menu)
| boost::signals2::signal<void (int menuItemType, QWidget*, DtVrfTaskSetAction*, const std::vector<makVrv::DtSimEntry*>&, int, DtVrfTaskSetMenu*)> makVrf::DtVrfRadioAction::signal_createTaskSetDialog |
Signals that a regular task/set dialog wants to be created (on behalf of radio menu)
|
protected |