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;
Container for all the information associated with a given user action, like mouse clicks,...
Definition: Action.h:35
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
Options base state for common stuff across Options windows.
Definition: OptionsBaseState.h:44
Screen that lets the user configure various Geoscape options.
Definition: OptionsGeoscapeState.h:38
void btnShowFundsClick(Action *action)
Handler for clicking the Show Funds button.
Definition: OptionsGeoscapeState.cpp:255
void btnGlobeCountriesClick(Action *action)
Handler for clicking the Country Borders button.
Definition: OptionsGeoscapeState.cpp:228
void btnGlobePathsClick(Action *action)
Handler for clicking the Flight Paths button.
Definition: OptionsGeoscapeState.cpp:246
void cbxDragScrollChange(Action *action)
Handler for changing the Drag Scroll combobox.
Definition: OptionsGeoscapeState.cpp:192
OptionsGeoscapeState(Game *game, OptionsOrigin origin)
Creates the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:43
void slrScrollSpeedChange(Action *action)
Handler for changing the scroll speed slider.
Definition: OptionsGeoscapeState.cpp:201
void btnGlobeRadarsClick(Action *action)
Handler for clicking the Radar Ranges button.
Definition: OptionsGeoscapeState.cpp:237
void slrClockSpeedChange(Action *action)
Handler for changing the clock speed slider.
Definition: OptionsGeoscapeState.cpp:219
~OptionsGeoscapeState()
Cleans up the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:183
void slrDogfightSpeedChange(Action *action)
Handler for changing the dogfight speed slider.
Definition: OptionsGeoscapeState.cpp:210
Horizontal slider control to select from a range of values.
Definition: Slider.h:37
Text string displayed on screen.
Definition: Text.h:42
Definition: ToggleTextButton.h:33
COPYING:
Definition: BaseInfoState.cpp:41