group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HostConfigUI.hpp File Reference

ImGui widget for local server hosting controls. More...

#include "host/HostedServer.hpp"
#include <cstdint>
#include <string_view>
Include dependency graph for HostConfigUI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HostConfigUIInputs
 Inputs needed to render the host-configuration UI for one frame. More...
struct  HostConfigResult
 User actions emitted by the host-configuration UI for one frame. More...

Namespaces

namespace  host_config_ui

Functions

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

Detailed Description

ImGui widget for local server hosting controls.