26 #ifndef __TERRALIB_QT_WIDGETS_CLASSIFICATION_INTERNAL_ROIMANAGERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_CLASSIFICATION_INTERNAL_ROIMANAGERWIDGET_H 
   31 #include "../../../maptools/AbstractLayer.h" 
   33 #include "../../../maptools/Enums.h" 
   34 #include "../Config.h" 
   40 #include <QTreeWidgetItem> 
   43 namespace Ui { 
class ROIManagerWidgetForm; }
 
   61       class ColorPickerToolButton;
 
   62       class RasterNavigatorWidget;
 
   79           Ui::ROIManagerWidgetForm* getForm() 
const;
 
   87           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
  103           void onOpenLayerROIToolButtonClicked();
 
  105           void onAddROIToolButtonClicked();
 
  107           void onRemoveROIToolButtonClicked();
 
  109           void onFileDialogToolButtonClicked();
 
  111           void onROITreItemClicked(QTreeWidgetItem* item, 
int column);
 
  113           void onExportROISetToolButtonClicked();
 
  115           void onVectorLayerToolButtonClicked(
bool flag);
 
  117           void onMapDisplayExtentChanged();
 
  121           void onPointPicked(
double x, 
double y);
 
  129          std::auto_ptr<Ui::ROIManagerWidgetForm> 
m_ui;
 
  131          std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
  152 #endif  // __TERRALIB_QT_WIDGETS_CLASSIFICATION_INTERNAL_ROIMANAGERWIDGET_H 
A Symbolizer describes how a feature is to appear on a map. 
 
A ROISet is a set of ROI's. 
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
Visibility
Each layer can have three states of visibility. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr