VR-Vantage API Documentation
List of all members | Public Member Functions | Protected Attributes
makVrv::DtMenu Class Reference

The abstract base menu class. More...

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

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:


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)