 |
OpenXcom
1.0
Open-source clone of the original X-Com
|
19 #ifndef OPENXCOM_OPTIONSGEOSCAPESTATE_H
20 #define OPENXCOM_OPTIONSGEOSCAPESTATE_H
22 #include "OptionsBaseState.h"
29 class ToggleTextButton;
42 Text *_txtScrollSpeed, *_txtDogfightSpeed, *_txtClockSpeed;
43 Slider *_slrScrollSpeed, *_slrDogfightSpeed, *_slrClockSpeed;
44 Text *_txtGlobeDetails;
COPYING:
Definition: BaseInfoState.cpp:41
void btnGlobeCountriesClick(Action *action)
Handler for clicking the Country Borders button.
Definition: OptionsGeoscapeState.cpp:228
Definition: ToggleTextButton.h:33
Container for all the information associated with a given user action, like mouse clicks,...
Definition: Action.h:35
Options base state for common stuff across Options windows.
Definition: OptionsBaseState.h:44
void slrDogfightSpeedChange(Action *action)
Handler for changing the dogfight speed slider.
Definition: OptionsGeoscapeState.cpp:210
void slrClockSpeedChange(Action *action)
Handler for changing the clock speed slider.
Definition: OptionsGeoscapeState.cpp:219
void btnShowFundsClick(Action *action)
Handler for clicking the Show Funds button.
Definition: OptionsGeoscapeState.cpp:255
Horizontal slider control to select from a range of values.
Definition: Slider.h:37
void btnGlobePathsClick(Action *action)
Handler for clicking the Flight Paths button.
Definition: OptionsGeoscapeState.cpp:246
Screen that lets the user configure various Geoscape options.
Definition: OptionsGeoscapeState.h:38
Text string displayed on screen.
Definition: Text.h:42
OptionsGeoscapeState(Game *game, OptionsOrigin origin)
Creates the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:43
~OptionsGeoscapeState()
Cleans up the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:183
void slrScrollSpeedChange(Action *action)
Handler for changing the scroll speed slider.
Definition: OptionsGeoscapeState.cpp:201
Text button with a list dropdown when pressed.
Definition: ComboBox.h:39
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:45
void cbxDragScrollChange(Action *action)
Handler for changing the Drag Scroll combobox.
Definition: OptionsGeoscapeState.cpp:192
void btnGlobeRadarsClick(Action *action)
Handler for clicking the Radar Ranges button.
Definition: OptionsGeoscapeState.cpp:237