31 Q_PROPERTY(QColor InvalidDefinitionColor MEMBER myInvalidDefinitionColor USER
true)
39 virtual void clearValues()
override;
42 virtual void setSchema(
const std::vector<std::string>& schema);
45 virtual void setFileLocationBar(
const std::vector<std::string>& schema);
48 virtual void setCurrentSchema(
const std::string& currentSchema);
52 virtual void setCurrentFileLocation(
const std::string& currentSchema);
56 std::string getCurrentFileLocation();
59 virtual void updateErrorMessages(
const QStringList& messages);
62 virtual void invalidateColorQtProperties();
66 virtual void on_mySchemaComboBox_currentIndexChanged(
int index);
70 virtual void on_myFileComboBox_currentIndexChanged(
int index);
Interface of the makVrv::DtModelDefinitionEditorWidget for the makVrv::DtModelDefinitionEditorLogic.
Definition: DtModelDefinitionEditorInterface.h:23
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
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
Contains makVrv::DtModelDefinitionEditorInterface class.