GuiRunner Class Reference
Responsible for running GUI systems as new states are received from the backend. More...
#include <GuiRunner.hh>
Public Slots | |
void | OnPluginAdded (const QString &_objectName) |
Callback when a plugin has been added. This function has no effect and is left here for ABI compatibility. More... | |
void | RequestState () |
Make a new state request to the server. More... | |
Public Member Functions | |
GuiRunner (const std::string &_worldName) | |
Constructor. More... | |
~GuiRunner () override | |
Destructor. More... | |
Detailed Description
Responsible for running GUI systems as new states are received from the backend.
Constructor & Destructor Documentation
◆ GuiRunner()
|
explicit |
Constructor.
- Parameters
-
[in] _worldName World name.
◆ ~GuiRunner()
|
override |
Destructor.
Member Function Documentation
◆ OnPluginAdded
|
slot |
Callback when a plugin has been added. This function has no effect and is left here for ABI compatibility.
- Parameters
-
[in] _objectName Plugin's object name.
◆ RequestState
|
slot |
Make a new state request to the server.
The documentation for this class was generated from the following file: