te::sa::SkaterDialog Class Reference

#include <SkaterDialog.h>

Inheritance diagram for te::sa::SkaterDialog:

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::GeneralizedProximityMatrixloadGPM ()
 

Private Attributes

te::qt::widgets::DoubleListWidgetm_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
 

Detailed Description

Definition at line 49 of file SkaterDialog.h.

Constructor & Destructor Documentation

te::sa::SkaterDialog::SkaterDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::sa::SkaterDialog::~SkaterDialog ( )

Member Function Documentation

te::map::AbstractLayerPtr te::sa::SkaterDialog::getOutputLayer ( )
std::auto_ptr<te::sa::GeneralizedProximityMatrix> te::sa::SkaterDialog::loadGPM ( )
protected
void te::sa::SkaterDialog::onGPMToolButtonClicked ( )
protectedslot
void te::sa::SkaterDialog::onInputLayerComboBoxActivated ( int  index)
protectedslot
void te::sa::SkaterDialog::onOkPushButtonClicked ( )
protectedslot
void te::sa::SkaterDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::sa::SkaterDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::sa::SkaterDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

te::qt::widgets::DoubleListWidget* te::sa::SkaterDialog::m_doubleListWidget
private

Widget used to select attributes.

Definition at line 88 of file SkaterDialog.h.

te::da::DataSourceInfoPtr te::sa::SkaterDialog::m_outputDatasource
private

Definition at line 90 of file SkaterDialog.h.

te::map::AbstractLayerPtr te::sa::SkaterDialog::m_outputLayer
private

Generated Layer.

Definition at line 92 of file SkaterDialog.h.

bool te::sa::SkaterDialog::m_toFile
private

Definition at line 94 of file SkaterDialog.h.

std::auto_ptr<Ui::SkaterDialogForm> te::sa::SkaterDialog::m_ui
private

Definition at line 86 of file SkaterDialog.h.


The documentation for this class was generated from the following file: