Qt Extended Home · Index · Classes · Headers · Overviews |
The QDPluginFilter class is used to filter the plugins returned by PluginManager::plugins(). More...
#include <QDPluginFilter>
Inherited by QDAppPluginFilter.
The QDPluginFilter class is used to filter the plugins returned by PluginManager::plugins().
Constant | Value |
---|---|
QDPluginFilter::Set | 1 |
QDPluginFilter::NotSet | 2 |
QDPluginFilter::Either | 0 |
Constant | Value |
---|---|
QDPluginFilter::App | 0x01 |
QDPluginFilter::Con | 0x04 |
QDPluginFilter::Dev | 0x08 |
QDPluginFilter::Link | 0x02 |
QDPluginFilter::Sync | 0x10 |
The PluginType type is a typedef for QFlags<PluginTypeFlags>. It stores an OR combination of PluginTypeFlags values.
Construct a QDPluginFilter.
Destructor.
Filter plugin based on the criteria. Returns true if the plugin matches, false otherwise.
Copyright © 2009 Nokia | Qt Extended Sync Agent Documentation |