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);
 
  175 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOL_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::vector< te::se::Symbolizer * > m_symbs
Set of symbolizers that compose the symbol. 
 
SymbolInfo m_info
Information about the symbol. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
This class represents a symbol. TODO: More description! 
 
Information about a given Symbol. 
 
Information about a given Symbol.