26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_STRINGSCALEDRAW_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_STRINGSCALEDRAW_H 
   30 #include "../Config.h" 
   33 #include <qwt_scale_draw.h> 
   80        std::set<QString>& getLabels();
 
   88       void setLabels(  std::set<QString> new_labels);
 
   96       virtual QwtText label( 
double value ) 
const;
 
  106 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_STRINGSCALEDRAW_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::set< QString > m_labels
A set of label values.