![]() |
VR-Forces Developer's Guide
|
The DtQtObjectConsoleMessageHandler will be used to get colors for various levels of console messages.

Public Member Functions | |
| DtQtObjectConsoleMessageHandler (makVrv::DtDe &) | |
| virtual | ~DtQtObjectConsoleMessageHandler () |
| virtual void | setDebugColor (const QColor &) |
| virtual const QColor & | debugColor () const |
| virtual void | setVerboseColor (const QColor &) |
| virtual const QColor & | verboseColor () const |
| virtual void | setInfoColor (const QColor &) |
| virtual const QColor & | infoColor () const |
| virtual void | setWarnColor (const QColor &) |
| virtual const QColor & | warnColor () const |
| virtual void | setFatalColor (const QColor &) |
| virtual const QColor & | fatalColor () const |
| virtual void | setNoNotifyLevelColor (const QColor &) |
| virtual const QColor & | noNotifyLevelColor () const |
| virtual void | setQuestionColor (const QColor &) |
| virtual const QColor & | questionColor () const |
| virtual makVrv::DtUnicode | translateComment (DtCommentInteractionInterface *comment) const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtQtObjectConsoleMessageHandler & | instance (makVrv::DtDe &de) |
Protected Attributes | |
| QColor | myDebugColor |
| QColor | myFatalColor |
| QColor | myWarnColor |
| QColor | myInfoColor |
| QColor | myVerboseColor |
| QColor | myNoNotifyLevelColor |
| QColor | myQuestionColor |
Properties | |
| QColor | DebugColor |
| QColor | FatalColor |
| QColor | WarnColor |
| QColor | InfoColor |
| QColor | VerboseColor |
| QColor | NoNotifyLevelColor |
| QColor | QuestionColor |
Additional Inherited Members |
| makVrf::DtQtObjectConsoleMessageHandler::DtQtObjectConsoleMessageHandler | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
Returns instance of the messager.
|
virtual |
Default Qt::gray.
|
virtual |
|
virtual |
Default Qt::darkGreen.
|
virtual |
|
virtual |
Default Qt::black.
|
virtual |
|
virtual |
Default QColor("#ff8800"); //! Amber.
|
virtual |
|
virtual |
Default Qt::red.
|
virtual |
|
virtual |
Default Qt::lightGray.
|
virtual |
|
virtual |
Default Qt::green.
|
virtual |
|
virtual |
Reimplemented from makVrf::DtObjectConsoleMessageHandler.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| QColor makVrf::DtQtObjectConsoleMessageHandler::DebugColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::FatalColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::WarnColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::InfoColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::VerboseColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::NoNotifyLevelColor |
| QColor makVrf::DtQtObjectConsoleMessageHandler::QuestionColor |