26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOL_H    27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOL_H    30 #include "../Config.h"    95         std::size_t getSymbolizersCount() 
const;
   126         const std::vector<te::se::Symbolizer*>& getSymbolizers() 
const;
   152         void removeSymbolizer(
const std::size_t& i);
   160         void swapSymbolizers(
const std::size_t& first, 
const std::size_t& second);
   165         std::string getFullName();
   177 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOL_H A Symbolizer describes how a feature is to appear on a map. 
 
Information about a given Symbol.