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 src/terralib/qt/plugins/st/Config.h.
| #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 src/terralib/qt/plugins/st/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 src/terralib/qt/plugins/st/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 src/terralib/qt/plugins/st/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 src/terralib/qt/plugins/st/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 src/terralib/qt/plugins/st/Config.h.
| #define TE_QT_PLUGIN_ST_PLUGIN_NAME "te.qt.st" |
It contains the plugin name.
Definition at line 63 of file src/terralib/qt/plugins/st/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 src/terralib/qt/plugins/st/Config.h.
| #define TE_QT_PLUGIN_ST_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory.
Definition at line 77 of file src/terralib/qt/plugins/st/Config.h.
| #define TEQTPLUGINSTEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files.
Definition at line 100 of file src/terralib/qt/plugins/st/Config.h.