te::qt::plugins::vp::Plugin Class Reference

#include <Plugin.h>

Inheritance diagram for te::qt::plugins::vp::Plugin:
te::core::CppPlugin te::core::AbstractPlugin

Signals

void triggered (te::qt::af::evt::Event *e)
 

Public Member Functions

const PluginInfo & info () const
 It returns the PluginInfo of the CppPlugin. More...
 
bool initialized () const
 It returns true or false if the CppPlugin was initialized. More...
 
 Plugin (const te::core::PluginInfo &pluginInfo)
 
void shutdown ()
 This method will be called by applicatons to shutdown plugin's functionality. More...
 
void startup ()
 This method will be called by applications to startup some plugin's functionality. More...
 
 ~Plugin ()
 

Protected Member Functions

void registerActions ()
 Function used to register all raster processing actions. More...
 
void unRegisterActions ()
 Function used to unregister all raster processing actions. More...
 

Protected Attributes

BufferActionm_buffer
 Buffer Operation Action. More...
 
CheckGeomValidityActionm_checkGeomValidity
 Check Geometry Validity Operation Action. More...
 
DifferenceActionm_difference
 Difference Operation Action. More...
 
DissolveActionm_dissolve
 Dissolve Operation Action. More...
 
GeometricOpActionm_geometricOp
 Geometric Operation Action. More...
 
IdentityActionm_identity
 Identity Operation Action. More...
 
bool m_initialized
 
IntersectionActionm_intersection
 Intersection Operation Action. More...
 
LineToPolygonActionm_lineToPolygon
 Line to Polygon Operation Action. More...
 
MergeActionm_merge
 Merge Operation Action. More...
 
MultipartToSinglepartActionm_multipart2singlepart
 Multipart to Singlepart Operation Action. More...
 
PluginInfo m_pinfo
 
PolygonToLineActionm_polygonToLine
 Polygon to Line Operation Action. More...
 
UnionActionm_union
 Union Operation Action. More...
 
QMenu * m_vpMenu
 VP Main Menu registered. More...
 

Detailed Description

Definition at line 65 of file Plugin.h.

Constructor & Destructor Documentation

te::qt::plugins::vp::Plugin::Plugin ( const te::core::PluginInfo pluginInfo)
te::qt::plugins::vp::Plugin::~Plugin ( )

Member Function Documentation

const PluginInfo& te::core::CppPlugin::info ( ) const
virtualinherited

It returns the PluginInfo of the CppPlugin.

Returns
The CppPlugin information

Implements te::core::AbstractPlugin.

bool te::core::CppPlugin::initialized ( ) const
virtualinherited

It returns true or false if the CppPlugin was initialized.

Returns
The current state of the CppPlugin

Implements te::core::AbstractPlugin.

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
PluginShutdownExceptionIt 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
PluginStartupExceptionIt may throws an exception.

Implements te::core::AbstractPlugin.

void te::qt::plugins::vp::Plugin::triggered ( te::qt::af::evt::Event e)
signal
void te::qt::plugins::vp::Plugin::unRegisterActions ( )
protected

Function used to unregister all raster processing actions.

Member Data Documentation

BufferAction* te::qt::plugins::vp::Plugin::m_buffer
protected

Buffer Operation Action.

Definition at line 102 of file Plugin.h.

CheckGeomValidityAction* te::qt::plugins::vp::Plugin::m_checkGeomValidity
protected

Check Geometry Validity Operation Action.

Definition at line 103 of file Plugin.h.

DifferenceAction* te::qt::plugins::vp::Plugin::m_difference
protected

Difference Operation Action.

Definition at line 104 of file Plugin.h.

DissolveAction* te::qt::plugins::vp::Plugin::m_dissolve
protected

Dissolve Operation Action.

Definition at line 105 of file Plugin.h.

GeometricOpAction* te::qt::plugins::vp::Plugin::m_geometricOp
protected

Geometric Operation Action.

Definition at line 106 of file Plugin.h.

IdentityAction* te::qt::plugins::vp::Plugin::m_identity
protected

Identity Operation Action.

Definition at line 107 of file Plugin.h.

bool te::core::CppPlugin::m_initialized
protectedinherited

Definition at line 73 of file CppPlugin.h.

IntersectionAction* te::qt::plugins::vp::Plugin::m_intersection
protected

Intersection Operation Action.

Definition at line 108 of file Plugin.h.

LineToPolygonAction* te::qt::plugins::vp::Plugin::m_lineToPolygon
protected

Line to Polygon Operation Action.

Definition at line 109 of file Plugin.h.

MergeAction* te::qt::plugins::vp::Plugin::m_merge
protected

Merge Operation Action.

Definition at line 110 of file Plugin.h.

MultipartToSinglepartAction* te::qt::plugins::vp::Plugin::m_multipart2singlepart
protected

Multipart to Singlepart Operation Action.

Definition at line 111 of file Plugin.h.

PluginInfo te::core::CppPlugin::m_pinfo
protectedinherited

Definition at line 72 of file CppPlugin.h.

PolygonToLineAction* te::qt::plugins::vp::Plugin::m_polygonToLine
protected

Polygon to Line Operation Action.

Definition at line 112 of file Plugin.h.

UnionAction* te::qt::plugins::vp::Plugin::m_union
protected

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: