Theme
Since: BlackBerry 10.0.0
#include <bb/cascades/Theme>
A class representing the application theme, which can consist of different elements, such as color values.
The visual style of a theme is represented in it's ColorTheme, and that VisualStyle can be changed from ThemeSupport. The current Theme is available from the Application::themeSupport property.
Overview
Properties Index
bb::cascades::ColorTheme | colorTheme [read-only] |
Public Functions Index
bb::cascades::ColorTheme * | colorTheme () const |
Properties
bb::cascades::ColorTheme
Retrieves the current ColorTheme.
Public Functions
bb::cascades::ColorTheme *
Retrieves the ColorTheme object.
Ownership of the returned object is not transferred.
The application's ColorTheme object.
BlackBerry 10.0.0