Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
WinScreen.cpp File Reference
#include "WinScreen.hpp"
#include <cstdint>
#include <string>
#include "I18n.hpp"
+ 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}
 

Variable Documentation

◆ ACCENT

constexpr Color ACCENT = {210, 220, 240, 255}
staticconstexpr

Definition at line 16 of file WinScreen.cpp.

Referenced by WinScreen::_rebuildPanel().

◆ BTN_H

constexpr float BTN_H = 40.0f
staticconstexpr

Definition at line 12 of file WinScreen.cpp.

Referenced by WinScreen::draw(), and WinScreen::WinScreen().

◆ BTN_MARGIN

constexpr float BTN_MARGIN = 20.0f
staticconstexpr

Definition at line 13 of file WinScreen.cpp.

Referenced by WinScreen::draw(), and WinScreen::WinScreen().

◆ BTN_W

constexpr float BTN_W = 140.0f
staticconstexpr

Definition at line 11 of file WinScreen.cpp.

Referenced by WinScreen::draw().

◆ OVERLAY_COLOR

constexpr Color OVERLAY_COLOR = {0, 0, 0, 178}
staticconstexpr

Definition at line 14 of file WinScreen.cpp.

Referenced by WinScreen::draw().

◆ PANEL_BORDER

constexpr Color PANEL_BORDER = {60, 70, 90, 200}
staticconstexpr

Definition at line 15 of file WinScreen.cpp.

Referenced by WinScreen::WinScreen().

◆ PANEL_MIN_W

constexpr float PANEL_MIN_W = 480.0f
staticconstexpr

Definition at line 10 of file WinScreen.cpp.

Referenced by WinScreen::WinScreen().

◆ TITLE_COLOR

constexpr Color TITLE_COLOR = {255, 220, 80, 255}
staticconstexpr

Definition at line 17 of file WinScreen.cpp.

Referenced by WinScreen::_rebuildPanel().