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

Public Slots | |
| virtual void | validate () |
Public Member Functions | |
| DtVrfTaskSetMenu (const std::string &className, const QString &title, QWidget *parent, makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtVrfTaskSetMenu () |
| DtTaskSetMenu. | |
| virtual void | setValidate (bool b) |
| virtual void | setPartOfPlanDialog (int b) |
| 0 - Not part of plan dialog 1 - Part of plan dialog 2 - Part of command widget | |
| virtual void | setEntitySet (const makVrv::DtSelectionManager::IdSet &set) |
| virtual void | setMenuItemValidation (bool b) |
| virtual void | setHideDisabledItem (bool yesNo) |
| If set to True, disabled task and set items in the menu will be hidden. | |
| virtual void | setSignalDialogCreation (bool b) |
| Set to true to signal a dialog wants to be created rather than simply creating it. Default is false. | |
| bool | signalDialogCreation () const |
| virtual void | setSignalTaskSetRequests (bool b) |
| If flag is set to true, signal is sent when a request comes in for a task or set. | |
| bool | signalTaskSetRequests () const |
| int | partOfPlanDialog () const |
| const makVrv::DtSelectionManager::IdSet & | entitySet () const |
| void | setParentMenu (DtVrfTaskSetMenu *p) |
| DtVrfTaskSetMenu * | parentMenu () |
| virtual void | clearMenu () |
| Clears out all menu items. | |
| virtual void | slot_sendSetRequest (std::vector< std::string > names, const DtSetDataRequest &s) |
| virtual void | slot_sendTaskRequest (std::vector< std::string > names, const DtSimTask &s) |
| virtual void | slot_createTaskSetDialog (int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector< makVrv::DtSimEntry * > &, int) |
| Sends off signal sent by action. | |
| virtual void | signalCommandDialogCreation (int menuItemType, QWidget *parent, DtVrfTaskSetAction *forAction, const std::vector< makVrv::DtSimEntry * > &data, int partOfPlan) |
| Signals that a command dialog wants to be created (on behalf of radio menu) | |
| virtual void | mergeChangesFrom (const std::string &menu, const DtSubMenuConfiguration &, DtSubMenuConfiguration &, bool maintainOriginalOrder=false) |
| Merges the changes from the source into the configuration. | |
Public Member Functions inherited from makVrf::DtSelectionEnabledMenu | |
| DtSelectionEnabledMenu (const QString &title, QWidget *parent, makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtSelectionEnabledMenu () |
| DTOR. | |
| virtual void | slot_validateMenuItems () |
Public Member Functions inherited from makVrf::DtAssembledMenu | |
| DtAssembledMenu (const QString &title, QWidget *parent, makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtAssembledMenu () |
| DTOR. | |
| const DtConfigurableMenuAssembler & | assembler () const |
Public Attributes | |
| boost::signal< void(std::vector < std::string > names, const DtSetDataRequest &)> | signal_sendSetRequest |
| boost::signal< void(std::vector < std::string > names, const DtSimTask &)> | signal_sendTaskRequest |
| boost::signal< void(QAction *)> | signal_validateMenuItem |
| boost::signal< void(int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector < makVrv::DtSimEntry * > &, int, DtVrfTaskSetMenu *)> | signal_createTaskSetDialog |
| boost::signal< void(int menuItemType, QWidget *, DtVrfTaskSetAction *, const std::vector < makVrv::DtSimEntry * > &, int, DtVrfTaskSetMenu *)> | signal_createCommandDialog |
Protected Types | |
| typedef std::map< int, std::vector< QAction * > > | TaskActions |
Protected Member Functions | |
| virtual void | revalidate (makVrv::DtUniqueID) |
| Called when tasks/sets have been updated due to message, revalidate this menu if the entity that it represents has changed. | |
| virtual bool | eventFilter (QObject *, QEvent *) |
| virtual void | actionAdded (QEvent *) |
| virtual void | addTaskAction (QAction *) |
| virtual void | rebuildToolbar (const std::string &) |
| virtual void | validateMenuItems (int terrainPatchOffset) |
| virtual void | slot_backendUpdated (const DtVrfBackendState &, int) |
| virtual bool | available (int menu, std::vector< int > &l) const |
| virtual bool | shouldAddAsPartOfMenu (const QList< QAction * > &acts, QAction *toMatch) const |
| virtual std::vector< std::string > | whoShouldITask (const std::vector< std::string > &name, const DtSimTask &newTask) |
| Given the list of names, see who should be tasked given current setting for asking to abandon task and plan. | |
| virtual void | destroyActions (const QList< QAction * > &actions) |
| virtual bool | updateSubMenuVisibilityState (QMenu *) |
| Hide submenus that have no visible children or show sub menus that have at least one visible child. | |
Protected Member Functions inherited from makVrf::DtSelectionEnabledMenu | |
| virtual void | slot_terrainPatchToBeDeleted () |
| virtual bool | terrainLoaded (int terrainCountOffset) const |
Protected Attributes | |
| TaskActions | myTaskSetActions |
| makVrv::DtSelectionManager::IdSet | myEntitySet |
| bool | myValidate |
| bool | myMenuItemValidation |
| int | myPartOfPlanDialog |
| bool | mySignalTaskSetRequests |
| bool | mySignalDialogCreation |
| std::vector< DtVrfTaskSetMenu * > | myRadioMenus |
| DtVrfTaskSetMenu * | myParentMenu |
| std::string | myClassName |
| bool | myHideDisabledItems |
| makVrv::DtSelectionManager::IdSet | myValidatedFor |
|
protected |
| makVrf::DtVrfTaskSetMenu::DtVrfTaskSetMenu | ( | const std::string & | className, |
| const QString & | title, | ||
| QWidget * | parent, | ||
| makVrv::DtDe & | |||
| ) |
CTOR.
|
virtual |
DtTaskSetMenu.
|
virtual |
|
virtual |
0 - Not part of plan dialog 1 - Part of plan dialog 2 - Part of command widget
|
virtual |
|
virtual |
|
virtual |
If set to True, disabled task and set items in the menu will be hidden.
Otherwise, they will simply be disabled but still visible.
|
virtual |
Set to true to signal a dialog wants to be created rather than simply creating it. Default is false.
|
inline |
|
virtual |
If flag is set to true, signal is sent when a request comes in for a task or set.
If false, sent directly to DtGuiThreadVrfRemoteController
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Clears out all menu items.
|
virtual |
|
virtual |
|
virtual |
Sends off signal sent by action.
|
virtual |
Signals that a command dialog wants to be created (on behalf of radio menu)
|
virtual |
Merges the changes from the source into the configuration.
Will need to expand paths to be what create menu is expecting.
|
virtualslot |
|
protectedvirtual |
Called when tasks/sets have been updated due to message, revalidate this menu if the entity that it represents has changed.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtSelectionEnabledMenu.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Given the list of names, see who should be tasked given current setting for asking to abandon task and plan.
|
protectedvirtual |
Hide submenus that have no visible children or show sub menus that have at least one visible child.
Returns true if any of the children of the menu are visible
| boost::signal<void (std::vector<std::string> names, const DtSetDataRequest&)> makVrf::DtVrfTaskSetMenu::signal_sendSetRequest |
| boost::signal<void (std::vector<std::string> names, const DtSimTask&)> makVrf::DtVrfTaskSetMenu::signal_sendTaskRequest |
| boost::signal<void (QAction*)> makVrf::DtVrfTaskSetMenu::signal_validateMenuItem |
| boost::signal<void (int menuItemType, QWidget*, DtVrfTaskSetAction*, const std::vector<makVrv::DtSimEntry*>&, int, DtVrfTaskSetMenu*)> makVrf::DtVrfTaskSetMenu::signal_createTaskSetDialog |
| boost::signal<void (int menuItemType, QWidget*, DtVrfTaskSetAction*, const std::vector<makVrv::DtSimEntry*>&, int, DtVrfTaskSetMenu*)> makVrf::DtVrfTaskSetMenu::signal_createCommandDialog |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |