115 virtual Q_INVOKABLE
void save() {};
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
virtual void setActiveConnection(const bool activeConnection)
Sets the active connection state of the driver.
bool isAutoConnect() const
Checks if the driver should auto-connect.
virtual ~DtVreSelectConnectionPageDriver() override
Destructor.
void activeConnectionChanged(bool activeConnection)
Signal emitted when the active connection state changes.
bool isActiveConnection() const
Checks if the driver is the active connection.
void autoConnectChanged(bool autoConnect)
Signal emitted when the auto-connect state changes.
bool autoConnect
Auto-connect state of the driver.
Definition vreSelectConnectionPageDriver.h:54
QString getDriverName() const
Gets the name of the driver.
bool activeConnection
Active connection state.
Definition vreSelectConnectionPageDriver.h:60
bool myAutoConnect
Auto-connect state flag.
Definition vreSelectConnectionPageDriver.h:186
virtual Q_INVOKABLE void save()
Saves the current driver configuration.
Definition vreSelectConnectionPageDriver.h:115
virtual void setAutoConnect(const bool autoConnect)
Sets the auto-connect state of the driver.
QString driverName
Name of the connection driver.
Definition vreSelectConnectionPageDriver.h:42
QString driverType
Type of the connection driver.
Definition vreSelectConnectionPageDriver.h:48
QString getDriverType() const
Gets the type of the driver.
QString myDriverName
Name of the connection driver.
Definition vreSelectConnectionPageDriver.h:175
virtual void setData(makVre::DtVreMessage *msg)=0
Sets driver data from a message.
bool myActiveConnection
Active connection state flag.
Definition vreSelectConnectionPageDriver.h:192
virtual void setDriverType(const QString &type)
Sets the type of the driver.
void driverTypeChanged(QString type)
Signal emitted when the driver type changes.
DtVreSelectConnectionPageDriver(QObject *parent=nullptr)
Constructor.
virtual void setDriverName(const QString &name)
Sets the name of the driver.
QString myDriverType
Type of the connection driver.
Definition vreSelectConnectionPageDriver.h:180
void driverNameChanged(QString name)
Signal emitted when the driver name changes.
Defines export macros for the VR-Engage Player Station library.
#define PLAYERSTATION_DLL
Definition export.h:24
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
Defines the base class for all VREngage messages.