16 #include <QtWidgets/QWidget>
33 class DtSessionOptionsWidgetLogic;
34 class DtFileListWidget;
53 virtual void setAutoJoinSession(
bool)
override;
54 virtual bool autoJoinSession()
const override;
56 virtual void setAutomaticallyOpenSessionDatabaseWithoutJoiningSession(
bool)
override;
57 virtual bool automaticallyOpenSessionDatabaseWithoutJoiningSession()
const override;
59 virtual void setAskToJoinSession(
bool)
override;
60 virtual bool askToJoinSession()
const override;
62 virtual void setAlwaysJoinSessionWithSessionDatabase(
bool)
override;
63 virtual bool alwaysJoinSessionWithSessionDatabase()
const override;
65 virtual void setAlwaysJoinSessionOpenDatabase(
bool)
override;
66 virtual bool alwaysJoinSessionOpenDatabase()
const override;
68 virtual void setShowSessionDialogs(
bool)
override;
69 virtual bool showSessionDialogs()
const override;
73 virtual void onOptionChanged();
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