_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ 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 | |
CUnitInfoPanel () | |
ui.cpp - The user interface globals. | |
~CUnitInfoPanel () | |
Public Attributes | |
std::string | Name |
int | PosX |
Ident of the panel. More... | |
int | PosY |
X coordinate of the panel. More... | |
CFont * | DefaultFont |
Y coordinate of the panel. More... | |
std::vector< CContentType * > | Contents |
Default font for content. More... | |
ConditionPanel * | Condition |
Array of contents to display. More... | |
Info for the panel.
|
inline |
CUnitInfoPanel::~CUnitInfoPanel | ( | ) |
ConditionPanel* CUnitInfoPanel::Condition |
Array of contents to display.
std::vector<CContentType *> CUnitInfoPanel::Contents |
Default font for content.
CFont* CUnitInfoPanel::DefaultFont |
Y coordinate of the panel.
std::string CUnitInfoPanel::Name |
int CUnitInfoPanel::PosX |
Ident of the panel.
int CUnitInfoPanel::PosY |
X coordinate of the panel.