#include <Plugin.h>
 | 
| void  | registerActions () | 
|   | Function used to register all raster processing actions.  
  | 
|   | 
| void  | unRegisterActions () | 
|   | Function used to unregister all raster processing actions.  
  | 
|   | 
Definition at line 66 of file Plugin.h.
 
◆ Plugin()
◆ ~Plugin()
      
        
          | te::qt::plugins::vp::Plugin::~Plugin  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ info()
  
  
      
        
          | const PluginInfo & te::core::CppPlugin::info  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
◆ initialized()
  
  
      
        
          | 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.
 
 
◆ registerActions()
  
  
      
        
          | void te::qt::plugins::vp::Plugin::registerActions  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Function used to register all raster processing actions. 
 
 
◆ shutdown()
  
  
      
        
          | 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.
 
 
◆ startup()
  
  
      
        
          | 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.
 
 
◆ triggered
◆ unRegisterActions()
  
  
      
        
          | void te::qt::plugins::vp::Plugin::unRegisterActions  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Function used to unregister all raster processing actions. 
 
 
◆ m_buffer
Buffer Operation Action. 
Definition at line 103 of file Plugin.h.
 
 
◆ m_checkGeomValidity
Check Geometry Validity Operation Action. 
Definition at line 104 of file Plugin.h.
 
 
◆ m_difference
Difference Operation Action. 
Definition at line 105 of file Plugin.h.
 
 
◆ m_dissolve
Dissolve Operation Action. 
Definition at line 107 of file Plugin.h.
 
 
◆ m_dissolveSubdivision
Dissolve Subdivision Operation Action. 
Definition at line 108 of file Plugin.h.
 
 
◆ m_dissolveWithAggregation
  
  
      
        
          | DissolveAction* te::qt::plugins::vp::Plugin::m_dissolveWithAggregation | 
         
       
   | 
  
protected   | 
  
 
The older dissolve operation that contains aggregation of data. 
Definition at line 106 of file Plugin.h.
 
 
◆ m_geometricOp
Geometric Operation Action. 
Definition at line 109 of file Plugin.h.
 
 
◆ m_identity
Identity Operation Action. 
Definition at line 110 of file Plugin.h.
 
 
◆ m_initialized
  
  
      
        
          | bool te::core::CppPlugin::m_initialized | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_intersection
Intersection Operation Action. 
Definition at line 111 of file Plugin.h.
 
 
◆ m_lineToPolygon
Line to Polygon Operation Action. 
Definition at line 112 of file Plugin.h.
 
 
◆ m_makeValid
Fix all the geometries from the given layer. 
Definition at line 118 of file Plugin.h.
 
 
◆ m_merge
Merge Operation Action. 
Definition at line 113 of file Plugin.h.
 
 
◆ m_multipart2singlepart
Multipart to Singlepart Operation Action. 
Definition at line 114 of file Plugin.h.
 
 
◆ m_pinfo
  
  
      
        
          | PluginInfo te::core::CppPlugin::m_pinfo | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_polygonToLine
Polygon to Line Operation Action. 
Definition at line 115 of file Plugin.h.
 
 
◆ m_register
◆ m_subdivide
Subdivides the geometries from the given layer. 
Definition at line 117 of file Plugin.h.
 
 
◆ m_union
Union Operation Action. 
Definition at line 116 of file Plugin.h.
 
 
◆ m_vpMenu
  
  
      
        
          | QMenu* te::qt::plugins::vp::Plugin::m_vpMenu | 
         
       
   | 
  
protected   | 
  
 
VP Main Menu registered. 
Definition at line 101 of file Plugin.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/plugins/vp/Plugin.h