Go to the documentation of this file.
   26 #ifndef __TERRALIB_SE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_SE_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_SE_MODULE_NAME "te.symbology_encoding" 
   44 #define TE_SE_DEFAULT_UOM 3 
   51 #define TE_SE_DEFAULT_TEXT_COLOR 0, 0, 0 
   58 #define TE_SE_DEFAULT_FONT_SIZE 10 
   65 #define TE_SE_DEFAULT_HALO_COLOR 255, 255, 255 
   72 #define TE_SE_DEFAULT_HALO_RADIUS 1 
   79 #define TE_SE_DEFAULT_FILL_BASIC_COLOR 128, 128, 128 
   86 #define TE_SE_DEFAULT_STROKE_BASIC_COLOR 0, 0, 0 
   93 #define TE_SE_DEFAULT_STROKE_BASIC_WIDTH 1 
  100 #define TE_SE_DEFAULT_GRAPHIC_SIZE 16 
  107 #define TE_SE_DEFAULT_GAMMA_VALUE 1.0 
  114 #define TE_SE_DEFAULT_VERSION "1.1.0" 
  121 #define TE_SE_BUTT_CAP "butt" 
  128 #define TE_SE_ROUND_CAP "round" 
  135 #define TE_SE_SQUARE_CAP "square" 
  142 #define TE_SE_MITRE_JOIN "mitre" 
  149 #define TE_SE_ROUND_JOIN "round" 
  156 #define TE_SE_BEVEL_JOIN "bevel" 
  170 #define TE_SE_TEXT_DOMAIN "tlse" 
  177 #define TE_SE_TEXT_DOMAIN_DIR "locale" 
  184 #define TR_SE(message) TR(message, TE_SE_TEXT_DOMAIN) 
  191 #define TR_PLURAL_SE(message1, message2, n) TR_PLURAL(TE_SE_TEXT_DOMAIN, message1, message2, n) 
  212     #pragma warning( disable : 4251 ) 
  213     #pragma warning( disable : 4275 ) 
  217     #define TESEEXPORT                          // Don't need to export/import... it is a static library 
  219     #define TESEEXPORT  __declspec(dllexport)   // export DLL information 
  221     #define TESEEXPORT  __declspec(dllimport)   // import DLL information 
  229 #endif  // __TERRALIB_SE_INTERNAL_CONFIG_H