#include <Plugin.h>
Definition at line 69 of file Plugin.h.
 
      
        
          | te::qt::plugins::edit::Plugin::~Plugin  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void te::qt::plugins::edit::Plugin::drawStashed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | const PluginInfo& te::core::CppPlugin::info  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
  
  
      
        
          | bool te::core::CppPlugin::initialized  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
  
  
      
        
          | void te::qt::plugins::edit::Plugin::onActionActivated  | 
          ( | 
          bool  | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
Slot function used when a action was selected. 
- Parameters
 - 
  
    | checked | Flag used in case a toggle action.  | 
  
   
 
 
  
  
      
        
          | void te::qt::plugins::edit::Plugin::onGeometriesChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::plugins::edit::Plugin::onUpdateDelegate  | 
          ( | 
          const bool &  | 
          add | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::plugins::edit::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::edit::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.
 
 
  
  
      
        
          | QAction* te::qt::plugins::edit::Plugin::m_action | 
         
       
   | 
  
protected   | 
  
 
Action used to call the process. 
Definition at line 110 of file Plugin.h.
 
 
  
  
      
        
          | bool te::core::CppPlugin::m_initialized | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | PluginInfo te::core::CppPlugin::m_pinfo | 
         
       
   | 
  
protectedinherited   | 
  
 
 
  
  
      
        
          | ToolBar* te::qt::plugins::edit::Plugin::m_toolbar | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/plugins/edit/Plugin.h