![]() |
VR-Forces 5.0.1 Developer's Guide
|
The menu item which brings up the error log page.

Public Member Functions | |
| DtLogItem (DtDe &de) | |
| virtual | ~DtLogItem () |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
Protected Member Functions | |
| virtual void | onDeError (const DtDeError &error, bool critical) |
| virtual void | on_triggered () |
| virtual void | outputErrorToConsole (const DtDeError &error, bool critical) |
Protected Attributes | |
| DtDe & | myDe |
| 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 () |
| makVrv::DtLogItem::DtLogItem | ( | DtDe & | de | ) |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
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.
|
protected |
|
protected |