____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <ui.h>
Public Member Functions | |
| ButtonStyleProperties () | |
Public Attributes | |
| CGraphic * | Sprite |
| int | Frame |
| SDL_Color | BorderColorRGB |
| Uint32 | BorderColor |
| int | BorderSize |
| TextAlignment | TextAlign |
| Text alignment. | |
| int | TextX |
| Text X location. | |
| int | TextY |
| Text Y location. | |
| std::string | TextNormalColor |
| Normal text color. | |
| std::string | TextReverseColor |
| Reverse text color. | |
Definition at line 68 of file ui.h.
| ButtonStyleProperties::ButtonStyleProperties | ( | ) | [inline] |
Definition at line 77 of file ui.h.
Referenced by DrawMenuButton(), CIcon::DrawUnitIcon(), and ParseButtonStyleProperties().
Definition at line 78 of file ui.h.
Referenced by DrawMenuButton(), CIcon::DrawUnitIcon(), and ParseButtonStyleProperties().
| SDL_Color ButtonStyleProperties::BorderColorRGB |
Definition at line 79 of file ui.h.
Referenced by ButtonStyleProperties(), DrawMenuButton(), CIcon::DrawUnitIcon(), and ParseButtonStyleProperties().
Definition at line 81 of file ui.h.
Referenced by DrawMenuButton(), and ParseButtonStyleProperties().
Text alignment.
Definition at line 82 of file ui.h.
Referenced by CclDefineButtonStyle(), DrawMenuButton(), and ParseButtonStyleProperties().
Text X location.
Definition at line 83 of file ui.h.
Referenced by CclDefineButtonStyle(), DrawMenuButton(), and ParseButtonStyleProperties().
Text Y location.
Definition at line 84 of file ui.h.
Referenced by CclDefineButtonStyle(), DrawMenuButton(), and ParseButtonStyleProperties().
| std::string ButtonStyleProperties::TextNormalColor |
Normal text color.
Definition at line 85 of file ui.h.
Referenced by DrawMenuButton(), and ParseButtonStyleProperties().
| std::string ButtonStyleProperties::TextReverseColor |
Reverse text color.
Definition at line 86 of file ui.h.
Referenced by DrawMenuButton(), and ParseButtonStyleProperties().
1.5.6