____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
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 | |
| CMapArea () | |
Public Attributes | |
| int | X |
| Screen pixel left corner x coordinate. | |
| int | Y |
| Screen pixel upper corner y coordinate. | |
| int | EndX |
| Screen pixel right x coordinate. | |
| int | EndY |
| Screen pixel bottom y coordinate. | |
| int | ScrollPaddingLeft |
| Scrollable area past the left of map. | |
| int | ScrollPaddingRight |
| Scrollable area past the right of map. | |
| int | ScrollPaddingTop |
| Scrollable area past the top of map. | |
| int | ScrollPaddingBottom |
| Scrollable area past the bottom of map. | |
Definition at line 212 of file ui.h.
| int CMapArea::X |
Screen pixel left corner x coordinate.
Definition at line 219 of file ui.h.
Referenced by MessagesDisplay::AddMessage(), MessagesDisplay::DrawMessages(), EditorCallbackMouse(), HandleMouseOn(), InitSoundClient(), SetViewportModeQuad(), SetViewportModeSingle(), SetViewportModeSplitHoriz(), SetViewportModeSplitHoriz3(), SetViewportModeSplitVert(), and UiToggleBigMap().
| int CMapArea::Y |
Screen pixel upper corner y coordinate.
Definition at line 220 of file ui.h.
Referenced by MessagesDisplay::DrawMessages(), EditorCallbackMouse(), HandleMouseOn(), InitSoundClient(), SetViewportModeQuad(), SetViewportModeSingle(), SetViewportModeSplitHoriz(), SetViewportModeSplitHoriz3(), SetViewportModeSplitVert(), and UiToggleBigMap().
| int CMapArea::EndX |
Screen pixel right x coordinate.
Definition at line 221 of file ui.h.
Referenced by MessagesDisplay::AddMessage(), ClipViewport(), MessagesDisplay::DrawMessages(), EditorCallbackMouse(), HandleMouseOn(), InitSoundClient(), InitUserInterface(), SetViewportModeQuad(), SetViewportModeSingle(), SetViewportModeSplitHoriz(), SetViewportModeSplitHoriz3(), SetViewportModeSplitVert(), and UiToggleBigMap().
| int CMapArea::EndY |
Screen pixel bottom y coordinate.
Definition at line 222 of file ui.h.
Referenced by ClipViewport(), EditorCallbackMouse(), HandleMouseOn(), InitSoundClient(), InitUserInterface(), SetViewportModeQuad(), SetViewportModeSingle(), SetViewportModeSplitHoriz(), SetViewportModeSplitHoriz3(), SetViewportModeSplitVert(), and UiToggleBigMap().
Scrollable area past the left of map.
Definition at line 223 of file ui.h.
Referenced by CViewport::Set().
Scrollable area past the right of map.
Definition at line 224 of file ui.h.
Referenced by CViewport::Set().
Scrollable area past the top of map.
Definition at line 225 of file ui.h.
Referenced by CViewport::Set().
Scrollable area past the bottom of map.
Definition at line 226 of file ui.h.
Referenced by CViewport::Set().
1.5.6