13 #if !defined(Q_MOC_RUN)
22 #include <QtWidgets/QWidget>
68 virtual void setupUi();
74 virtual void display(
const QString&);
78 virtual void mouseReleaseEvent(QMouseEvent*)
override;
82 virtual void setupEvent();
83 virtual void queueSetupEvent();
86 virtual void updateEventTime();
112 virtual QWidget* create(
makVrv::DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags)
override;
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
The DtRwScenarioEvent class will define the contents of a scenario event and it's current status...
Definition: rwScenarioEvent.h:68
Base class to provide boost signal/slot management.
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
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