Qt Extended Home · Index · Classes · Headers · Overviews codeless banner

<qdplugindefs.h> - <qdplugindefs.h>

The <qdplugindefs.h> header file provides some definitions that are useful when dealing with plugins. More...

Types

Macros

The <qdplugindefs.h> header file provides some definitions that are useful when dealing with plugins.


Type Documentation

typedef QDAppPluginList

Synonym for QList<QDAppPlugin*>.

typedef QDConPluginList

Synonym for QList<QDConPlugin*>.

typedef QDDevPluginList

Synonym for QList<QDDevPlugin*>.

typedef QDLinkPluginList

Synonym for QList<QDLinkPlugin*>.

typedef QDPluginList

Synonym for QList<QDPlugin*>.

typedef QDSyncPluginList

Synonym for QList<QDSyncPlugin*>.


Macro Documentation

QD_CONSTRUCT_PLUGIN ( CLASS, PARENT )

Insert the boilerplate code required to construct a plugin CLASS with parent PARENT.

Note: This macro should not be used in a header file that is included by more than one source file.

QD_EXPORT_PLUGIN ( CLASS )

This function is deprecated.

Register a Qt Extended Sync Agent plugin implemented by CLASS.

Note: This macro is provided to keep old source working. Use QD_REGISTER_PLUGIN() instead.

QD_REGISTER_PLUGIN ( CLASS )

Register a Qt Extended Sync Agent plugin implemented by CLASS.


Copyright © 2009 Trolltech
Qt Extended Sync Agent Documentation