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

Public Member Functions | |
| DtMenuPathSelector (makVrv::DtDe &de, const std::string &scriptId, QWidget *parent, const Qt::WindowFlags &f=0) | |
| virtual | ~DtMenuPathSelector () |
| virtual QString | selectMenuPath (const QString &curPath="") |
| Puts up a widget to allow the user to select a menu path. | |
| virtual void | modifyScriptedTask (const DtScriptedTaskMetaData &)=0 |
| 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 | |
| DtConfigurableMenuAssembler | myMenuAssembler |
| QPushButton * | myAddBefore |
| QPushButton * | myAddAfter |
| QTreeWidget * | myMenu |
| QLineEdit * | myMenuItem |
| QRadioButton * | myBefore |
| QRadioButton * | myAfter |
Protected Slots | |
| virtual void | addBefore () |
| virtual void | addAfter () |
| virtual const DtConfigurableMenuAssembler & | assembler () const =0 |
| virtual QList< QAction * > | actions () const =0 |
| virtual const char * | menuId () const =0 |
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::DtMenuPathSelector::DtMenuPathSelector | ( | 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.
|
pure virtual |
Implemented in makVrf::DtSetMenuPathSelector, and makVrf::DtTaskMenuPathSelector.
|
virtual |
| QString makVrf::DtMenuPathSelector::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 |
|
protectedpure virtualslot |
Implemented in makVrf::DtSetMenuPathSelector, and makVrf::DtTaskMenuPathSelector.
Implemented in makVrf::DtSetMenuPathSelector, and makVrf::DtTaskMenuPathSelector.
|
protectedpure virtualslot |
Implemented in makVrf::DtSetMenuPathSelector, and makVrf::DtTaskMenuPathSelector.
| DtConfigurableMenuAssembler makVrf::DtMenuPathSelector::myMenuAssembler |
| QPushButton* makVrf::DtMenuPathSelector::myAddBefore |
| QPushButton* makVrf::DtMenuPathSelector::myAddAfter |
| QTreeWidget* makVrf::DtMenuPathSelector::myMenu |
| QLineEdit* makVrf::DtMenuPathSelector::myMenuItem |
| QRadioButton* makVrf::DtMenuPathSelector::myBefore |
| QRadioButton* makVrf::DtMenuPathSelector::myAfter |
|
protected |
|
protected |