26 #ifndef __TERRALIB_QTWIDGETS_INTERNAL_UTILS_H 
   27 #define __TERRALIB_QTWIDGETS_INTERNAL_UTILS_H 
   30 #include "../../color/RGBAColor.h" 
   31 #include "../../geometry/Enums.h" 
   32 #include "../../maptools/Enums.h" 
   33 #include "../../maptools/AbstractLayer.h" 
   39 #include <QModelIndex> 
   48 class QAbstractItemModel;
 
   54 class QTreeWidgetItem;
 
  268                                                const QColor& fillColor, 
const QColor& contourColor, 
const std::size_t& contourWidth = 1);
 
  352 #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. 
 
EncodingType
Supported character encodings. 
 
A canvas is an abstraction of a drawing area. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.