te::qt::plugins::terramobile::Plugin Class Reference

#include <Plugin.h>

Inheritance diagram for te::qt::plugins::terramobile::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 terra mobile actions. More...
 
void unRegisterActions ()
 Function used to unregister all terra mobile actions. More...
 

Protected Attributes

te::qt::plugins::terramobile::CreateLayerActionm_createLayer
 Used to create a new layer. More...
 
te::qt::plugins::terramobile::GeoPackageBuilderActionm_gpBuider
 GeoPackage Builder Operation Process Action. More...
 
te::qt::plugins::terramobile::GeoPackagePublisherActionm_gpPublisher
 GeoPackage Publisher Operation Process Action. More...
 
te::qt::plugins::terramobile::GeoPackageSynchronizerActionm_gpSync
 GeoPackage Synchronizer Operation Process Action. More...
 
bool m_initialized
 
QMenu * m_menu
 thirdParty Main Menu registered. More...
 
PluginInfo m_pinfo
 
QAction * m_popupAction
 thirdParty pop up action registered. More...
 

Detailed Description

Definition at line 59 of file Plugin.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::Plugin::Plugin ( const te::core::PluginInfo pluginInfo)
te::qt::plugins::terramobile::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::terramobile::Plugin::registerActions ( )
protected

Function used to register all terra mobile actions.

void te::qt::plugins::terramobile::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::terramobile::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::terramobile::Plugin::triggered ( te::qt::af::evt::Event e)
signal
void te::qt::plugins::terramobile::Plugin::unRegisterActions ( )
protected

Function used to unregister all terra mobile actions.

Member Data Documentation

te::qt::plugins::terramobile::CreateLayerAction* te::qt::plugins::terramobile::Plugin::m_createLayer
protected

Used to create a new layer.

Definition at line 100 of file Plugin.h.

te::qt::plugins::terramobile::GeoPackageBuilderAction* te::qt::plugins::terramobile::Plugin::m_gpBuider
protected

GeoPackage Builder Operation Process Action.

Definition at line 96 of file Plugin.h.

te::qt::plugins::terramobile::GeoPackagePublisherAction* te::qt::plugins::terramobile::Plugin::m_gpPublisher
protected

GeoPackage Publisher Operation Process Action.

Definition at line 97 of file Plugin.h.

te::qt::plugins::terramobile::GeoPackageSynchronizerAction* te::qt::plugins::terramobile::Plugin::m_gpSync
protected

GeoPackage Synchronizer Operation Process Action.

Definition at line 98 of file Plugin.h.

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

Definition at line 73 of file CppPlugin.h.

QMenu* te::qt::plugins::terramobile::Plugin::m_menu
protected

thirdParty Main Menu registered.

Definition at line 93 of file Plugin.h.

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

Definition at line 72 of file CppPlugin.h.

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: