A dialog used to execute vector union. More...
#include <UnionDialog.h>
Classes | |
struct | DataStruct |
Public Member Functions | |
te::map::AbstractLayerPtr | getLayer () |
void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
Set the layer that can be used. More... | |
UnionDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
~UnionDialog () | |
Protected Slots | |
void | onCancelPushButtonClicked () |
void | onFirstLayerComboBoxChanged (int index) |
void | onOkPushButtonClicked () |
void | onSecondLayerComboBoxChanged (int index) |
void | onTargetDatasourceToolButtonPressed () |
void | onTargetFileToolButtonPressed () |
Protected Member Functions | |
DataStruct | getDataStructFromLayer (te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0) |
std::vector< std::pair< std::string, std::string > > | getSelectedProperties () |
te::da::Select * | getSelectQueryFromLayer (te::map::AbstractLayerPtr layer, bool onlySelectedObjects, int srid=0) |
void | updateDoubleListWidget () |
void | updateFirstLayerComboBox () |
void | updateSecondLayerComboBox () |
Private Attributes | |
std::unique_ptr< te::qt::widgets::DoubleListWidget > | m_doubleListWidget |
te::map::AbstractLayerPtr | m_firstSelectedLayer |
Input layer selected. More... | |
std::vector< te::vp::InputParams > | m_inputParams |
A vector of input parameters. More... | |
std::list< te::map::AbstractLayerPtr > | m_layers |
The vector layers in Layer Explorer. More... | |
te::da::DataSourceInfoPtr | m_outputDatasource |
DataSource information. More... | |
te::map::AbstractLayerPtr | m_outputLayer |
Generated Layer. More... | |
te::vp::AlgorithmParams * | m_params |
Algorithm parameters. More... | |
te::map::AbstractLayerPtr | m_secondSelectedLayer |
Union layer selected. More... | |
bool | m_toFile |
The result is in a file? More... | |
std::auto_ptr< Ui::UnionDialogForm > | m_ui |
A dialog used to execute vector union.
Definition at line 60 of file UnionDialog.h.
te::vp::UnionDialog::UnionDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
te::vp::UnionDialog::~UnionDialog | ( | ) |
|
protected |
te::map::AbstractLayerPtr te::vp::UnionDialog::getLayer | ( | ) |
|
protected |
|
protected |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
void te::vp::UnionDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
layers | List of AbstractLayerPtr |
|
protected |
|
protected |
|
protected |
|
private |
Definition at line 138 of file UnionDialog.h.
|
private |
Input layer selected.
Definition at line 127 of file UnionDialog.h.
|
private |
A vector of input parameters.
Definition at line 130 of file UnionDialog.h.
|
private |
The vector layers in Layer Explorer.
Definition at line 126 of file UnionDialog.h.
|
private |
DataSource information.
Definition at line 133 of file UnionDialog.h.
|
private |
Generated Layer.
Definition at line 134 of file UnionDialog.h.
|
private |
Algorithm parameters.
Definition at line 131 of file UnionDialog.h.
|
private |
Union layer selected.
Definition at line 128 of file UnionDialog.h.
|
private |
The result is in a file?
Definition at line 136 of file UnionDialog.h.
|
private |
Definition at line 125 of file UnionDialog.h.