Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

qgisplugin.h File Reference

#include <QString>

Include dependency graph for qgisplugin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QgisPlugincreate_t (QgisInterface *)
 Typedef for the function that returns a generic pointer to a plugin object.
typedef void unload_t (QgisPlugin *)
 Typedef for the function to unload a plugin and free its resources.
typedef QString name_t ()
 Typedef for getting the name of the plugin without instantiating it.
typedef QString description_t ()
 Typedef for getting the description without instantiating the plugin.
typedef int type_t ()
 Typedef for getting the plugin type without instantiating the plugin.
typedef QString version_t ()
 Typedef for getting the plugin version without instantiating the plugin.


Typedef Documentation

typedef QgisPlugin* create_t(QgisInterface *)
 

Typedef for the function that returns a generic pointer to a plugin object.

Definition at line 149 of file qgisplugin.h.

typedef QString description_t()
 

Typedef for getting the description without instantiating the plugin.

Definition at line 158 of file qgisplugin.h.

typedef QString name_t()
 

Typedef for getting the name of the plugin without instantiating it.

Definition at line 155 of file qgisplugin.h.

typedef int type_t()
 

Typedef for getting the plugin type without instantiating the plugin.

Definition at line 161 of file qgisplugin.h.

typedef void unload_t(QgisPlugin *)
 

Typedef for the function to unload a plugin and free its resources.

Definition at line 152 of file qgisplugin.h.

typedef QString version_t()
 

Typedef for getting the plugin version without instantiating the plugin.

Definition at line 164 of file qgisplugin.h.


Generated on Mon Apr 28 15:10:53 2008 for openModellerDesktop by  doxygen 1.4.1-20050210