Qt Extended Home · Index · Classes · Headers · Overviews |
The QDPluginFactory class lets multiple plugins exist in a single file. More...
#include <QDPluginFactory>
Inherits QObject.
The QDPluginFactory class lets multiple plugins exist in a single file.
Use of the QDPluginFactory should be automatic. You should not use this direcly but instead use the QD_REGISTER_PLUGIN() macro which will append your plugin to the list available from the current file.
See qdautoplugin.cpp for the implementation used by the build system.
See also QDPlugin.
Construct a QDPluginFactory with parent as the owning QObject.
Destructor.
Create a plugin instance based on the key.
Return the executable name of the plugin file. This is typically supplied by the build system in the QTOPIA_TARGET macro.
Return a list of identifiers that can be passed to the create function.
Copyright © 2009 Trolltech | Qt Extended Sync Agent Documentation |