|
Zappy GUI
C++ graphic client: renderer, camera, network
|
Include dependency graph for WinScreen.cpp:Go to the source code of this file.
Variables | |
| static constexpr float | PANEL_MIN_W = 480.0f |
| static constexpr float | BTN_W = 140.0f |
| static constexpr float | BTN_H = 40.0f |
| static constexpr float | BTN_MARGIN = 20.0f |
| static constexpr Color | OVERLAY_COLOR = {0, 0, 0, 178} |
| static constexpr Color | PANEL_BORDER = {60, 70, 90, 200} |
| static constexpr Color | ACCENT = {210, 220, 240, 255} |
| static constexpr Color | TITLE_COLOR = {255, 220, 80, 255} |
|
staticconstexpr |
Definition at line 16 of file WinScreen.cpp.
Referenced by WinScreen::_rebuildPanel().
|
staticconstexpr |
Definition at line 12 of file WinScreen.cpp.
Referenced by WinScreen::draw(), and WinScreen::WinScreen().
|
staticconstexpr |
Definition at line 13 of file WinScreen.cpp.
Referenced by WinScreen::draw(), and WinScreen::WinScreen().
|
staticconstexpr |
Definition at line 11 of file WinScreen.cpp.
Referenced by WinScreen::draw().
|
staticconstexpr |
Definition at line 14 of file WinScreen.cpp.
Referenced by WinScreen::draw().
|
staticconstexpr |
Definition at line 15 of file WinScreen.cpp.
Referenced by WinScreen::WinScreen().
|
staticconstexpr |
Definition at line 10 of file WinScreen.cpp.
Referenced by WinScreen::WinScreen().
|
staticconstexpr |
Definition at line 17 of file WinScreen.cpp.
Referenced by WinScreen::_rebuildPanel().