| Home · All Classes · Main Classes · Deprecated |
This class provides the assembly information to MTheme which uses it to load the correct .css & .conf files. More...
Inherited by MLibrary.
Public Member Functions | |
| MAssembly (const QString &assemblyName) | |
| virtual | ~MAssembly () |
| QString | name () const |
| QString | viewType (const MWidgetController *widget, bool &exactMatch) const |
| MStyleSheet * | stylesheet () const |
| Q_DECL_DEPRECATED void | themeChanged (const QStringList &themeInheritance, const MLogicalValues &) |
| void | themeChanged (const QStringList &themeInheritance) |
This class provides the assembly information to MTheme which uses it to load the correct .css & .conf files.
| MAssembly::~MAssembly | ( | ) | [virtual] |
Destroys the MAssembly object.
| QString MAssembly::name | ( | ) | const |
Returns the name of the assembly.
| MStyleSheet * MAssembly::stylesheet | ( | ) | const |
Returns stylesheet for this assembly.
| void MAssembly::themeChanged | ( | const QStringList & | themeInheritance, | |
| const MLogicalValues & | ||||
| ) |
| void MAssembly::themeChanged | ( | const QStringList & | themeInheritance | ) |
Reloads all theme-related data.
| QString MAssembly::viewType | ( | const MWidgetController * | widget, | |
| bool & | exactMatch | |||
| ) | const |
Returns view type for widget.
| Copyright © 2010 Nokia Corporation | MeeGo Touch |