Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

ThemeControl Class Reference
[QtBaseModule]

The ThemeControl class manages the registered theme views. More...

    #include <ThemeControl>

Inherits QObject.

Public Functions

Signals

Additional Inherited Members


Detailed Description

The ThemeControl class manages the registered theme views.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

bool ThemeControl::exportBackground () const

Returns true if the theme configuration indicates that the background should be exported.

void ThemeControl::refresh ()

Update themed views.

void ThemeControl::registerThemedView ( ThemedView * view, const QString & name )

Register a theme view with the given name.

void ThemeControl::registerThemedView ( QThemedView * view, const QString & name )

This is an overloaded member function, provided for convenience.

Register a theme view with the given name.

void ThemeControl::setThemeWidgetFactory ( QAbstractThemeWidgetFactory * factory )

Sets the factory used to create theme widgets displayed in themes to factory.

void ThemeControl::themeChanged ()   [signal]

Emitted immediately after the theme changes.

void ThemeControl::themeChanging ()   [signal]

Emitted just before the theme is changed.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3