#include <Plugin.h>
Definition at line 59 of file Plugin.h.
 
◆ Plugin()
◆ ~Plugin()
      
        
          | te::qt::plugins::terramobile::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::terramobile::Plugin::registerActions  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Function used to register all terra mobile actions. 
 
 
◆ shutdown()
  
  
      
        
          | void te::qt::plugins::terramobile::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::terramobile::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::terramobile::Plugin::unRegisterActions  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Function used to unregister all terra mobile actions. 
 
 
◆ m_createLayer
Used to create a new layer. 
Definition at line 100 of file Plugin.h.
 
 
◆ m_gpBuider
GeoPackage Builder Operation Process Action. 
Definition at line 96 of file Plugin.h.
 
 
◆ m_gpPublisher
GeoPackage Publisher Operation Process Action. 
Definition at line 97 of file Plugin.h.
 
 
◆ m_gpSync
GeoPackage Synchronizer Operation Process Action. 
Definition at line 98 of file Plugin.h.
 
 
◆ m_initialized
  
  
      
        
          | bool te::core::CppPlugin::m_initialized | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_menu
  
  
      
        
          | QMenu* te::qt::plugins::terramobile::Plugin::m_menu | 
         
       
   | 
  
protected   | 
  
 
thirdParty Main Menu registered. 
Definition at line 93 of file Plugin.h.
 
 
◆ m_pinfo
  
  
      
        
          | PluginInfo te::core::CppPlugin::m_pinfo | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ m_popupAction
  
  
      
        
          | QAction* te::qt::plugins::terramobile::Plugin::m_popupAction | 
         
       
   | 
  
protected   | 
  
 
thirdParty pop up action registered. 
Definition at line 94 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/mobile/Plugin.h