|
void | SaveResolutionSettings (const Gfx::DeviceConfig &config) |
|
void | SaveSettings () |
|
void | LoadSettings () |
|
void | SetTooltips (bool tooltips) |
|
bool | GetTooltips () |
|
void | SetInterfaceGlint (bool interfaceGlint) |
|
bool | GetInterfaceGlint () |
|
void | SetInterfaceRain (bool interfaceRain) |
|
bool | GetInterfaceRain () |
|
void | SetSoluce4 (bool soluce4) |
|
bool | GetSoluce4 () |
|
void | SetMovies (bool movies) |
|
bool | GetMovies () |
|
void | SetFocusLostPause (bool focusLostPause) |
|
bool | GetFocusLostPause () |
|
void | SetLanguage (Language language) |
|
Language | GetLanguage () |
|
|
void | SetFontSize (float size) |
| Managing the size of the default fonts. More...
|
|
float | GetFontSize () |
|
|
void | SetWindowPos (Math::Point pos) |
| Managing the size of the default window. More...
|
|
Math::Point | GetWindowPos () |
|
void | SetWindowDim (Math::Point dim) |
|
Math::Point | GetWindowDim () |
|
|
void | SetIOPublic (bool mode) |
| Managing windows open/save. More...
|
|
bool | GetIOPublic () |
|
void | SetIOPos (Math::Point pos) |
|
Math::Point | GetIOPos () |
|
void | SetIODim (Math::Point dim) |
|
Math::Point | GetIODim () |
|
|
bool | m_tooltips |
|
bool | m_interfaceGlint |
|
bool | m_interfaceRain |
|
bool | m_soluce4 |
|
bool | m_movies |
|
bool | m_focusLostPause |
|
float | m_fontSize |
|
Math::Point | m_windowPos |
|
Math::Point | m_windowDim |
|
bool | m_IOPublic |
|
Math::Point | m_IOPos |
|
Math::Point | m_IODim |
|
Language | m_language |
|
|
static CSettings & | GetInstance () |
|
static CSettings * | GetInstancePointer () |
|
static bool | IsCreated () |
|
static CSettings * | m_instance = nullptr |
|
void CSettings::SetFontSize |
( |
float |
size | ) |
|
Managing the size of the default fonts.
Managing the size of the default window.
void CSettings::SetIOPublic |
( |
bool |
mode | ) |
|
Managing windows open/save.
The documentation for this class was generated from the following files:
- /build/colobot-4LMcse/colobot-0.1.8/src/common/settings.h
- /build/colobot-4LMcse/colobot-0.1.8/src/common/settings.cpp