VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtAttachItem Class Reference

base class that all attach items derive from An Item builder for the attach follow item. More...

Inheritance diagram for makVrv::DtAttachItem:
Inheritance graph
[legend]

Public Member Functions

 DtAttachItem (const std::string &menuItemIdName, DtDe &de)
 CTOR.
virtual ~DtAttachItem ()
 Virtual DTOR.
virtual QActioncreateAction (DtDe &, QWidget *parent)=0
 Build a menu item (via an action).
- 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 setAttachMode (DtObserverObject::AttachType attachType)
virtual void attachSelected ()

Protected Attributes

DtDemyDe
QActionmyQAction
- 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 ()

Detailed Description

base class that all attach items derive from An Item builder for the attach follow item.

The menu id string is "DtAttachFollowItem"

Constructor & Destructor Documentation

makVrv::DtAttachItem::DtAttachItem ( const std::string &  menuItemIdName,
DtDe de 
)

CTOR.

virtual makVrv::DtAttachItem::~DtAttachItem ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual QAction* makVrv::DtAttachItem::createAction ( DtDe ,
QWidget parent 
)
pure virtual
virtual void makVrv::DtAttachItem::setAttachMode ( DtObserverObject::AttachType  attachType)
protectedvirtual
virtual void makVrv::DtAttachItem::attachSelected ( )
protectedvirtual

Member Data Documentation

DtDe& makVrv::DtAttachItem::myDe
protected
QAction* makVrv::DtAttachItem::myQAction
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)