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

Configuration flags for the GeoFile Qt Widget plugin. More...

Go to the source code of this file.

Macros

#define TE_QT_PLUGIN_DATASOURCE_GEOFILE(message)   TR(message, TE_QT_PLUGIN_DATASOURCE_GEOFILE_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_GEOFILE_PLUGIN_NAME   "te.qt.datasource.geofile"
 
#define TE_QT_PLUGIN_DATASOURCE_GEOFILE_TEXT_DOMAIN   "teqtplugindatasourcegeofile"
 It contains the name of the text domain used in the translation of messages in TerraLib GEOFILE driver implementation. More...
 
#define TE_QT_PLUGIN_DATASOURCE_GEOFILE_TEXT_DOMAIN_DIR   "locale"
 It contains the translation catalog directory. More...
 
#define TEQTPLUGINGEOFILEEXPORT
 You can use this macro in order to export/import classes and functions from all plug-ins files. More...
 

Detailed Description

Configuration flags for the GeoFile Qt Widget plugin.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_PLUGIN_DATASOURCE_GEOFILE (   message)    TR(message, TE_QT_PLUGIN_DATASOURCE_GEOFILE_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::geofile::Plugin::shutdown(), and te::qt::plugins::geofile::Plugin::startup().

#define TE_QT_PLUGIN_DATASOURCE_GEOFILE_PLUGIN_NAME   "te.qt.datasource.geofile"

Definition at line 32 of file Config.h.

#define TE_QT_PLUGIN_DATASOURCE_GEOFILE_TEXT_DOMAIN   "teqtplugindatasourcegeofile"

It contains the name of the text domain used in the translation of messages in TerraLib GEOFILE driver implementation.

Definition at line 39 of file Config.h.

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

#define TE_QT_PLUGIN_DATASOURCE_GEOFILE_TEXT_DOMAIN_DIR   "locale"

It contains the translation catalog directory.

Definition at line 46 of file Config.h.

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

#define TEQTPLUGINGEOFILEEXPORT

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

Definition at line 69 of file Config.h.