29#include <guichan/actionlistener.hpp>
30#include <guichan/keylistener.hpp>
37 public gcn::KeyListener
43 void apply()
override;
46 void action(
const gcn::ActionEvent &event)
override;
A drop down box from which you can select different values.
The list model for mode list.
The list model for choosing the scale.
A container for the contents of a tab in the setup window.
std::unique_ptr< ResolutionListModel > mResolutionListModel
bool mSDLTransparencyDisabled
gcn::CheckBox * mCustomCursorCheckBox
gcn::DropDown * mWindowModeDropDown
bool mParticleEffectsEnabled
void apply() override
Called when the Apply button is pressed in the setup window.
void cancel() override
Called when the Cancel button is pressed in the setup window.
gcn::DropDown * mResolutionDropDown
VideoSettings mVideoSettings
gcn::Slider * mParticleDetailSlider
std::unique_ptr< ScaleListModel > mScaleListModel
gcn::CheckBox * mOpenGLCheckBox
gcn::Slider * mOverlayDetailSlider
DropDown * mScaleDropDown
void action(const gcn::ActionEvent &event) override
gcn::CheckBox * mParticleEffectsCheckBox
gcn::Label * mParticleDetailField
std::unique_ptr< gcn::ListModel > mWindowModeListModel
gcn::Label * mOverlayDetailField
gcn::CheckBox * mVSyncCheckBox
gcn::CheckBox * mDisableSDLTransparencyCheckBox
gcn::CheckBox * mFpsCheckBox
bool mCustomCursorEnabled