|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
qx.theme.manager |
Uses of Theme in qx.theme.manager |
---|
Methods in qx.theme.manager that return Theme | |
---|---|
Theme |
Appearance.getAppearanceTheme()
Returns the (computed) value of the property appearanceTheme . |
Theme |
Meta.getAppearanceThemes()
Returns a list of all registered appearance themes |
Theme |
Border.getBorderTheme()
Returns the (computed) value of the property borderTheme . |
Theme |
Meta.getBorderThemes()
Returns a list of all registered border themes |
Theme |
Color.getColorTheme()
Returns the (computed) value of the property colorTheme . |
Theme |
Meta.getColorThemes()
Returns a list of all registered color themes |
Theme |
Font.getFontTheme()
Returns the (computed) value of the property fontTheme . |
Theme |
Meta.getFontThemes()
Returns a list of all registered font themes |
Theme |
Icon.getIconTheme()
Returns the (computed) value of the property iconTheme . |
Theme |
Meta.getIconThemes()
Returns a list of all registered icon themes |
Theme |
Meta.getMetaThemes()
Returns a list of all registered meta themes |
Theme |
Meta.getTheme()
Returns the (computed) value of the property theme . |
Theme |
Widget.getWidgetTheme()
Returns the (computed) value of the property widgetTheme . |
Theme |
Meta.getWidgetThemes()
Returns a list of all registered widget themes |
Methods in qx.theme.manager with parameters of type Theme | |
---|---|
void |
Appearance._applyAppearanceTheme(Theme value,
Theme old)
Applies changes of the property value of the property appearanceTheme . |
void |
Border._applyBorderTheme(Theme value,
Theme old)
Applies changes of the property value of the property borderTheme . |
void |
Color._applyColorTheme(Theme value,
Theme old)
Applies changes of the property value of the property colorTheme . |
void |
Font._applyFontTheme(Theme value,
Theme old)
Applies changes of the property value of the property fontTheme . |
void |
Icon._applyIconTheme(Theme value,
Theme old)
Applies changes of the property value of the property iconTheme . |
void |
Meta._applyTheme(Theme value,
Theme old)
Applies changes of the property value of the property theme . |
void |
Widget._applyWidgetTheme(Theme value,
Theme old)
Applies changes of the property value of the property widgetTheme . |
void |
Appearance.initAppearanceTheme(Theme arg)
Calls the apply method and dispatches the change event of the property appearanceTheme
with the default value defined by the class developer. |
void |
Border.initBorderTheme(Theme arg)
Calls the apply method and dispatches the change event of the property borderTheme
with the default value defined by the class developer. |
void |
Color.initColorTheme(Theme arg)
Calls the apply method and dispatches the change event of the property colorTheme
with the default value defined by the class developer. |
void |
Font.initFontTheme(Theme arg)
Calls the apply method and dispatches the change event of the property fontTheme
with the default value defined by the class developer. |
void |
Icon.initIconTheme(Theme arg)
Calls the apply method and dispatches the change event of the property iconTheme
with the default value defined by the class developer. |
void |
Meta.initTheme(Theme arg)
Calls the apply method and dispatches the change event of the property theme
with the default value defined by the class developer. |
void |
Widget.initWidgetTheme(Theme arg)
Calls the apply method and dispatches the change event of the property widgetTheme
with the default value defined by the class developer. |
void |
Appearance.setAppearanceTheme(Theme arg)
Sets the user value of the property appearanceTheme . |
void |
Border.setBorderTheme(Theme arg)
Sets the user value of the property borderTheme . |
void |
Color.setColorTheme(Theme arg)
Sets the user value of the property colorTheme . |
void |
Font.setFontTheme(Theme arg)
Sets the user value of the property fontTheme . |
void |
Icon.setIconTheme(Theme arg)
Sets the user value of the property iconTheme . |
void |
Meta.setTheme(Theme arg)
Sets the user value of the property theme . |
void |
Widget.setWidgetTheme(Theme arg)
Sets the user value of the property widgetTheme . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |