26 #ifndef __TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H 27 #define __TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H 30 #include "../../../core/plugin/CppPlugin.h" 52 class CreateCellLayerAction;
100 #endif //__TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H QAction * m_popupAction
Cellular Spaces pop up action registered.
void triggered(te::qt::af::evt::Event *e)
A base class for application events.
void startup()
This method will be called by applications to startup some plugin's functionality.
void unRegisterActions()
Function used to unregister all raster processing actions.
Basic information about a plugin.
This class register the contrast action into Cellular Space Plugin.
Plugin(const te::core::PluginInfo &pluginInfo)
The base class for C++ plugins.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
Configuration flags for the Cellular Spaces Qt Widget plugin.
void registerActions()
Function used to register all raster processing actions.
CreateCellLayerAction * m_createCellLayer
QMenu * m_cellSpaceMenu
Cellular Spaces Main Menu registered.