swift
|
Settings component. More...
Public Types | |
enum | SettingTab { SettingTabOverview , SettingTabServers , SettingTabGui , SettingTabNetwork , SettingTabHotkeys , SettingTabAudio , SettingTabDataAndCaches , SettingTabSimulator , SettingTabSimulatorBasics , SettingTabSimulatorMessages , SettingTabMatching , SettingTabAdvanced } |
Tabs. More... | |
Signals | |
void | changedWindowsOpacity (int opacity) |
Change the windows opacity 0..100. | |
Public Member Functions | |
CSettingsComponent (QWidget *parent=nullptr) | |
Constructor. | |
~CSettingsComponent () | |
Destructor. | |
swift::misc::simulation::settings::CSpecializedSimulatorSettings | getSimulatorSettings (const swift::misc::simulation::CSimulatorInfo &simulator) const |
Settings for given simulator. | |
void | setTab (SettingTab tab) |
Set the tab. | |
void | setSettingsOverviewTab () |
Set the overview tab. | |
void | setGuiOpacity (double value) |
GUI Opacity 0-100%. | |
Settings component.
Definition at line 26 of file settingscomponent.h.