![]() |
WebLVC 1.8 API Documentation
|
A QT User Interface. More...

Public Member Functions | |
| DtQtUserInterface (DtBroker *broker, DtBrokerInitializer *init, DtBrokerDialogCreator dialogCreator, QString icon) | |
| Constructor. More... | |
| virtual | ~DtQtUserInterface () |
| Destructor. More... | |
Broker Dialog Interface | |
| virtual void | brokerStarted () |
| Doxygen comments inherited from parent class. More... | |
| virtual void | brokerStopped () |
| Doxygen comments inherited from parent class. More... | |
| virtual void | show () |
| Doxygen comments inherited from parent class. More... | |
| virtual void | showConfigurationOnly () |
| Doxygen comments inherited from parent class. More... | |
| virtual void | objectDiscovered (const DtBrokerObject *brokerObject) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | objectUpdated (const DtBrokerObject *brokerObject) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | objectRemoved (const DtBrokerObject *brokerObject) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | addTranslator (const char *name, bool reflectStatus, bool publishStatus, bool debugging) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | deleteTranslator (const char *name) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | updateTranslator (const char *name, bool reflectStatus, bool publishStatus, bool debugging) |
| Doxygen comments inherited from parent class. More... | |
| virtual void | revertSettings () |
| Doxygen comments inherited from parent class. More... | |
| virtual void | clientsUpdated () |
| Doxygen comments inherited from parent class. More... | |
Public Member Functions inherited from MAKVrExchange::DtGenericUserInterface | |
| DtGenericUserInterface () | |
| Constructor. More... | |
| virtual | ~DtGenericUserInterface () |
| Destructor. More... | |
| virtual bool | darkModeEnabled () |
| Get the dark mode status. More... | |
| virtual void | setDarkModeEnabled (bool enable) |
| Set the boolean for the current stylesheet theme. More... | |
Protected Member Functions | |
| virtual void | raiseAndShowDialog (QDialog *dialog) |
| Performs logic necessary to show the dialog above other windows. More... | |
Protected Attributes | |
| DtBrokerDialog * | myDialog |
| The dialog displayed by the interface. More... | |
Protected Attributes inherited from MAKVrExchange::DtGenericUserInterface | |
| bool | myDarkModeEnabled |
Private Member Functions | |
| DtQtUserInterface (const DtQtUserInterface &other) | |
| Copy constructor not implemented - cannot be copied. More... | |
| DtQtUserInterface & | operator= (const DtQtUserInterface &other) |
| Assignment operator not implemented - cannot be copied. More... | |
A QT User Interface.
| MAKVrExchange::DtQtUserInterface::DtQtUserInterface | ( | DtBroker * | broker, |
| DtBrokerInitializer * | init, | ||
| DtBrokerDialogCreator | dialogCreator, | ||
| QString | icon | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented - cannot be copied.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Reimplemented from MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
private |
Assignment operator not implemented - cannot be copied.
|
protectedvirtual |
Performs logic necessary to show the dialog above other windows.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Reimplemented from MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
protected |
The dialog displayed by the interface.