26 #ifndef __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H
27 #define __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
34 #include "../Config.h"
42 namespace Ui {
class IntersectionDialogForm; }
50 class DoubleListWidget;
76 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
104 std::unique_ptr<Ui::IntersectionDialogForm>
m_ui;
A dialog used to execute vector intersection.
std::unique_ptr< te::qt::widgets::DoubleListWidget > m_doubleListWidget
void updateFirstLayerComboBox()
void onFirstLayerComboBoxChanged(int index)
std::unique_ptr< Ui::IntersectionDialogForm > m_ui
te::map::AbstractLayerPtr getLayer()
std::list< te::map::AbstractLayerPtr > m_layers
First layer selected.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onSecondLayerComboBoxChanged(int index)
std::vector< std::pair< int, std::string > > getSelectedProperties()
void updateDoubleListWidget()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onOkPushButtonClicked()
void onTargetDatasourceToolButtonPressed()
void onTargetFileToolButtonPressed()
te::map::AbstractLayerPtr m_layerResult
Generated Layer.
std::string m_outputArchive
Archive information.
void updateSecondLayerComboBox()
te::map::AbstractLayerPtr m_secondSelectedLayer
Second layer selected.
IntersectionDialog(QWidget *parent=0, Qt::WindowFlags f=0)
te::map::AbstractLayerPtr m_firstSelectedLayer
First layer selected.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.