____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
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 | |
| CPieMenu () | |
| void | SetRadius (int radius) |
Public Attributes | |
| CGraphic * | G |
| Optional background image. | |
| int | MouseButton |
| Which mouse button pops up the piemenu, deactivate with NoButton. | |
| int | X [8] |
| X position of the pies. | |
| int | Y [8] |
| Y position of the pies. | |
Definition at line 262 of file ui.h.
| void CPieMenu::SetRadius | ( | int | radius | ) | [inline] |
Optional background image.
Definition at line 270 of file ui.h.
Referenced by CleanUserInterface(), DrawPieMenu(), and CUserInterface::Load().
Which mouse button pops up the piemenu, deactivate with NoButton.
Definition at line 271 of file ui.h.
Referenced by UIHandleButtonDown().
| int CPieMenu::X[8] |
X position of the pies.
Definition at line 272 of file ui.h.
Referenced by CPieMenu(), DrawPieMenu(), GetPieUnderCursor(), SetRadius(), and UIHandleMouseMove().
| int CPieMenu::Y[8] |
Y position of the pies.
Definition at line 273 of file ui.h.
Referenced by CPieMenu(), DrawPieMenu(), GetPieUnderCursor(), SetRadius(), and UIHandleMouseMove().
1.5.6