____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
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 | |
| CInfoPanel () | |
| void | Draw () |
Public Attributes | |
| int | X |
| int | Y |
Definition at line 298 of file ui.h.
| void CInfoPanel::Draw | ( | void | ) |
Draw info panel.
Definition at line 937 of file mainscr.cpp.
References DrawInfoPanelMultipleSelected(), DrawInfoPanelNoneSelected(), DrawInfoPanelSingleSelected(), and NumSelected.
Referenced by UpdateDisplay().
| int CInfoPanel::X |
Definition at line 305 of file ui.h.
Referenced by DrawEditorPanel(), DrawInfoPanelNoneSelected(), DrawPatchIcons(), DrawPlayers(), DrawUnitIcons(), DrawUnitInfo(), DrawUnitStats(), and EditorCallbackMouse().
| int CInfoPanel::Y |
Definition at line 306 of file ui.h.
Referenced by DrawEditorPanel(), DrawInfoPanelNoneSelected(), DrawPatchIcons(), DrawPlayers(), DrawUnitIcons(), DrawUnitInfo(), DrawUnitStats(), and EditorCallbackMouse().
1.5.6