|
group2 0.1.0
CSE 125 Group 2
|
Inputs needed to render the host-configuration UI for one frame. More...
#include <HostConfigUI.hpp>
Public Attributes | |
| HostConfigState & | draft |
| Mutable draft settings bound to the widgets. | |
| bool | serverRunning = false |
| True if the client is connected to a server session. | |
| bool | canManageServer = false |
| True if the local client is authorized to manage server settings. | |
| bool | ownsLocalProcess = false |
| True if this app still owns the hosted child process. | |
| bool | hasUnsavedServerChanges = false |
| True if draft settings differ from server state. | |
| uint16_t | boundPort = 0 |
| Actual bound server port when running. | |
| std::string_view | errorMessage |
| Last launch error, empty when none. | |
Inputs needed to render the host-configuration UI for one frame.
| uint16_t HostConfigUIInputs::boundPort = 0 |
Actual bound server port when running.
| bool HostConfigUIInputs::canManageServer = false |
True if the local client is authorized to manage server settings.
| HostConfigState& HostConfigUIInputs::draft |
Mutable draft settings bound to the widgets.
| std::string_view HostConfigUIInputs::errorMessage |
Last launch error, empty when none.
| bool HostConfigUIInputs::hasUnsavedServerChanges = false |
True if draft settings differ from server state.
| bool HostConfigUIInputs::ownsLocalProcess = false |
True if this app still owns the hosted child process.
| bool HostConfigUIInputs::serverRunning = false |
True if the client is connected to a server session.