Home · All Classes · Main Classes · Deprecated
Public Member Functions

MAssembly Class Reference

This class provides the assembly information to MTheme which uses it to load the correct .css & .conf files. More...

Inherited by MLibrary.

List of all members.

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)

Detailed Description

This class provides the assembly information to MTheme which uses it to load the correct .css & .conf files.


Constructor & Destructor Documentation

MAssembly::MAssembly ( const QString assemblyName  ) 

Constructs the MAssembly object.

MAssembly::~MAssembly (  )  [virtual]

Destroys the MAssembly object.


Member Function Documentation

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 &   
)
Deprecated:
Use themeChanged(const QStringList&) instead. Sice 0.20.54.
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