Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Enumerations | Functions
lobby_view_item.h File Reference
#include <vector>
Include dependency graph for lobby_view_item.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  lobby_view_item { color , race , start }
 The items in the Lobby. More...
 

Functions

std::vector< lobby_view_itemget_all_lobby_view_items () noexcept
 
lobby_view_item get_next (const lobby_view_item there)
 
lobby_view_item get_previous (const lobby_view_item &there)
 
void test_lobby_view_item ()
 

Enumeration Type Documentation

◆ lobby_view_item

enum class lobby_view_item
strong

The items in the Lobby.

The thing that are set in the Lobby dialog.

Enumerator
color 
race 
start 

Function Documentation

◆ get_all_lobby_view_items()

std::vector< lobby_view_item > get_all_lobby_view_items ( )
noexcept

◆ get_next()

lobby_view_item get_next ( const lobby_view_item  there)

◆ get_previous()

lobby_view_item get_previous ( const lobby_view_item there)

◆ test_lobby_view_item()

void test_lobby_view_item ( )