27 #include "../../../common/Config.h" 28 #include "../../../core/translator/Translator.h" 29 #include "../../../core/logger/Logger.h" 30 #include "../../af/ApplicationController.h" 31 #include "../../af/events/LayerEvents.h" 40 :
te::core::CppPlugin(pluginInfo),
41 m_cellSpaceMenu(nullptr),
42 m_popupAction(nullptr),
43 m_createCellLayer(nullptr)
void unRegisterActions()
Function used to unregister all raster processing actions.
QAction * m_popupAction
Cellular Spaces pop up action registered.
Plugin implementation for the SA Qt Plugin widget.
void triggered(te::qt::af::evt::Event *e)
A base class for application events.
Basic information about a plugin.
This class register the contrast action into Cellular Space Plugin.
#define TE_TR(message)
It marks a string in order to get translated.
Plugin(const te::core::PluginInfo &pluginInfo)
void registerActions()
Function used to register all raster processing actions.
void startup()
This method will be called by applications to startup some plugin's functionality.
static ApplicationController & getInstance()
It returns a reference to the singleton instance.
#define TERRALIB_PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
CreateCellLayerAction * m_createCellLayer
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
QMenu * m_cellSpaceMenu
Cellular Spaces Main Menu registered.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.