![]() |
VR-Forces Developer's Guide
|
Convenience base class for registering and validating menu items that are common to the intervisibility menu.

Public Member Functions | |
| DtIntervisibilityMenuItem (DtDe &, const std::string &className) | |
| virtual | ~DtIntervisibilityMenuItem () |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
| virtual QAction * | createAction (DtDe &, QWidget *parent)=0 |
Protected Member Functions | |
| virtual DtIntervisibilityDriver::AttachPoints | attachableObjects () const |
| virtual bool | isAttachableObjectType (DtUniqueID) const |
| virtual DtVector | initialOffsetFor (int) const |
| virtual void | completeSetup () |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| QAction * | myAction |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_triggered () |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
| makVrv::DtIntervisibilityMenuItem::DtIntervisibilityMenuItem | ( | DtDe & | , |
| const std::string & | className | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Given the current selection, returns a list of attachable objects.
|
protectedvirtual |
Returns true if the IV line can be attached to the given ID.
|
protectedvirtual |
Returns the initial offset for an attached point at the specified index.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |