26 #ifndef __TERRALIB_VP_QT_INTERNAL_DIFFERENCEDIALOG_H 27 #define __TERRALIB_VP_QT_INTERNAL_DIFFERENCEDIALOG_H 31 #include "../../dataaccess/datasource/DataSourceInfo.h" 32 #include "../../maptools/AbstractLayer.h" 33 #include "../AlgorithmParams.h" 35 #include "../Config.h" 43 namespace Ui {
class DifferenceDialogForm; }
51 class DoubleListWidget;
89 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
95 std::vector<std::string> getSelectedProperties();
99 void updateInputLayerComboBox();
101 void updateDifferenceLayerComboBox();
103 void updateDoubleListWidget();
107 void onInputLayerComboBoxChanged(
int index);
109 void onDifferenceLayerComboBoxChanged(
int index);
111 void onTargetDatasourceToolButtonPressed();
113 void onTargetFileToolButtonPressed();
115 void onOkPushButtonClicked();
117 void onCancelPushButtonClicked();
123 std::unique_ptr<Ui::DifferenceDialogForm>
m_ui;
141 #endif // __TERRALIB_VP_QT_INTERNAL_DIFFERENCEDIALOG_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::map::AbstractLayerPtr m_inputSelectedLayer
Input layer selected.
A class that models the description of a dataset.
te::map::AbstractLayerPtr m_layerResult
Generated Layer.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
te::da::DataSet * m_dataSet
std::list< te::map::AbstractLayerPtr > m_layers
The vector layers in Layer Explorer.
te::vp::AlgorithmParams * m_params
Algorithm parameters.
std::vector< te::vp::InputParams > m_inputParams
A vector of input parameters.
std::unique_ptr< Ui::DifferenceDialogForm > m_ui
te::da::DataSetType * m_dataSetType
std::unique_ptr< te::qt::widgets::DoubleListWidget > m_doubleListWidget
A dataset is the unit of information manipulated by the data access module of TerraLib.
te::map::AbstractLayerPtr m_differenceSelectedLayer
Difference layer selected.
A dialog used to execute vector difference.
bool m_toFile
The result is in a file?
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr