![]() |
VR-Exchange 2.10 API Documentation
|
A Text Based User Interface that dumps output to DtInfo. More...

Public Member Functions | |
| DtTextUserInterface (DtBrokerInitializer *init) | |
| Constructor. More... | |
| virtual | ~DtTextUserInterface () |
| 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 | 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... | |
Public Member Functions inherited from MAKVrExchange::DtGenericUserInterface | |
| DtGenericUserInterface () | |
| Constructor. More... | |
| virtual | ~DtGenericUserInterface () |
| Destructor. More... | |
| virtual void | showConfigurationOnly () |
| Called when a request has been made to display the UI. More... | |
| virtual void | revertSettings ()=0 |
| Refreshes the GUI with the saved settings. More... | |
| virtual void | clientsUpdated () |
| Notifies that the number of clients being served has changed This is only used in client-based brokers such as WebLVC. 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 Attributes | |
| DtString | myBrokerName |
| the Name of the broker. More... | |
Protected Attributes inherited from MAKVrExchange::DtGenericUserInterface | |
| bool | myDarkModeEnabled |
Private Member Functions | |
| DtTextUserInterface (const DtTextUserInterface &other) | |
| Copy constructor not implemented - cannot be copied. More... | |
| DtTextUserInterface & | operator= (const DtTextUserInterface &other) |
| Assignment operator not implemented - cannot be copied. More... | |
A Text Based User Interface that dumps output to DtInfo.
| MAKVrExchange::DtTextUserInterface::DtTextUserInterface | ( | DtBrokerInitializer * | init | ) |
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.
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.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
virtual |
Doxygen comments inherited from parent class.
Implements MAKVrExchange::DtGenericUserInterface.
|
protected |
the Name of the broker.