group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
host_config_ui Namespace Reference

Functions

HostConfigResult buildHostConfigContents (const HostConfigUIInputs &inputs, bool showBackRow=true)
 Render host-configuration controls inside an already-open ImGui window/tab.
HostConfigResult buildHostConfigMenu (const HostConfigUIInputs &inputs)
 Render the host-configuration window and return requested actions.

Function Documentation

◆ buildHostConfigContents()

HostConfigResult host_config_ui::buildHostConfigContents ( const HostConfigUIInputs & inputs,
bool showBackRow = true )

Render host-configuration controls inside an already-open ImGui window/tab.

Parameters
inputsCurrent host settings and hosted-server status.
Returns
Buttons/actions selected by the user this frame.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ buildHostConfigMenu()

HostConfigResult host_config_ui::buildHostConfigMenu ( const HostConfigUIInputs & inputs)

Render the host-configuration window and return requested actions.

Parameters
inputsCurrent host settings and hosted-server status.
Returns
Buttons/actions selected by the user this frame.
Here is the call graph for this function:
Here is the caller graph for this function: