16 #include <QtWidgets/QWidget>
37 class DtScriptedTaskOptionsWidgetLogic;
56 virtual void setWarnOnSystemScriptChange(
bool)
override;
57 virtual bool warnOnSystemScriptChange()
const override;
59 virtual void setShowWarnOnSystemScriptChange(
bool)
override;
60 virtual bool showWarnOnSystemScriptChange()
const override;
62 virtual void setMonitorFrameRates(
bool)
override;
63 virtual bool monitorFrameRates()
const override;
65 virtual void setIndent(
int)
override;
66 virtual int indent()
const override;
68 virtual void setScriptEditor(
const std::string&)
override;
69 virtual std::string scriptEditor()
const override;
73 virtual void onOptionChanged();
74 virtual void onChooseScriptEditor();
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