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

Go to the source code of this file.

Macros

#define TE_QT_PLUGIN_TERRALIB4(message)   TR(message, TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN)
 It marks a string in order to get translated. This is a special mark used in the TERRALIB4 QtPlugin of TerraLib. More...
 
#define TE_QT_PLUGIN_TERRALIB4_PLUGIN_NAME   "te.qt.terralib4"
 It contains the plugin name. More...
 
#define TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN   "teqtpluginterralib4"
 It contains the name of the text domain used in the translation of messages in TerraLib TERRALIB4 Qt Plugin implementation. More...
 
#define TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN_DIR   "locale"
 It contains the translation catalog directory. More...
 
#define TEQTPLUGINTERRALIB4EXPORT
 You can use this macro in order to export/import classes and functions from all plug-ins files. More...
 

Macro Definition Documentation

#define TE_QT_PLUGIN_TERRALIB4 (   message)    TR(message, TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN)

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

Definition at line 58 of file Config.h.

Referenced by te::qt::plugins::terralib4::TL4ConverterWizard::commit(), te::qt::plugins::terralib4::Plugin::shutdown(), te::qt::plugins::terralib4::Plugin::startup(), and te::qt::plugins::terralib4::TL4ConverterWizard::validLayerNames().

#define TE_QT_PLUGIN_TERRALIB4_PLUGIN_NAME   "te.qt.terralib4"

It contains the plugin name.

Definition at line 37 of file Config.h.

#define TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN   "teqtpluginterralib4"

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

Definition at line 44 of file Config.h.

Referenced by te::qt::plugins::terralib4::Plugin::startup().

#define TE_QT_PLUGIN_TERRALIB4_TEXT_DOMAIN_DIR   "locale"

It contains the translation catalog directory.

Definition at line 51 of file Config.h.

Referenced by te::qt::plugins::terralib4::Plugin::startup().

#define TEQTPLUGINTERRALIB4EXPORT

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

Definition at line 74 of file Config.h.