12 #if !defined(Q_MOC_RUN)
27 namespace makVrfGuiObjectInformationQt
29 class DtObjectConsoleInformationStatusWidget;
47 static std::string creatorName();
50 virtual bool mouseReleaseEvent()
override;
52 virtual void deactivate()
override;
53 virtual void setNotifyLevelVisible(
bool b)
override;
55 virtual void setMessageQueueSize(
int)
override;
56 virtual void addMessage(
makVrv::DtElementID id,
const QString& mess,
int notifyLevel)
override;
57 virtual void clearMessages()
override;
59 virtual void setNotifyLevel(
int)
override;
60 virtual int notifyLevel()
const override;
65 virtual QString formatTextForSingleLine(
const QString& text)
const;
67 virtual QColor colorForLevel(
int)
const override;
Definition: informationDialogPage.h:414
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Contains makVrv::DtInformationDialogPage class.
Contains makVrf:DtSharedVrfVrlApplicationSettings class. This class will share settings between the d...
EntityStates
Definition: sharedVrfVrlApplicationSettings.h:30
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76