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... | |
Configuration flags for the ST Qt Widget plugin.
Definition in file Config.h.
| #define TE_QT_PLUGIN_ST | ( | message | ) | TR(message, TE_QT_PLUGIN_ST_TEXT_DOMAIN) | 
| #define TE_QT_PLUGIN_ST_HAVE_OBSERVATION | 
| #define TE_QT_PLUGIN_ST_HAVE_SLIDER | 
| #define TE_QT_PLUGIN_ST_HAVE_TIMESERIES | 
| #define TE_QT_PLUGIN_ST_HAVE_TRAJECTORY | 
| #define TE_QT_PLUGIN_ST_PLUGIN_NAME "te.qt.st" | 
| #define TE_QT_PLUGIN_ST_TEXT_DOMAIN "teqtpluginst" | 
| #define TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR "locale" |