Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QDecorationFactory Class Reference
[QtGui module]

The QDecorationFactory class creates QDecoration objects. More...

#include <QDecorationFactory>

Static Public Members


Detailed Description

The QDecorationFactory class creates QDecoration objects.

The decoration factory creates a QDecoration object for a given key with QDecorationFactory::create(key).

The decorations are either built-in or dynamically loaded from a decoration plugin (see QDecorationPlugin).

QDecorationFactory::keys() returns a list of valid keys, typically including "default", "windows", "styled".


Member Function Documentation

QDecoration * QDecorationFactory::create ( const QString & key )   [static]

Creates a QDecoration object that matches key. This is either a built-in decoration, or a decoration from a decoration plugin.

See also keys().

QStringList QDecorationFactory::keys ()   [static]

Returns the list of keys this factory can create decorations for.

See also create().


Copyright © 2005 Trolltech Trademarks
Qt 4.1.0
Hosted by uCoz