A dialog used to build a grouping. More...
#include <GroupingDialog.h>
  
 Public Member Functions | |
| void | setLayers (te::map::AbstractLayerPtr selectedLayer, std::vector< te::map::AbstractLayerPtr > allLayers) | 
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| GroupingDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a basic fill dialog which is a child of parent, with widget flags set to f.  More... | |
| ~GroupingDialog () | |
| Destructor.  More... | |
Protected Slots | |
| void | onApplyClicked () | 
| void | onPushButtonClicked () | 
Protected Member Functions | |
| void | buildRasterGroupingInteface () | 
| void | buildVectorialGroupingInteface () | 
Private Attributes | |
| std::vector< te::map::AbstractLayerPtr > | m_allLayers | 
| All Project Layers with Grouping.  More... | |
| te::qt::widgets::ColorMapWidget * | m_colorMapWidget | 
| Color Map Widget used to configure the grouping operation over a raster.  More... | |
| te::qt::widgets::GroupingWidget * | m_groupingWidget | 
| Grouping Widget used to configure the grouping operation.  More... | |
| te::map::AbstractLayerPtr | m_layer | 
| Layer ptr.  More... | |
| std::auto_ptr< te::rst::Raster > | m_raster | 
| te::se::RasterSymbolizer * | m_rasterSymb | 
| std::auto_ptr< Ui::GroupingDialogForm > | m_ui | 
| Dialog form.  More... | |
A dialog used to build a grouping.
Definition at line 67 of file GroupingDialog.h.
| te::qt::widgets::GroupingDialog::GroupingDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructs a basic fill dialog which is a child of parent, with widget flags set to f.
| te::qt::widgets::GroupingDialog::~GroupingDialog | ( | ) | 
Destructor.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| void te::qt::widgets::GroupingDialog::setLayers | ( | te::map::AbstractLayerPtr | selectedLayer, | 
| std::vector< te::map::AbstractLayerPtr > | allLayers | ||
| ) | 
      
  | 
  private | 
All Project Layers with Grouping.
Definition at line 112 of file GroupingDialog.h.
      
  | 
  private | 
Color Map Widget used to configure the grouping operation over a raster.
Definition at line 106 of file GroupingDialog.h.
      
  | 
  private | 
Grouping Widget used to configure the grouping operation.
Definition at line 105 of file GroupingDialog.h.
      
  | 
  private | 
Layer ptr.
Definition at line 108 of file GroupingDialog.h.
      
  | 
  private | 
Definition at line 109 of file GroupingDialog.h.
      
  | 
  private | 
Definition at line 110 of file GroupingDialog.h.
      
  | 
  private | 
Dialog form.
Definition at line 104 of file GroupingDialog.h.