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

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

Go to the source code of this file.

Macros

#define TE_QT_PLUGIN_ST(message)   TR(message, TE_QT_PLUGIN_ST_TEXT_DOMAIN)
 It marks a string in order to get translated. This is a special mark used in the ST QtPlugin of TerraLib. More...
 
#define TE_QT_PLUGIN_ST_HAVE_OBSERVATION
 It defines if the ST Qt Plugin has the observation operation. More...
 
#define TE_QT_PLUGIN_ST_HAVE_SLIDER
 It defines if the ST Qt Plugin has the slider operation. More...
 
#define TE_QT_PLUGIN_ST_HAVE_TIMESERIES
 It defines if the ST Qt Plugin has the timeseries operation. More...
 
#define TE_QT_PLUGIN_ST_HAVE_TRAJECTORY
 It defines if the ST Qt Plugin has the trajectory operation. More...
 
#define TE_QT_PLUGIN_ST_PLUGIN_NAME   "te.qt.st"
 It contains the plugin name. More...
 
#define TE_QT_PLUGIN_ST_TEXT_DOMAIN   "teqtpluginst"
 It contains the name of the text domain used in the translation of messages in TerraLib ST Qt Plugin implementation. More...
 
#define TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR   "locale"
 It contains the translation catalog directory. More...
 
#define TEQTPLUGINSTEXPORT
 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 ST Qt Widget plugin.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_PLUGIN_ST (   message)    TR(message, TE_QT_PLUGIN_ST_TEXT_DOMAIN)

It marks a string in order to get translated. This is a special mark used in the ST QtPlugin of TerraLib.

Definition at line 84 of file Config.h.

#define TE_QT_PLUGIN_ST_HAVE_OBSERVATION

It defines if the ST Qt Plugin has the observation operation.

Definition at line 41 of file Config.h.

#define TE_QT_PLUGIN_ST_HAVE_SLIDER

It defines if the ST Qt Plugin has the slider operation.

Definition at line 34 of file Config.h.

#define TE_QT_PLUGIN_ST_HAVE_TIMESERIES

It defines if the ST Qt Plugin has the timeseries operation.

Definition at line 48 of file Config.h.

#define TE_QT_PLUGIN_ST_HAVE_TRAJECTORY

It defines if the ST Qt Plugin has the trajectory operation.

Definition at line 55 of file Config.h.

#define TE_QT_PLUGIN_ST_PLUGIN_NAME   "te.qt.st"

It contains the plugin name.

Definition at line 63 of file Config.h.

#define TE_QT_PLUGIN_ST_TEXT_DOMAIN   "teqtpluginst"

It contains the name of the text domain used in the translation of messages in TerraLib ST Qt Plugin implementation.

Definition at line 70 of file Config.h.

#define TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR   "locale"

It contains the translation catalog directory.

Definition at line 77 of file Config.h.

#define TEQTPLUGINSTEXPORT

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 TEQTPLUGINSTEXPORT into the project's list of defines.

Definition at line 100 of file Config.h.