Constructor & Destructor Documentation
Constructor specifies the parent which should be a pointer to the makVrf::DtTaskSetMenuItem object.
DtDe is required by most GUI components.
| virtual makVrf::DtVrfTaskSetAction::~DtVrfTaskSetAction |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtVrfTaskSetAction::slot_onSendSetRequest |
( |
std::vector< std::string > |
names, |
|
|
const DtSetDataRequest & |
|
|
) |
| |
|
virtual |
Slot to receive a sendSetRequest.
This slot is not hooked up by default.
- Parameters
-
| names | vector of names of entities |
| request | the set data request |
| virtual void makVrf::DtVrfTaskSetAction::slot_onSendTaskRequest |
( |
std::vector< std::string > |
names, |
|
|
const DtSimTask & |
|
|
) |
| |
|
virtual |
Slot to receive a sendTaskRequest.
This slot is not hooked up by default.
- Parameters
-
| names | vector of names of entities |
| request | the task request |
| virtual void makVrf::DtVrfTaskSetAction::on_triggered |
( |
| ) |
|
|
virtual |
Member Data Documentation
| boost::signal<void (std::vector<std::string> names, const DtSetDataRequest&)> makVrf::DtVrfTaskSetAction::signal_sendSetRequest |
Boost signal emitted when sending a set request.
Other objects can connected to this signal to be notified when slot_onSendSetRequest() is called. Otherwise this isn't emitted by default.
- Parameters
-
| names | vector of names of entities |
| request | the set data request |
| boost::signal<void (std::vector<std::string> names, const DtSimTask&)> makVrf::DtVrfTaskSetAction::signal_sendTaskRequest |
Boost signal emitted when sending a task request.
Other objects can connected to this signal to be notified when slot_onSendTaskRequest() is called. Otherwise this isn't emitted by default.
- Parameters
-
| names | vector of names of entities |
| request | the task request |
Signal emitted when the dialog is created if the parent menu was signaled to create the action.
Called by on_triggered() in the condition previously mentioned.
- Parameters
-
| menuItemType | the integer menu type value |
| parent | the parent widget pointer, likely the menu |
| action | the action, generally this object |
| entries | the selected entities in this dialog |
| plan | whether or not this action is part of a plan dialog or not, true if so, false otherwise. |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.vrf4-3-branch/include/vrfGuiCoreQt/vrfTaskSetMenu.h