Go to the documentation of this file.
26 #ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_PLUGIN_H
27 #define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_PLUGIN_H
30 #include "../../../core/plugin/CppPlugin.h"
53 class CreateLayerAction;
54 class GeoPackageBuilderAction;
55 class GeoPackagePublisherAction;
56 class GeoPackageSynchronizerAction;
108 #endif //__TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_PLUGIN_H
This file defines the GeoPackage Builder Action class.
te::qt::plugins::terramobile::GeoPackagePublisherAction * m_gpPublisher
GeoPackage Publisher Operation Process Action.
This file defines the Create Layer Action class.
QAction * m_popupAction
thirdParty pop up action registered.
This file defines the GeoPackage Publisher Action class.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
te::qt::plugins::terramobile::GeoPackageBuilderAction * m_gpBuider
GeoPackage Builder Operation Process Action.
This file defines the GeoPackage Synchronizer Action class.
te::qt::plugins::terramobile::GeoPackageSynchronizerAction * m_gpSync
GeoPackage Synchronizer Operation Process Action.
void registerActions()
Function used to register all terra mobile actions.
A base class for application events.
Basic information about a plugin.
te::qt::plugins::terramobile::CreateLayerAction * m_createLayer
Used to create a new layer.
The base class for C++ plugins.
void unRegisterActions()
Function used to unregister all terra mobile actions.
void triggered(te::qt::af::evt::Event *e)
Plugin(const te::core::PluginInfo &pluginInfo)
void startup()
This method will be called by applications to startup some plugin's functionality.
Proxy configuration file for TerraView (see terraview_config.h).
QMenu * m_menu
thirdParty Main Menu registered.