|
group2 0.1.0
CSE 125 Group 2
|
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. | |
Mutable widget state for the server join form.
| ServerBrowserTab JoinMenuState::activeTab = ServerBrowserTab::LocalListing |
Currently selected browser tab.
| bool JoinMenuState::applyInitialTabSelection = true |
True when the active tab should be forced selected once.
| bool JoinMenuState::joining = false |
True while an outbound join attempt is in progress.
| std::string JoinMenuState::joiningLabel |
Target label shown while joining.
| std::string JoinMenuState::serverAddress |
Server address entered by the user.