|
enum | AccentColor {
Accent_Red = 0
, Accent_Orange = 1
, Accent_Yellow = 2
, Accent_Green = 3
,
Accent_LightBlue = 4
, Accent_Purple = 5
, Accent_Pink = 6
} |
|
enum class | Theme { LightTheme = 1
, DarkTheme = 0
} |
|
◆ accentColorChanged
void IThemeEngine::accentColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when accent color ID changes.
◆ bgColorChanged
void IThemeEngine::bgColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when background color changes.
◆ colorChanged
void IThemeEngine::colorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when a color changes.
◆ currentAccentColorChanged
void IThemeEngine::currentAccentColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when current accent color changes.
◆ customBgColor()
virtual bool IThemeEngine::customBgColor |
( |
void |
| ) |
|
|
pure virtual |
◆ customExerciseTextColor()
virtual bool IThemeEngine::customExerciseTextColor |
( |
void |
| ) |
|
|
pure virtual |
◆ customInputTextColor()
virtual bool IThemeEngine::customInputTextColor |
( |
void |
| ) |
|
|
pure virtual |
◆ customPanelColor()
virtual bool IThemeEngine::customPanelColor |
( |
void |
| ) |
|
|
pure virtual |
◆ customPaperColor()
virtual bool IThemeEngine::customPaperColor |
( |
void |
| ) |
|
|
pure virtual |
◆ defaultBgColor()
virtual QColor IThemeEngine::defaultBgColor |
( |
bool |
dark = false | ) |
|
|
pure virtual |
◆ defaultExerciseTextColor() [1/4]
virtual QColor IThemeEngine::defaultExerciseTextColor |
( |
bool |
dark | ) |
|
|
pure virtual |
◆ defaultExerciseTextColor() [2/4]
virtual QColor IThemeEngine::defaultExerciseTextColor |
( |
QColor |
accent | ) |
|
|
pure virtual |
◆ defaultExerciseTextColor() [3/4]
virtual QColor IThemeEngine::defaultExerciseTextColor |
( |
QColor |
accent, |
|
|
bool |
dark |
|
) |
| |
|
pure virtual |
◆ defaultExerciseTextColor() [4/4]
virtual QColor IThemeEngine::defaultExerciseTextColor |
( |
void |
| ) |
|
|
pure virtual |
◆ defaultInputTextColor()
virtual QColor IThemeEngine::defaultInputTextColor |
( |
bool |
dark = false | ) |
|
|
pure virtual |
◆ defaultPanelColor()
virtual QColor IThemeEngine::defaultPanelColor |
( |
bool |
dark = false | ) |
|
|
pure virtual |
◆ defaultPaperColor()
virtual QColor IThemeEngine::defaultPaperColor |
( |
bool |
dark = false | ) |
|
|
pure virtual |
◆ exerciseTextColorChanged
void IThemeEngine::exerciseTextColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when exercise text color changes.
◆ fontChanged
void IThemeEngine::fontChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when the font changes.
◆ fontFamilyChanged
void IThemeEngine::fontFamilyChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when the font family changes.
◆ fontSizeChanged
void IThemeEngine::fontSizeChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when the font point size changes.
◆ getAccentColor()
virtual QColor IThemeEngine::getAccentColor |
( |
AccentColor |
colorId | ) |
|
|
pure virtual |
◆ increaseFontSize()
virtual void IThemeEngine::increaseFontSize |
( |
int |
delta | ) |
|
|
pure virtual |
◆ inputTextColorChanged
void IThemeEngine::inputTextColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when input text color changes.
◆ maxFontSize()
virtual int IThemeEngine::maxFontSize |
( |
void |
| ) |
|
|
pure virtual |
◆ panelColorChanged
void IThemeEngine::panelColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when panel color changes.
◆ paperColorChanged
void IThemeEngine::paperColorChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when paper color changes.
◆ resetBgColor()
virtual void IThemeEngine::resetBgColor |
( |
void |
| ) |
|
|
pure virtual |
◆ resetExerciseTextColor()
virtual void IThemeEngine::resetExerciseTextColor |
( |
void |
| ) |
|
|
pure virtual |
◆ resetInputTextColor()
virtual void IThemeEngine::resetInputTextColor |
( |
void |
| ) |
|
|
pure virtual |
◆ resetPanelColor()
virtual void IThemeEngine::resetPanelColor |
( |
void |
| ) |
|
|
pure virtual |
◆ resetPaperColor()
virtual void IThemeEngine::resetPaperColor |
( |
void |
| ) |
|
|
pure virtual |
◆ setDefaultTheme()
virtual void IThemeEngine::setDefaultTheme |
( |
void |
| ) |
|
|
pure virtual |
◆ themeChanged
void IThemeEngine::themeChanged |
( |
| ) |
|
|
signal |
A signal, which is emitted when the application theme changes.
◆ updateTheme()
virtual void IThemeEngine::updateTheme |
( |
void |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: