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

Go to the source code of this file.

Classes

class  menu_view_layout
 The layout of the Menu dialog. More...
 

Functions

std::vector< screen_rectget_panels (const menu_view_layout &layout)
 Get the panels in the layout.
 
void test_menu_view_layout ()
 Test the menu_view_layout class.
 

Function Documentation

◆ get_panels()

std::vector< screen_rect > get_panels ( const menu_view_layout layout)

Get the panels in the layout.

◆ test_menu_view_layout()

void test_menu_view_layout ( )

Test the menu_view_layout class.