20 #include "OptionsBaseState.h" 28 class ToggleTextButton;
39 Text *_txtEdgeScroll, *_txtDragScroll;
40 ComboBox *_cbxEdgeScroll, *_cbxDragScroll;
41 Text *_txtScrollSpeed, *_txtFireSpeed, *_txtXcomSpeed, *_txtAlienSpeed;
42 Slider *_slrScrollSpeed, *_slrFireSpeed, *_slrXcomSpeed, *_slrAlienSpeed;
43 Text *_txtPathPreview;
Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:32
void btnTooltipsClick(Action *action)
Handler for clicking the Tooltips button.
Definition: OptionsBattlescapeState.cpp:279
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
void cbxEdgeScrollChange(Action *action)
Handler for changing the Edge Scroll combobox.
Definition: OptionsBattlescapeState.cpp:207
void slrAlienSpeedChange(Action *action)
Handler for changing the alien movement speed slider.
Definition: OptionsBattlescapeState.cpp:252
void btnDeathsClick(Action *action)
Handler for clicking the Death Notifications button.
Definition: OptionsBattlescapeState.cpp:288
void btnPathPreviewClick(Action *action)
Handler for clicking a Path Preview button.
Definition: OptionsBattlescapeState.cpp:261
Text button with a list dropdown when pressed.
Definition: ComboBox.h:36
void cbxDragScrollChange(Action *action)
Handler for changing the Drag Scroll combobox.
Definition: OptionsBattlescapeState.cpp:216
OptionsBattlescapeState(OptionsOrigin origin)
Creates the Battlescape Options state.
Definition: OptionsBattlescapeState.cpp:37
Screen that lets the user configure various Battlescape options.
Definition: OptionsBattlescapeState.h:36
~OptionsBattlescapeState()
Cleans up the Battlescape Options state.
Definition: OptionsBattlescapeState.cpp:198
void slrScrollSpeedChange(Action *action)
Handler for changing the scroll speed slider.
Definition: OptionsBattlescapeState.cpp:225
void slrFireSpeedChange(Action *action)
Handler for changing the fire speed slider.
Definition: OptionsBattlescapeState.cpp:234
Definition: BaseInfoState.cpp:40
Options base state for common stuff across Options windows.
Definition: OptionsBaseState.h:41
void slrXcomSpeedChange(Action *action)
Handler for changing the X-COM movement speed slider.
Definition: OptionsBattlescapeState.cpp:243