![]() |
VR-Forces Development_Version Class Documentation
|
An Item builder for deleting selected intervisibility items. More...

Public Member Functions | |
| DtIntervisibilityDeleteMenuItem (DtDe &) | |
| CTOR. | |
| virtual | ~DtIntervisibilityDeleteMenuItem () |
| DTOR. | |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
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 void | on_triggered () |
| virtual void | on_aboutToShow () |
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 DtVector | initialOffsetFor (int) const |
| Returns the initial offset for an attached point at the specified index. | |
| 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 |
An Item builder for deleting selected intervisibility items.
| makVrv::DtIntervisibilityDeleteMenuItem::DtIntervisibilityDeleteMenuItem | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.