25 #ifndef __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_LAYERITEMVIEW_H 
   26 #define __TERRALIB_QT_WIDGETS_LAYER_INTERNAL_LAYERITEMVIEW_H 
   28 #include "../../Config.h" 
   32 #include "../../../../maptools/AbstractLayer.h" 
   43 class QStyledItemDelegate;
 
   62       class LayerViewMenuManager;
 
  112         void addLayers(
const std::list<te::map::AbstractLayerPtr>& layers, 
const QModelIndex& idx, 
const std::string& idxPath = 
"./");
 
  118         void setLayers(
const std::list<te::map::AbstractLayerPtr>& layers);
 
  145         void addFolder(
const std::string& name, 
const QModelIndex& idx);
 
A wdiget used to customize a chart's style parameters.
 
This is the base class for layers.
 
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr