|
virtual void | clean () |
|
void | rebuild () |
|
bool | testGraphicsSettings () |
|
void | addControlControls (GuiObject *boss, const Common::String &prefix) |
|
void | addKeyMapperControls (GuiObject *boss, const Common::String &prefix, const Common::Array< Common::Keymap *> &keymaps, const Common::String &domain) |
|
void | addAchievementsControls (GuiObject *boss, const Common::String &prefix) |
|
void | addStatisticsControls (GuiObject *boss, const Common::String &prefix) |
|
void | addGraphicControls (GuiObject *boss, const Common::String &prefix) |
|
void | addAudioControls (GuiObject *boss, const Common::String &prefix) |
|
void | addMIDIControls (GuiObject *boss, const Common::String &prefix) |
|
void | addMT32Controls (GuiObject *boss, const Common::String &prefix) |
|
void | addVolumeControls (GuiObject *boss, const Common::String &prefix) |
|
void | addSubtitleControls (GuiObject *boss, const Common::String &prefix, int maxSliderVal=255) |
|
void | setGraphicSettingsState (bool enabled) |
|
void | setAudioSettingsState (bool enabled) |
|
void | setMIDISettingsState (bool enabled) |
|
void | setMT32SettingsState (bool enabled) |
|
void | setVolumeSettingsState (bool enabled) |
|
void | setSubtitleSettingsState (bool enabled) |
|
void | enableShaderControls (bool enabled) |
|
virtual void | setupGraphicsTab () |
|
void | updateScaleFactors (uint32 tag) |
|
bool | loadMusicDeviceSetting (PopUpWidget *popup, Common::String setting, MusicType preferredType=MT_AUTO) |
|
void | saveMusicDeviceSetting (PopUpWidget *popup, Common::String setting) |
|
void | markWidgetsAsDirty () |
|
virtual void | drawDialog (DrawLayer layerToDraw) |
|
void | drawWidgets () |
|
virtual void | handleMouseDown (int x, int y, int button, int clickCount) |
|
virtual void | handleMouseUp (int x, int y, int button, int clickCount) |
|
virtual void | handleMouseWheel (int x, int y, int direction) override |
|
virtual void | handleKeyDown (Common::KeyState state) |
|
virtual void | handleKeyUp (Common::KeyState state) |
|
virtual void | handleMouseMoved (int x, int y, int button) |
|
virtual void | handleMouseLeft (int button) |
|
Widget * | findWidget (int x, int y) |
|
Widget * | findWidget (const char *name) |
|
void | removeWidget (Widget *widget) override |
|
void | setMouseUpdatedOnFocus (bool mouseUpdatedOnFocus) |
|
void | setDefaultFocusedWidget () |
|
void | setResult (int result) |
|
int | getResult () const |
|
Common::String | _domain |
|
ButtonWidget * | _soundFontButton |
|
PathWidget * | _soundFont |
|
ButtonWidget * | _soundFontClearButton |
|
TabWidget * | _tabWidget |
|
int | _graphicsTabId |
|
int | _midiTabId |
|
ScrollContainerWidget * | _pathsContainer |
|
PathWidget * | _shader |
|
ButtonWidget * | _shaderClearButton |
|
ButtonWidget * | _updateShadersButton = nullptr |
|
Common::String | _guioptions |
|
Common::String | _guioptionsString |
|
OptionsContainerWidget * | _backendOptions |
|
Widget * | _mouseWidget |
|
Widget * | _focusedWidget |
|
Widget * | _dragWidget |
|
Widget * | _tickleWidget |
|
bool | _visible |
|
bool | _mouseUpdatedOnFocus |
|
ThemeEngine::DialogBackground | _backgroundType |
|
Common::Rect | _textDrawableArea |
|
int16 | _x |
|
int16 | _y |
|
uint16 | _w |
|
uint16 | _h |
|
bool | _useRTL |
|
const Common::String | _name |
|
Widget * | _firstWidget |
|