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