26 #ifndef __TERRALIB_QT_WIDGETS_CLASSIFICATION_INTERNAL_ROIMANAGERWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_CLASSIFICATION_INTERNAL_ROIMANAGERWIDGET_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../../../maptools/Enums.h" 
   32 #include "../Config.h" 
   38 #include <QTreeWidgetItem> 
   41 namespace Ui { 
class ROIManagerWidgetForm; }
 
   59       class ColorPickerToolButton;
 
   60       class RasterNavigatorWidget;
 
   77           Ui::ROIManagerWidgetForm* getForm() 
const;
 
   85           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
  101           void onOpenLayerROIToolButtonClicked();
 
  103           void onAddROIToolButtonClicked();
 
  105           void onRemoveROIToolButtonClicked();
 
  107           void onFileDialogToolButtonClicked();
 
  109           void onROITreItemClicked(QTreeWidgetItem* item, 
int column);
 
  111           void onExportROISetToolButtonClicked();
 
  113           void onVectorLayerToolButtonClicked(
bool flag);
 
  115           void onMapDisplayExtentChanged();
 
  119           void onPointPicked(
double x, 
double y);
 
  127          std::auto_ptr<Ui::ROIManagerWidgetForm> 
m_ui;
 
  129          std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
  150 #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