#include <Plugin.h>
Definition at line 55 of file Plugin.h.
 
◆ Plugin()
◆ ~Plugin()
      
        
          | te::qt::plugins::ogr::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.
 
 
◆ showWindow
  
  
      
        
          | void te::qt::plugins::ogr::Plugin::showWindow  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ shutdown()
  
  
      
        
          | void te::qt::plugins::ogr::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::ogr::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
◆ m_handlerLayerExplorer
◆ m_handlerMapDisplay
◆ m_initialized
  
  
      
        
          | bool te::core::CppPlugin::m_initialized | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_pinfo
  
  
      
        
          | PluginInfo te::core::CppPlugin::m_pinfo | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_showWindow
  
  
      
        
          | QAction* te::qt::plugins::ogr::Plugin::m_showWindow | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/plugins/datasource/ogr/Plugin.h