26 #ifndef __TERRALIB_QTWIDGETS_INTERNAL_UTILS_H 
   27 #define __TERRALIB_QTWIDGETS_INTERNAL_UTILS_H 
   30 #include "../../common/CharEncodingConv.h" 
   31 #include "../../color/RGBAColor.h" 
   32 #include "../../geometry/Enums.h" 
   33 #include "../../maptools/Enums.h" 
   52 class QTreeWidgetItem;
 
  264                                                const QColor& fillColor, 
const QColor& contourColor, 
const std::size_t& contourWidth = 1);
 
  326 #endif  // __TERRALIB_QTWIDGETS_INTERNAL_UTILS_H 
ImageType
This enum specifies the possible input and output image formats supported by the canvas API...
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
CharEncoding
Supported charsets (character encoding). 
 
A canvas is an abstraction of a drawing area. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.