26 #ifndef __TERRALIB_QT_WIDGETS_LAYER_EXPLORER_INTERNAL_COLORMAPITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_LAYER_EXPLORER_INTERNAL_COLORMAPITEM_H 
   35   namespace se { 
class ColorMap; }
 
   51           int columnCount() 
const;
 
   53           QVariant data(
int column, 
int role) 
const;
 
   55           QMenu* getMenu(QWidget* parent = 0) 
const;
 
   57           bool canFetchMore() 
const;
 
   59           Qt::ItemFlags flags() 
const;
 
   63           bool hasChildren() 
const;
 
   65           bool setData(
int column, 
const QVariant& value, 
int role = Qt::EditRole);
 
   74           const std::string getItemType() 
const;
 
   76           void setCheckable(
bool checkable);
 
   91 #endif  // __TERRALIB_QT_WIDGETS_LAYER_EXPLORER_INTERNAL_COLORMAPITEM_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::se::ColorMap * m_colorMap
 
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
 
The class that represents an item in a LayerTreeModel. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
The class that represents an item in a LayerTreeModel.