|
Zappy GUI
C++ graphic client: renderer, camera, network
|
#include "EntityTooltipWidget.hpp"#include <algorithm>#include "ColorPalette.hpp"#include "I18n.hpp"#include "TextRenderer.hpp"
Include dependency graph for EntityTooltipWidget.cpp:Go to the source code of this file.
Variables | |
| static constexpr Color | BG_COLOR = {20, 25, 35, 220} |
| static constexpr Color | BORDER_COLOR = {60, 70, 90, 200} |
| static constexpr Color | TEXT_COLOR = {255, 255, 255, 255} |
| static constexpr Color | TILE_COLOR = {100, 200, 255, 255} |
| static constexpr Color | PLAYER_COLOR = {100, 255, 150, 255} |
| static constexpr Color | EGG_COLOR = {255, 200, 80, 255} |
| static constexpr Color | FOLLOW_NORMAL = {40, 80, 60, 220} |
| static constexpr Color | FOLLOW_HOVER = {60, 140, 90, 240} |
| static constexpr Color | STOP_NORMAL = {80, 40, 40, 220} |
| static constexpr Color | STOP_HOVER = {140, 60, 60, 240} |
|
staticconstexpr |
Definition at line 11 of file EntityTooltipWidget.cpp.
Referenced by SpeedSlider::draw(), and EntityTooltipWidget::EntityTooltipWidget().
|
staticconstexpr |
Definition at line 12 of file EntityTooltipWidget.cpp.
Referenced by SpeedSlider::draw(), and EntityTooltipWidget::EntityTooltipWidget().
|
staticconstexpr |
Definition at line 16 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::_rebuild().
|
staticconstexpr |
Definition at line 18 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::handleInput().
|
staticconstexpr |
Definition at line 17 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::handleInput().
|
staticconstexpr |
Definition at line 15 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::_rebuild().
|
staticconstexpr |
Definition at line 20 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::handleInput().
|
staticconstexpr |
Definition at line 19 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::handleInput().
|
staticconstexpr |
Definition at line 13 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::_rebuild(), and EntityTooltipWidget::EntityTooltipWidget().
|
staticconstexpr |
Definition at line 14 of file EntityTooltipWidget.cpp.
Referenced by EntityTooltipWidget::_rebuild().