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/AbstractLayer.h"    33 #include "../../maptools/Enums.h"    34 #include "../../maptools/MapDisplay.h"    40 #include <QModelIndex>    44 #include <QHeaderView>    50 class QAbstractItemModel;
    57 class QTreeWidgetItem;
   271                                                const QColor& fillColor, 
const QColor& contourColor, 
const std::size_t& contourWidth = 1);
   482 #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. 
 
This class controls how a set of layers are displayed. 
 
A canvas is an abstraction of a drawing area. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.