![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "side.h"#include "lobby_view_item.h"#include "read_only.h"#include "screen_rect.h"#include "layout.h"#include <map>#include <vector>

Go to the source code of this file.
Classes | |
| class | lobby_view_layout |
| The layout of the Lobby dialog. More... | |
Functions | |
| const screen_rect & | get_cursor_rect (const lobby_view_layout &layout, const lobby_view_item item, const side player_side) noexcept |
| Get the rectangle of the item. | |
| std::vector< screen_rect > | get_panels (const lobby_view_layout &layout) |
| Get the panels in the layout. | |
| void | test_lobby_view_layout () |
| Test the lobby_view_layout class. | |
|
noexcept |
Get the rectangle of the item.
| std::vector< screen_rect > get_panels | ( | const lobby_view_layout & | layout | ) |
Get the panels in the layout.
| void test_lobby_view_layout | ( | ) |
Test the lobby_view_layout class.