#include <Plugin.h>
Definition at line 65 of file Plugin.h.
te::qt::plugins::vp::Plugin::~Plugin |
( |
| ) |
|
const PluginInfo& te::core::CppPlugin::info |
( |
| ) |
const |
|
virtualinherited |
bool te::core::CppPlugin::initialized |
( |
| ) |
const |
|
virtualinherited |
void te::qt::plugins::vp::Plugin::registerActions |
( |
| ) |
|
|
protected |
Function used to register all raster processing actions.
void te::qt::plugins::vp::Plugin::shutdown |
( |
| ) |
|
|
virtual |
This method will be called by applicatons to shutdown plugin's functionality.
- Exceptions
-
PluginShutdownException | It may throws an exception. |
Implements te::core::AbstractPlugin.
void te::qt::plugins::vp::Plugin::startup |
( |
| ) |
|
|
virtual |
This method will be called by applications to startup some plugin's functionality.
- Exceptions
-
PluginStartupException | It may throws an exception. |
Implements te::core::AbstractPlugin.
void te::qt::plugins::vp::Plugin::unRegisterActions |
( |
| ) |
|
|
protected |
Function used to unregister all raster processing actions.
Buffer Operation Action.
Definition at line 102 of file Plugin.h.
Check Geometry Validity Operation Action.
Definition at line 103 of file Plugin.h.
Difference Operation Action.
Definition at line 104 of file Plugin.h.
Dissolve Operation Action.
Definition at line 105 of file Plugin.h.
Geometric Operation Action.
Definition at line 106 of file Plugin.h.
Identity Operation Action.
Definition at line 107 of file Plugin.h.
bool te::core::CppPlugin::m_initialized |
|
protectedinherited |
Intersection Operation Action.
Definition at line 108 of file Plugin.h.
Line to Polygon Operation Action.
Definition at line 109 of file Plugin.h.
Merge Operation Action.
Definition at line 110 of file Plugin.h.
Multipart to Singlepart Operation Action.
Definition at line 111 of file Plugin.h.
PluginInfo te::core::CppPlugin::m_pinfo |
|
protectedinherited |
Polygon to Line Operation Action.
Definition at line 112 of file Plugin.h.
Union Operation Action.
Definition at line 113 of file Plugin.h.
QMenu* te::qt::plugins::vp::Plugin::m_vpMenu |
|
protected |
VP Main Menu registered.
Definition at line 100 of file Plugin.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/plugins/vp/Plugin.h