20 #include "OptionsBaseState.h" 27 class ToggleTextButton;
40 Text *_txtScrollSpeed, *_txtDogfightSpeed, *_txtClockSpeed;
41 Slider *_slrScrollSpeed, *_slrDogfightSpeed, *_slrClockSpeed;
42 Text *_txtGlobeDetails;
void btnGlobeCountriesClick(Action *action)
Handler for clicking the Country Borders button.
Definition: OptionsGeoscapeState.cpp:208
Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:32
OptionsGeoscapeState(OptionsOrigin origin)
Creates the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:37
void cbxDragScrollChange(Action *action)
Handler for changing the Drag Scroll combobox.
Definition: OptionsGeoscapeState.cpp:172
Definition: ToggleTextButton.h:27
Horizontal slider control to select from a range of values.
Definition: Slider.h:34
Text string displayed on screen.
Definition: Text.h:40
Text button with a list dropdown when pressed.
Definition: ComboBox.h:36
void slrClockSpeedChange(Action *action)
Handler for changing the clock speed slider.
Definition: OptionsGeoscapeState.cpp:199
void slrDogfightSpeedChange(Action *action)
Handler for changing the dogfight speed slider.
Definition: OptionsGeoscapeState.cpp:190
void btnGlobeRadarsClick(Action *action)
Handler for clicking the Radar Ranges button.
Definition: OptionsGeoscapeState.cpp:217
void btnGlobePathsClick(Action *action)
Handler for clicking the Flight Paths button.
Definition: OptionsGeoscapeState.cpp:226
void btnShowFundsClick(Action *action)
Handler for clicking the Show Funds button.
Definition: OptionsGeoscapeState.cpp:235
~OptionsGeoscapeState()
Cleans up the Geoscape Options state.
Definition: OptionsGeoscapeState.cpp:163
Screen that lets the user configure various Geoscape options.
Definition: OptionsGeoscapeState.h:35
void slrScrollSpeedChange(Action *action)
Handler for changing the scroll speed slider.
Definition: OptionsGeoscapeState.cpp:181
Definition: BaseInfoState.cpp:40
Options base state for common stuff across Options windows.
Definition: OptionsBaseState.h:41