#include <SkaterDialog.h>
  
 Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () | 
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| SkaterDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SkaterDialog () | |
Protected Slots | |
| void | onGPMToolButtonClicked () | 
| void | onInputLayerComboBoxActivated (int index) | 
| void | onOkPushButtonClicked () | 
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
Protected Member Functions | |
| std::auto_ptr < te::sa::GeneralizedProximityMatrix >  | loadGPM () | 
Private Attributes | |
| te::qt::widgets::DoubleListWidget * | m_doubleListWidget | 
| Widget used to select attributes.  More... | |
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| te::map::AbstractLayerPtr | m_outputLayer | 
| Generated Layer.  More... | |
| bool | m_toFile | 
| std::auto_ptr < Ui::SkaterDialogForm >  | m_ui | 
Definition at line 49 of file SkaterDialog.h.
| te::sa::SkaterDialog::SkaterDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 64 of file SkaterDialog.cpp.
References m_doubleListWidget, m_ui, onGPMToolButtonClicked(), onInputLayerComboBoxActivated(), onOkPushButtonClicked(), onTargetDatasourceToolButtonPressed(), onTargetFileToolButtonPressed(), te::qt::widgets::DoubleListWidget::setLeftLabel(), and te::qt::widgets::DoubleListWidget::setRightLabel().
| te::sa::SkaterDialog::~SkaterDialog | ( | ) | 
Definition at line 95 of file SkaterDialog.cpp.
| te::map::AbstractLayerPtr te::sa::SkaterDialog::getOutputLayer | ( | ) | 
Definition at line 124 of file SkaterDialog.cpp.
Referenced by te::qt::plugins::sa::SkaterAction::onActionActivated().
      
  | 
  protected | 
Definition at line 421 of file SkaterDialog.cpp.
References te::sa::GPMBuilder::build(), te::map::DataSetLayer::getDataSetName(), te::da::GetDataSource(), te::map::DataSetLayer::getDataSourceId(), te::map::DataSetLayer::getSchema(), te::sa::SpatialWeightsExchanger::importFromGAL(), te::sa::SpatialWeightsExchanger::importFromGWT(), and te::sa::GPMBuilder::setGPMInfo().
      
  | 
  protectedslot | 
Definition at line 387 of file SkaterDialog.cpp.
References te::sa::SpatialWeightsExchanger::getSpatialWeightsFileInfo().
Referenced by SkaterDialog().
      
  | 
  protectedslot | 
Definition at line 129 of file SkaterDialog.cpp.
References te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by SkaterDialog().
      
  | 
  protectedslot | 
Definition at line 169 of file SkaterDialog.cpp.
References te::common::ProgressManager::addViewer(), te::sa::Both, te::sa::Clusters, te::sa::CreateLayer(), te::sa::CreateOGRDataSource(), te::sa::CreateSkaterGrouping(), te::sa::SkaterOperation::execute(), te::da::GetDataSource(), te::common::Singleton< ProgressManager >::getInstance(), te::sa::SkaterOperation::getNumberOfClasses(), te::sa::SkaterInputParams::m_aggregType, te::sa::SkaterInputParams::m_attrPop, te::sa::SkaterInputParams::m_attrs, te::sa::SkaterOutputParams::m_dataSource, te::sa::SkaterInputParams::m_ds, te::sa::SkaterInputParams::m_dsType, te::sa::SkaterInputParams::m_gpm, te::sa::SkaterInputParams::m_gpmAttrLink, te::sa::SkaterInputParams::m_minPop, te::sa::SkaterInputParams::m_nClusters, te::sa::SkaterOutputParams::m_outputDataSetName, te::sa::Population, te::common::ProgressManager::removeViewer(), and te::sa::SkaterOperation::setParameters().
Referenced by SkaterDialog().
      
  | 
  protectedslot | 
Definition at line 344 of file SkaterDialog.cpp.
References te::qt::widgets::DataSourceSelectorDialog::getSelecteds().
Referenced by SkaterDialog().
      
  | 
  protectedslot | 
Definition at line 366 of file SkaterDialog.cpp.
Referenced by SkaterDialog().
| void te::sa::SkaterDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 99 of file SkaterDialog.cpp.
Referenced by te::qt::plugins::sa::SkaterAction::onActionActivated().
      
  | 
  private | 
Widget used to select attributes.
Definition at line 88 of file SkaterDialog.h.
Referenced by SkaterDialog().
      
  | 
  private | 
Definition at line 90 of file SkaterDialog.h.
      
  | 
  private | 
Generated Layer.
Definition at line 92 of file SkaterDialog.h.
      
  | 
  private | 
Definition at line 94 of file SkaterDialog.h.
      
  | 
  private | 
Definition at line 86 of file SkaterDialog.h.
Referenced by SkaterDialog().