QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
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 QString category_t()
 Typedef for getting the category without instantiating the plugin. More...
 
typedef QgisPlugincreate_t(QgisInterface *)
 Typedef for the function that returns a generic pointer to a plugin object. More...
 
typedef QString description_t()
 Typedef for getting the description without instantiating the plugin. More...
 
typedef QString experimental_t()
 Typedef for getting the experimental status without instantiating the plugin. More...
 
typedef QString icon_t()
 Typedef for getting the plugin icon file name without instantiating the plugin. More...
 
typedef QString name_t()
 Typedef for getting the name of the plugin without instantiating it. More...
 
typedef int type_t()
 Typedef for getting the plugin type without instantiating the plugin. More...
 
typedef void unload_t(QgisPlugin *)
 Typedef for the function to unload a plugin and free its resources. More...
 
typedef QString version_t()
 Typedef for getting the plugin version without instantiating the plugin. More...
 

Typedef Documentation

◆ category_t

typedef QString category_t()

Typedef for getting the category without instantiating the plugin.

Definition at line 196 of file qgisplugin.h.

◆ create_t

typedef QgisPlugin* create_t(QgisInterface *)

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

Definition at line 184 of file qgisplugin.h.

◆ description_t

typedef QString description_t()

Typedef for getting the description without instantiating the plugin.

Definition at line 193 of file qgisplugin.h.

◆ experimental_t

typedef QString experimental_t()

Typedef for getting the experimental status without instantiating the plugin.

Definition at line 208 of file qgisplugin.h.

◆ icon_t

typedef QString icon_t()

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

Definition at line 205 of file qgisplugin.h.

◆ name_t

typedef QString name_t()

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

Definition at line 190 of file qgisplugin.h.

◆ type_t

typedef int type_t()

Typedef for getting the plugin type without instantiating the plugin.

Definition at line 199 of file qgisplugin.h.

◆ unload_t

typedef void unload_t(QgisPlugin *)

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

Definition at line 187 of file qgisplugin.h.

◆ version_t

typedef QString version_t()

Typedef for getting the plugin version without instantiating the plugin.

Definition at line 202 of file qgisplugin.h.