Configuration flags for the OGC Web Coverage Service (WCS) Qt Widget plugin. More...
#include "../../../../Config.h"Go to the source code of this file.
Macros | |
| #define | TE_QT_PLUGIN_DATASOURCE_WCS(message) TR(message, TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN) | 
| It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib.  More... | |
| #define | TE_QT_PLUGIN_DATASOURCE_WCS_PLUGIN_NAME "te.qt.datasource.wcs" | 
| #define | TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN "teqtplugindatasourcewcs" | 
| It contains the name of the text domain used in the translation of messages in TerraLib WCS driver implementation.  More... | |
| #define | TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN_DIR "locale" | 
| It contains the translation catalog directory.  More... | |
| #define | TEQTPLUGINWCSEXPORT | 
| You can use this macro in order to export/import classes and functions from all plug-ins files.  More... | |
Configuration flags for the OGC Web Coverage Service (WCS) Qt Widget plugin.
Definition in file Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_WCS | ( | message | ) | TR(message, TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN) | 
It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib.
Definition at line 53 of file Config.h.
Referenced by te::qt::plugins::wcs::WCSType::getDescription(), te::qt::plugins::wcs::WCSType::getTitle(), te::qt::plugins::wcs::Plugin::shutdown(), and te::qt::plugins::wcs::Plugin::startup().
| #define TE_QT_PLUGIN_DATASOURCE_WCS_PLUGIN_NAME "te.qt.datasource.wcs" | 
| #define TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN "teqtplugindatasourcewcs" | 
It contains the name of the text domain used in the translation of messages in TerraLib WCS driver implementation.
Definition at line 39 of file Config.h.
Referenced by te::qt::plugins::wcs::Plugin::startup().
| #define TE_QT_PLUGIN_DATASOURCE_WCS_TEXT_DOMAIN_DIR "locale" | 
It contains the translation catalog directory.
Definition at line 46 of file Config.h.
Referenced by te::qt::plugins::wcs::Plugin::startup().