Home · All Classes · Main Classes · Deprecated |
Inherits MStyleCreatorBase.
Public Member Functions | |
MStyleCreator (const char *styleClassName, const char *styleAssemblyName, M::AssemblyType styleAssemblyType) | |
virtual | ~MStyleCreator () |
virtual MStyle * | create () const |
virtual const char * | attributeType (const char *attributeName) const |
virtual const QMetaObject * | metaObject () const |
MStyleCreator< STYLE >::MStyleCreator | ( | const char * | styleClassName, | |
const char * | styleAssemblyName, | |||
M::AssemblyType | styleAssemblyType | |||
) | [inline] |
virtual MStyleCreator< STYLE >::~MStyleCreator | ( | ) | [inline, virtual] |
virtual const char* MStyleCreator< STYLE >::attributeType | ( | const char * | attributeName | ) | const [inline, virtual] |
Returns type name of the given attribute. Returns NULL if attribute was not found.
Implements MStyleCreatorBase.
virtual MStyle* MStyleCreator< STYLE >::create | ( | ) | const [inline, virtual] |
Returns new style instance. Ownership is transferred to caller.
Implements MStyleCreatorBase.
virtual const QMetaObject* MStyleCreator< STYLE >::metaObject | ( | ) | const [inline, virtual] |
Returns meta object of the style.
Implements MStyleCreatorBase.
Copyright © 2010 Nokia Corporation | MeeGo Touch |