![]() |
API Documentation
|
A button for allowing the user to switch between Desktop/Touch mode which affects the size of all of the widgets and text. More...
#include <ThemeButton.h>
Public Member Functions | |
| void | invert (bool is_inverted=true) |
| void | setUseLargeIcons (bool use_large_icons) |
| void | themeChanged () |
| WidgetOptions::WidgetMode | themeTarget () const |
| TouchDesktopThemeButton (WindowManager *manager, Button *button) | |
Protected Attributes | |
| Button * | m_button |
| WidgetOptions::WidgetMode | m_constant_theme = WidgetOptions::WidgetMode::e_size |
| bool | m_invert = false |
| WindowManager * | m_manager |
| bool | m_use_large_icons = false |
A button for allowing the user to switch between Desktop/Touch mode which affects the size of all of the widgets and text.
| TouchDesktopThemeButton | ( | WindowManager * | manager, |
| Button * | button ) |
| void invert | ( | bool | is_inverted = true | ) |
| void setUseLargeIcons | ( | bool | use_large_icons | ) |
| void themeChanged | ( | ) |
| WidgetOptions::WidgetMode themeTarget | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |