VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
makVrv::DtMenu Class Reference

The abstract base menu class. More...

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

List of all members.

Public Member Functions

 DtMenu (DtDe &de, const std::string &menuIdName)
 CTOR.
virtual ~DtMenu ()
 DTOR.
virtual const std::string & menuIdName () const
 Get the menu id name, the menu id name is not the same thing as the visible menu text.
virtual QMenucreateMenu (DtDe &, QWidget *parent)=0
 Build a menu.

Protected Attributes

DtDemyDe
std::string myMenuIdName

Detailed Description

The abstract base menu class.

Examples

Constructor & Destructor Documentation

makVrv::DtMenu::DtMenu ( DtDe de,
const std::string &  menuIdName 
)

CTOR.

virtual makVrv::DtMenu::~DtMenu ( ) [virtual]

DTOR.


Member Function Documentation

virtual const std::string& makVrv::DtMenu::menuIdName ( ) const [virtual]

Get the menu id name, the menu id name is not the same thing as the visible menu text.

virtual QMenu* makVrv::DtMenu::createMenu ( DtDe ,
QWidget parent 
) [pure virtual]

Member Data Documentation

DtDe& makVrv::DtMenu::myDe [protected]
std::string makVrv::DtMenu::myMenuIdName [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)