#include <style.h>
List of all members.
Private Attributes |
const QScopedPointer
< StylePrivate > | d_ptr |
Member Enumeration Documentation
Constructor & Destructor Documentation
Style::Style |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Member Function Documentation
Query the main style attributes.
- Returns:
- The style attributes used for the main key area. Returns empty attributes in case no valid profile is not set.
QStringList Style::availableProfiles |
( |
| ) |
const |
Returns a list of available profiles.
QString Style::directoryPath |
( |
Directory |
directory | ) |
const |
|
virtual |
Query the profile-dependent directory path for images, sounds, etc.
- Parameters:
-
directory | The directory enum value for which we want to know the directory path. |
- Returns:
- The directory path. Will be empty if for example profile is empty.
Query the extened keys style attributes.
- Returns:
- The style attributes used for the extended key area. Returns empty attributes in case no valid profile is not set.
QString Style::profile |
( |
| ) |
const |
Returns the active style profile.
void Style::profileChanged |
( |
| ) |
|
void Style::setProfile |
( |
const QString & |
profile | ) |
|
Sets the style profile.
Invalidates previous StyleAttributes instances and creates new ones.
- Parameters:
-
profile | The name of the profile, must be a valid sub directory in data/styles and contain at least a main.ini file. |
Member Data Documentation
const QScopedPointer<StylePrivate> MaliitKeyboard::Style::d_ptr |
|
private |
The documentation for this class was generated from the following files: