26 #ifndef __TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H    27 #define __TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H    30 #include "../../../plugin/Plugin.h"    52         class CreateCellLayerAction;
    74             void registerActions();
    80             void unRegisterActions();
   101 #endif //__TE_QT_PLUGINS_CELLSPACE_INTERNAL_PLUGIN_H QAction * m_popupAction
Cellular Spaces pop up action registered. 
 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
A base class for application events. 
 
This class register the contrast action into Cellular Space Plugin. 
 
A base class for plugin types. 
 
Configuration flags for the Cellular Spaces Qt Widget plugin. 
 
CreateCellLayerAction * m_createCellLayer
 
QMenu * m_cellSpaceMenu
Cellular Spaces Main Menu registered. 
 
The basic information about a plugin. 
 
#define TEQTPLUGINCELLSPACEEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...