_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <ui.h>
Public Member Functions | |
ButtonStyle () | |
Public Attributes | |
int | Width |
int | Height |
Button width. More... | |
CFont * | Font |
Button height. More... | |
std::string | TextNormalColor |
Font. More... | |
std::string | TextReverseColor |
Normal text color. More... | |
TextAlignment | TextAlign |
Reverse text color. More... | |
int | TextX |
Text alignment. More... | |
int | TextY |
Text X location. More... | |
ButtonStyleProperties | Default |
Text Y location. More... | |
ButtonStyleProperties | Hover |
Default button properties. More... | |
ButtonStyleProperties | Clicked |
Hover button properties. More... | |
|
inline |
ButtonStyleProperties ButtonStyle::Clicked |
Hover button properties.
ButtonStyleProperties ButtonStyle::Default |
Text Y location.
CFont* ButtonStyle::Font |
Button height.
int ButtonStyle::Height |
Button width.
ButtonStyleProperties ButtonStyle::Hover |
Default button properties.
TextAlignment ButtonStyle::TextAlign |
Reverse text color.
std::string ButtonStyle::TextNormalColor |
Font.
std::string ButtonStyle::TextReverseColor |
Normal text color.
int ButtonStyle::TextX |
Text alignment.
int ButtonStyle::TextY |
Text X location.
int ButtonStyle::Width |