Go to the source code of this file.
It marks a string in order to get translated. This is a special mark used in the SLIDER QtPlugin of TerraLib. 
Definition at line 66 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_SLIDER_HAVE_SLIDER | 
        
      
 
It defines if the SLIDER Qt Plugin has the slider operation. 
Definition at line 38 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_SLIDER_PLUGIN_NAME   "te.qt.slider" | 
        
      
 
It contains the plugin name. 
Definition at line 45 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_SLIDER_TEXT_DOMAIN   "teqtpluginslider" | 
        
      
 
It contains the name of the text domain used in the translation of messages in TerraLib SLIDER Qt Plugin implementation. 
Definition at line 52 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_SLIDER_TEXT_DOMAIN_DIR   "locale" | 
        
      
 
It contains the translation catalog directory. 
Definition at line 59 of file Config.h.
 
 
      
        
          | #define TEQTPLUGINSLIDEREXPORT | 
        
      
 
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 TEQTPLUGINSLIDEREXPORT into the project's list of defines. 
 
Definition at line 82 of file Config.h.