![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Main features for skinning. More...
#include <skinfactory.h>
Public Member Functions | |
SkinFactory (QObject *parent=0) | |
Constructor. | |
virtual | ~SkinFactory () |
Destructor. | |
void | loadCurrentSkin () |
Loads skin name from settings and sets it as active. | |
QString | selectedSkinName () |
Name of this "activated" skin. More... | |
Skin | skinInfo (const QString &skin_name, bool *ok=NULL) |
Gets skin about a particular skin. | |
QList< Skin > | installedSkins () |
Returns list of installed skins. | |
void | setCurrentSkinName (const QString &skin_name) |
Sets the desired skin as the active one if it exists. | |
Skin | currentSkin () const |
Access to activated skin. More... | |
Main features for skinning.
Definition at line 59 of file skinfactory.h.
|
inline |
Access to activated skin.
Definition at line 89 of file skinfactory.h.
QString SkinFactory::selectedSkinName | ( | ) |
Name of this "activated" skin.
Definition at line 110 of file skinfactory.cpp.