Configuration flags for the ST Qt Widget plugin.
More...
Go to the source code of this file.
Configuration flags for the ST Qt Widget plugin.
Definition in file Config.h.
◆ TE_QT_PLUGIN_ST
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.
◆ TE_QT_PLUGIN_ST_HAVE_OBSERVATION
#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.
◆ TE_QT_PLUGIN_ST_HAVE_SLIDER
#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.
◆ TE_QT_PLUGIN_ST_HAVE_TIMESERIES
#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.
◆ TE_QT_PLUGIN_ST_HAVE_TRAJECTORY
#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.
◆ TE_QT_PLUGIN_ST_PLUGIN_NAME
#define TE_QT_PLUGIN_ST_PLUGIN_NAME "te.qt.st" |
It contains the plugin name.
Definition at line 63 of file Config.h.
◆ TE_QT_PLUGIN_ST_TEXT_DOMAIN
#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.
◆ TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR
#define TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory.
Definition at line 77 of file Config.h.
◆ TEQTPLUGINSTEXPORT
#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.