15 #include <QtWidgets/QWidget>
16 #include <QtCore/QString>
45 virtual void setModelDefinitionList(std::vector<std::string>& modelDefList);
48 virtual void setPreloadModelDefintionList(std::vector<std::string>& preloadModelDefList);
60 virtual void slot_addToPreloadListClicked();
63 virtual void slot_removeFromPreloadListClicked();
66 virtual void slot_clearPreloadModelsClicked();
69 virtual void slot_loadPreloadModelsClicked();
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Contains makVrv::DtModelPreloadInterface class.
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:72
DtModelPreloadInterface is the interface allowing the DtModelPreloadPageLogic and DtModelPreloadWidge...
Definition: DtModelPreloadInterface.h:20