![]() |
VR-Forces 4.6 Class Documentation
|
The radio item will present the user with a list of tasks or sets that are valid for the simulation objects that are selected to apply them to. More...

Public Member Functions | |
| DtRadioItem (makVrv::DtDe &de, const std::string &className) | |
| virtual | ~DtRadioItem () |
Public Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| DtVrfTaskSetMenuItem (const std::string &, makVrv::DtDe &, bool addToolbarItem=true) | |
| Constructor to specify the name of the menu item, but not the title. | |
| virtual | ~DtVrfTaskSetMenuItem () |
| Destructor. | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. | |
| virtual | ~DtMenuItem () |
| DTOR. | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. | |
| virtual QAction * | createAction (DtDe &, QWidget *parent)=0 |
| Build a menu item (via an action). | |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Protected Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| virtual QAction * | registerMenuItem (const QString &title, QWidget *parent, int iAction, const QString &iconBaseName) |
| Registers the menu item with the necessary gui components. | |
| virtual void | on_triggered () |
| The action performed when the menu item is selected. | |
| virtual DtVrfTaskSetAction * | createAction (QWidget *parent) |
| Override to return custom subclass of DtVrfTaskSetAction. | |
Protected Attributes inherited from makVrf::DtVrfTaskSetMenuItem | |
| makVrv::DtDe & | myDe |
The radio item will present the user with a list of tasks or sets that are valid for the simulation objects that are selected to apply them to.
| makVrf::DtRadioItem::DtRadioItem | ( | makVrv::DtDe & | de, |
| const std::string & | className | ||
| ) |
|
virtual |