group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
JoinMenuState Struct Reference

Mutable widget state for the server join form. More...

#include <MainMenuUI.hpp>

Public Attributes

std::string serverAddress
 Server address entered by the user.
ServerBrowserTab activeTab = ServerBrowserTab::LocalListing
 Currently selected browser tab.
bool applyInitialTabSelection = true
 True when the active tab should be forced selected once.
bool joining = false
 True while an outbound join attempt is in progress.
std::string joiningLabel
 Target label shown while joining.

Detailed Description

Mutable widget state for the server join form.

Member Data Documentation

◆ activeTab

Currently selected browser tab.

◆ applyInitialTabSelection

bool JoinMenuState::applyInitialTabSelection = true

True when the active tab should be forced selected once.

◆ joining

bool JoinMenuState::joining = false

True while an outbound join attempt is in progress.

◆ joiningLabel

std::string JoinMenuState::joiningLabel

Target label shown while joining.

◆ serverAddress

std::string JoinMenuState::serverAddress

Server address entered by the user.


The documentation for this struct was generated from the following file: