#include <iostream>
#include <vector>
#include <QAction>
#include <QMenu>
#include "qgisinterface.h"
#include "qgsspitplugin.h"
#include "qgsspit.h"
#include "spiticon.xpm"
Include dependency graph for qgsspitplugin.cpp:

Go to the source code of this file.
Functions | |
| QGISEXTERN QgisPlugin * | classFactory (QgisInterface *qI) |
| Required extern functions needed for every plugin These functions can be called prior to creating an instance of the plugin class. | |
| QGISEXTERN QString | name () |
| QGISEXTERN QString | description () |
| QGISEXTERN int | type () |
| QGISEXTERN QString | version () |
| QGISEXTERN void | unload (QgisPlugin *p) |
Variables | |
| static const char *const | ident_ = "$Id: qgsspitplugin.cpp 9231 2008-08-31 16:56:09Z timlinux $" |
| static const QString | name_ = QObject::tr( "SPIT" ) |
| static const QString | description_ = QObject::tr( "Shapefile to PostgreSQL/PostGIS Import Tool" ) |
| static const QString | version_ = QObject::tr( "Version 0.1" ) |
| static const QgisPlugin::PLUGINTYPE | type_ = QgisPlugin::UI |
| QGISEXTERN QgisPlugin* classFactory | ( | QgisInterface * | qI | ) |
Required extern functions needed for every plugin These functions can be called prior to creating an instance of the plugin class.
Definition at line 103 of file qgsspitplugin.cpp.
| QGISEXTERN QString description | ( | ) |
| QGISEXTERN QString name | ( | ) |
| QGISEXTERN int type | ( | ) |
| QGISEXTERN void unload | ( | QgisPlugin * | p | ) |
Definition at line 134 of file qgsspitplugin.cpp.
| QGISEXTERN QString version | ( | ) |
const QString description_ = QObject::tr( "Shapefile to PostgreSQL/PostGIS Import Tool" ) [static] |
Definition at line 38 of file qgsspitplugin.cpp.
const char* const ident_ = "$Id: qgsspitplugin.cpp 9231 2008-08-31 16:56:09Z timlinux $" [static] |
Definition at line 35 of file qgsspitplugin.cpp.
const QString name_ = QObject::tr( "SPIT" ) [static] |
Definition at line 37 of file qgsspitplugin.cpp.
const QgisPlugin::PLUGINTYPE type_ = QgisPlugin::UI [static] |
Definition at line 40 of file qgsspitplugin.cpp.
const QString version_ = QObject::tr( "Version 0.1" ) [static] |
Definition at line 39 of file qgsspitplugin.cpp.
1.5.1