VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtLogItem Class Reference

The menu item which brings up the error log page. More...

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

Public Member Functions

 DtLogItem (DtDe &de)
virtual ~DtLogItem ()
virtual QActioncreateAction (DtDe &, QWidget *parent)
 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 onDeError (const DtDeError &error, bool critical)
virtual void on_triggered ()
virtual void outputErrorToConsole (const DtDeError &error, bool critical)
 Output the error to console if we are not able to display the error on the gui.

Protected Attributes

DtDemyDe
QWidget * myParent
- Protected Attributes inherited from makVrv::DtMenuItem
std::string myMenuIdName

Additional Inherited Members

- Protected Slots inherited from makVrv::DtMenuItem
virtual void on_checkStateChanged (bool)
virtual void on_aboutToShow ()

Detailed Description

The menu item which brings up the error log page.

Constructor & Destructor Documentation

makVrv::DtLogItem::DtLogItem ( DtDe de)
virtual makVrv::DtLogItem::~DtLogItem ( )
virtual

Member Function Documentation

virtual QAction* makVrv::DtLogItem::createAction ( DtDe ,
QWidget *  parent 
)
virtual

Build a menu item (via an action).

Implements makVrv::DtMenuItem.

virtual void makVrv::DtLogItem::onDeError ( const DtDeError error,
bool  critical 
)
protectedvirtual
virtual void makVrv::DtLogItem::on_triggered ( )
protectedvirtual

Reimplemented from makVrv::DtMenuItem.

virtual void makVrv::DtLogItem::outputErrorToConsole ( const DtDeError error,
bool  critical 
)
protectedvirtual

Output the error to console if we are not able to display the error on the gui.

This can happen when we emit an error before we construct the QApplication.

Member Data Documentation

DtDe& makVrv::DtLogItem::myDe
protected
QWidget* makVrv::DtLogItem::myParent
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)