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

QtopiaFeatures Class Reference
[QtBaseModule]

The QtopiaFeatures class allows applications to set and query the available Qt Extended features. More...

    #include <QtopiaFeatures>

Static Public Members


Detailed Description

The QtopiaFeatures class allows applications to set and query the available Qt Extended features.

Qt Extended features are elements of the system that are conditionally available depending on the platform or device configuration. Features can be added and removed during device execution.

Features can be queried through the QtopiaFeatures API, or by directly examining the Qt Extended value space item /System/Features/<Feature Name>.


Member Function Documentation

bool QtopiaFeatures::hasFeature ( const QString & feature )   [static]

Returns true if feature is enabled, false otherwise.

void QtopiaFeatures::removeFeature ( const QString & feature )   [static]

Removes the feature.

void QtopiaFeatures::setFeature ( const QString & feature )   [static]

Set feature as enabled.

See also hasFeature().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3