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

Configuration flags for the IDL module of TerraLib. More...

#include "../Config.h"

Go to the source code of this file.

Macros

#define TE_IDL_MODULE_NAME   "te.idl"
 
Internationalization Defines

Flags for TerraLib code internationalization.

#define TE_IDL_TEXT_DOMAIN   "teidl"
 It contains the name of the text domain used in the translation of messages in TerraLib IDL module. More...
 
#define TE_IDL_TEXT_DOMAIN_DIR   "locale"
 It contains the translation catalog directory. More...
 
#define TR_IDL(message)   TR(message, TE_IDL_TEXT_DOMAIN)
 It marks a string in order to get translated. This is a special mark used in IDL module of TerraLib. More...
 
DLL Module

Flags for building this module as a DLL

#define TEIDLEXPORT   __declspec(dllimport)
 You can use this macro in order to export/import classes and functions from this module. More...
 

Detailed Description

Configuration flags for the IDL module of TerraLib.

Definition in file Config.h.

Macro Definition Documentation

#define TE_IDL_MODULE_NAME   "te.idl"

Definition at line 32 of file Config.h.

#define TE_IDL_TEXT_DOMAIN   "teidl"

It contains the name of the text domain used in the translation of messages in TerraLib IDL module.

Definition at line 44 of file Config.h.

#define TE_IDL_TEXT_DOMAIN_DIR   "locale"

It contains the translation catalog directory.

Definition at line 51 of file Config.h.

#define TEIDLEXPORT   __declspec(dllimport)

You can use this macro in order to export/import classes and functions from this module.

Definition at line 81 of file Config.h.

#define TR_IDL (   message)    TR(message, TE_IDL_TEXT_DOMAIN)

It marks a string in order to get translated. This is a special mark used in IDL module of TerraLib.

Definition at line 58 of file Config.h.