QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
qgisplugin.h File Reference
#include <QString>
Include dependency graph for qgisplugin.h:

Go to the source code of this file.

Classes

class  QgisPlugin
 Abstract base class from which all plugins must inherit. More...

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 QString category_t ()
 Typedef for getting the category 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 QString icon_t ()
 Typedef for getting the plugin icon file name without instantiating the plugin.
typedef QString experimental_t ()
 Typedef for getting the experimental status without instantiating the plugin.

Typedef Documentation

typedef QString category_t()

Typedef for getting the category without instantiating the plugin.

typedef QgisPlugin* create_t(QgisInterface *)

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

typedef QString description_t()

Typedef for getting the description without instantiating the plugin.

typedef QString experimental_t()

Typedef for getting the experimental status without instantiating the plugin.

typedef QString icon_t()

Typedef for getting the plugin icon file name without instantiating the plugin.

typedef QString name_t()

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

typedef int type_t()

Typedef for getting the plugin type without instantiating the plugin.

typedef void unload_t(QgisPlugin *)

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

typedef QString version_t()

Typedef for getting the plugin version without instantiating the plugin.