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

#include <Plugin.h>

Inheritance diagram for te::qt::plugins::terramobile::Plugin:
te::plugin::Plugin te::plugin::AbstractPlugin

Signals

void triggered (te::qt::af::evt::Event *e)
 

Public Member Functions

const PluginInfo & getInfo () const
 It return the information associated to the plugin. More...
 
bool isStarted () const
 It tells if the plugin was started or not. More...
 
bool operator< (const AbstractPlugin &rhs) const
 This overloaded operator can be used to index the plugin in a set. More...
 
 Plugin (const te::plugin::PluginInfo &pluginInfo)
 
void shutdown ()
 Do nothing! Just set plugin as stopped. More...
 
void startup ()
 Do nothing! Just set plugin as started. More...
 
 ~Plugin ()
 Virtual destructor. More...
 

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
 A flag that indicates if the plugin was started or not. More...
 
QMenu * m_menu
 thirdParty Main Menu registered. More...
 
PluginInfo m_pluginInfo
 Information about the plugin. More...
 
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::plugin::PluginInfo pluginInfo)
te::qt::plugins::terramobile::Plugin::~Plugin ( )
virtual

Virtual destructor.

Reimplemented from te::plugin::Plugin.

Member Function Documentation

const PluginInfo& te::plugin::Plugin::getInfo ( ) const
virtualinherited

It return the information associated to the plugin.

Returns
The information associated to the plugin.

Implements te::plugin::AbstractPlugin.

bool te::plugin::Plugin::isStarted ( ) const
virtualinherited

It tells if the plugin was started or not.

Returns
True if the plugin is started and false otherwise (it is shutdown).

Implements te::plugin::AbstractPlugin.

bool te::plugin::AbstractPlugin::operator< ( const AbstractPlugin rhs) const
inherited

This overloaded operator can be used to index the plugin in a set.

Parameters
rhsThe right-hand-side plugin.
Returns
True if this plugin name is lexcographical less than the rhs plugin name.
void te::qt::plugins::terramobile::Plugin::registerActions ( )
protected

Function used to register all terra mobile actions.

void te::qt::plugins::terramobile::Plugin::shutdown ( )
virtual

Do nothing! Just set plugin as stopped.

Reimplemented from te::plugin::Plugin.

void te::qt::plugins::terramobile::Plugin::startup ( )
virtual

Do nothing! Just set plugin as started.

Reimplemented from te::plugin::Plugin.

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::plugin::Plugin::m_initialized
protectedinherited

A flag that indicates if the plugin was started or not.

Definition at line 79 of file Plugin.h.

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

thirdParty Main Menu registered.

Definition at line 93 of file Plugin.h.

PluginInfo te::plugin::Plugin::m_pluginInfo
protectedinherited

Information about the plugin.

Definition at line 78 of file Plugin.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: