26 #ifndef __TE_QT_PLUGINS_SA_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_SA_INTERNAL_PLUGIN_H 
   30 #include "../../../plugin/Plugin.h" 
   45         class BayesGlobalAction;
 
   46         class BayesLocalAction;
 
   47         class GeostatisticalMethodsAction;
 
   48         class KernelMapAction;
 
   49         class KernelRatioAction;
 
   50         class ProximityMatrixCreatorAction;
 
   51         class SamplePointsGeneratorAction;
 
   53         class SpatialStatisticsAction;
 
  104 #endif //__TE_QT_PLUGINS_SA_INTERNAL_PLUGIN_H 
#define TEQTPLUGINSAEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
te::qt::plugins::sa::KernelRatioAction * m_kernelRatio
Kernel Ratio Process Action. 
 
te::qt::plugins::sa::SamplePointsGeneratorAction * m_samplePointsGenerator
Sample points generator Process Action. 
 
Configuration flags for the SA Qt Widget plugin. 
 
te::qt::plugins::sa::SpatialStatisticsAction * m_spatialStatistics
Spatial Statistics Process Action. 
 
~Plugin()
Virtual destructor. 
 
te::qt::plugins::sa::SkaterAction * m_skater
Skater Process Action. 
 
void unRegisterActions()
Function used to unregister all raster processing actions. 
 
te::qt::plugins::sa::ProximityMatrixCreatorAction * m_proxMatrixCreator
Proximity Matrix Creator Process Action. 
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
void startup()
Do nothing! Just set plugin as started. 
 
A base class for plugin types. 
 
te::qt::plugins::sa::BayesLocalAction * m_bayesLocal
Local Bayes Process Action. 
 
void registerActions()
Function used to register all raster processing actions. 
 
te::qt::plugins::sa::GeostatisticalMethodsAction * m_geostatistics
Geostatistics methods Process Action. 
 
te::qt::plugins::sa::KernelMapAction * m_kernelMap
Kernel Map Process Action. 
 
QAction * m_popupAction
SA pop up action registered. 
 
The basic information about a plugin. 
 
te::qt::plugins::sa::BayesGlobalAction * m_bayesGlobal
Global Bayes Process Action. 
 
QMenu * m_saMenu
SA Main Menu registered.