All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Config.h File Reference

Configuration flags for the SA Qt Widget plugin. More...

Go to the source code of this file.

Macros

#define TE_QT_PLUGIN_SA_HAVE_BAYESGLOBAL
 It defines if the SA Qt Plugin has the Global Bayes operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_BAYESLOCAL
 It defines if the SA Qt Plugin has the Local Bayes operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_GEOSTATISTICALMETHODS
 It defines if the SA Qt Plugin has the geostatistical methods operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_KERNELMAP
 It defines if the SA Qt Plugin has the kernel map operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_KERNELRATIO
 It defines if the SA Qt Plugin has the kernel ratio operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_PROXIMITYMATRIXCREATOR
 It defines if the SA Qt Plugin has the proximity matrix creator operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_SAMPLEPOINTSGENERATOR
 It defines if the SA Qt Plugin has the sample points generator operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_SKATER
 It defines if the SA Qt Plugin has the skater operation. More...
 
#define TE_QT_PLUGIN_SA_HAVE_SPATIALSTATISTICS
 It defines if the SA Qt Plugin has the spatial statistics operation. More...
 
#define TE_QT_PLUGIN_SA_PLUGIN_NAME   "te.qt.sa"
 It contains the plugin name. More...
 
#define TEQTPLUGINSAEXPORT
 You can use this macro in order to export/import classes and functions from all plug-ins files. More...
 

Detailed Description

Configuration flags for the SA Qt Widget plugin.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_PLUGIN_SA_HAVE_BAYESGLOBAL

It defines if the SA Qt Plugin has the Global Bayes operation.

Definition at line 34 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_BAYESLOCAL

It defines if the SA Qt Plugin has the Local Bayes operation.

Definition at line 41 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_GEOSTATISTICALMETHODS

It defines if the SA Qt Plugin has the geostatistical methods operation.

Definition at line 62 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_KERNELMAP

It defines if the SA Qt Plugin has the kernel map operation.

Definition at line 48 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_KERNELRATIO

It defines if the SA Qt Plugin has the kernel ratio operation.

Definition at line 55 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_PROXIMITYMATRIXCREATOR

It defines if the SA Qt Plugin has the proximity matrix creator operation.

Definition at line 69 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_SAMPLEPOINTSGENERATOR

It defines if the SA Qt Plugin has the sample points generator operation.

Definition at line 76 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_SKATER

It defines if the SA Qt Plugin has the skater operation.

Definition at line 83 of file Config.h.

#define TE_QT_PLUGIN_SA_HAVE_SPATIALSTATISTICS

It defines if the SA Qt Plugin has the spatial statistics operation.

Definition at line 90 of file Config.h.

#define TE_QT_PLUGIN_SA_PLUGIN_NAME   "te.qt.sa"

It contains the plugin name.

Definition at line 97 of file Config.h.

#define TEQTPLUGINSAEXPORT

You can use this macro in order to export/import classes and functions from all plug-ins files.

Note
To compile plug-ins in Windows, remember to insert TEQTPLUGINSAEXPORT into the project's list of defines.

Definition at line 113 of file Config.h.