#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 |
||
| ) |
| te::sa::SkaterDialog::~SkaterDialog | ( | ) |
| te::map::AbstractLayerPtr te::sa::SkaterDialog::getOutputLayer | ( | ) |
|
protected |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
| void te::sa::SkaterDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
|
private |
Widget used to select attributes.
Definition at line 88 of file SkaterDialog.h.
|
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.