_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <popup.h>
Public Member Functions | |
popup.cpp - The popup globals. | |
CPopup () | |
~CPopup () | |
Public Attributes | |
std::vector< CPopupContentType * > | Contents |
std::string | Ident |
Array of contents to display. More... | |
int | MarginX |
Ident of the popup. More... | |
int | MarginY |
Left and right margin width. More... | |
int | MinWidth |
Upper and lower margin height. More... | |
int | MinHeight |
Minimal width covered by popup. More... | |
CFont * | DefaultFont |
Minimal height covered by popup. More... | |
IntColor | BackgroundColor |
Default font for content. More... | |
IntColor | BorderColor |
Color used for popup's background. More... | |
CPopup::CPopup | ( | ) |
CPopup::~CPopup | ( | ) |
IntColor CPopup::BackgroundColor |
Default font for content.
std::vector<CPopupContentType *> CPopup::Contents |
CFont* CPopup::DefaultFont |
Minimal height covered by popup.
std::string CPopup::Ident |
Array of contents to display.
int CPopup::MarginX |
Ident of the popup.
int CPopup::MarginY |
Left and right margin width.
int CPopup::MinHeight |
Minimal width covered by popup.
int CPopup::MinWidth |
Upper and lower margin height.