Theme
#include <bb/cascades/Theme>
A class representing the application theme, which can consist of different elements, such as color values.
Currently, it's not possible to the set the theme for your application at run time. You can only set the theme by configuring it in the bar-descriptor.xml file for your application. You can read the current theme for your app by checking the Application::themeSupport property.
BlackBerry 10.0.0
Properties Index
| bb::cascades::ColorTheme | colorTheme [read-only] |
Public Functions Index
| bb::cascades::ColorTheme * | colorTheme () const |
Properties
bb::cascades::ColorTheme
Retrieves the current ColorTheme.
Ownership of the returned object is not transferred.
The application's ColorTheme.
BlackBerry 10.0.0
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