![]() |
VR-Forces 4.3 Class Documentation
|
Dialog that will allow the selection of a new menu path and creation of sub-menu paths. More...

Public Member Functions | |
| DtTaskMenuPathSelector (makVrv::DtDe &de, const std::string &scriptId, QWidget *parent, const Qt::WindowFlags &f=0) | |
| virtual | ~DtTaskMenuPathSelector () |
| virtual QString | selectMenuPath (const QString &curPath="") |
| Puts up a widget to allow the user to select a menu path. | |
| virtual void | modifyScriptedTask (const DtScriptedTaskMetaData &) |
| virtual void | setScriptId (const std::string &) |
| QString | locationOfScript () const |
| Returns a prettier string of the location of the script. | |
| virtual QAction * | findActionWithScriptId (const QList< QAction * > &, QAction *&parent) const |
| Returns the QAction that represents this script and the parent that contains it. | |
Public Attributes | |
| DtVrfTaskMenu * | myTaskMenu |
| DtTaskMenu * | myTaskMenuBuilder |
| DtConfigurableMenuAssembler | myMenuAssembler |
| QPushButton * | myAddBefore |
| QPushButton * | myAddAfter |
| QTreeWidget * | myMenu |
| QLineEdit * | myMenuItem |
| QRadioButton * | myBefore |
| QRadioButton * | myAfter |
Protected Slots | |
| virtual void | addBefore () |
| virtual void | addAfter () |
Protected Member Functions | |
| virtual void | populateMenu (QTreeWidgetItem *parent, QAction *actions, const DtConfigurableMenuAssembler &menuAssembler) |
| virtual void | addMenuAtPositionFromSelected (int) |
| virtual QTreeWidgetItem * | findMenuItem (QTreeWidgetItem *parent, const std::string &path) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| std::string | myScriptId |
Dialog that will allow the selection of a new menu path and creation of sub-menu paths.
| makVrf::DtTaskMenuPathSelector::DtTaskMenuPathSelector | ( | makVrv::DtDe & | de, |
| const std::string & | scriptId, | ||
| QWidget * | parent, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
virtual |
Puts up a widget to allow the user to select a menu path.
|
virtual |
|
virtual |
| QString makVrf::DtTaskMenuPathSelector::locationOfScript | ( | ) | const |
Returns a prettier string of the location of the script.
|
virtual |
Returns the QAction that represents this script and the parent that contains it.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
| DtVrfTaskMenu* makVrf::DtTaskMenuPathSelector::myTaskMenu |
| DtTaskMenu* makVrf::DtTaskMenuPathSelector::myTaskMenuBuilder |
| DtConfigurableMenuAssembler makVrf::DtTaskMenuPathSelector::myMenuAssembler |
| QPushButton* makVrf::DtTaskMenuPathSelector::myAddBefore |
| QPushButton* makVrf::DtTaskMenuPathSelector::myAddAfter |
| QTreeWidget* makVrf::DtTaskMenuPathSelector::myMenu |
| QLineEdit* makVrf::DtTaskMenuPathSelector::myMenuItem |
| QRadioButton* makVrf::DtTaskMenuPathSelector::myBefore |
| QRadioButton* makVrf::DtTaskMenuPathSelector::myAfter |
|
protected |
|
protected |