![]() |
VR-Forces 4.1.1 Class Documentation
|
The menu item to create a range line. More...

Public Member Functions | |
| DtCreateRangeLineMenuItem (makVrv::DtDe &de) | |
| virtual | ~DtCreateRangeLineMenuItem () |
Public Member Functions inherited from makVrv::DtIntervisibilityMenuItem | |
| DtIntervisibilityMenuItem (DtDe &, const std::string &className) | |
| CTOR. | |
| virtual | ~DtIntervisibilityMenuItem () |
| DTOR. | |
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. | |
Protected Member Functions | |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| virtual void | on_triggered () |
| When triggered, get a pointer to the range line driver and start the creation process. | |
| virtual void | on_aboutToShow () |
| virtual DtVector | initialOffsetFor (int) const |
| Returns the initial offset for an attached point at the specified index. | |
Protected Member Functions inherited from makVrv::DtIntervisibilityMenuItem | |
| virtual DtIntervisibilityDriver::AttachPoints | attachableObjects () const |
| Given the current selection, returns a list of attachable objects. | |
| virtual bool | isAttachableObjectType (DtUniqueID) const |
| Returns true if the IV line can be attached to the given ID. | |
| virtual void | completeSetup () |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
Protected Attributes inherited from makVrv::DtIntervisibilityMenuItem | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| QAction * | myAction |
The menu item to create a range line.
| exampleRangeLine::DtCreateRangeLineMenuItem::DtCreateRangeLineMenuItem | ( | makVrv::DtDe & | de | ) |
|
virtual |
|
protectedvirtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
When triggered, get a pointer to the range line driver and start the creation process.
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Returns the initial offset for an attached point at the specified index.
Reimplemented from makVrv::DtIntervisibilityMenuItem.