26 #ifndef __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H
27 #define __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../maptools/AbstractLayer.h"
32 #include "../Config.h"
40 namespace Ui {
class IntersectionDialogForm; }
48 class DoubleListWidget;
77 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
83 std::vector<std::pair<std::string, std::string> > getSelectedProperties();
85 void updateFirstLayerComboBox();
87 void updateSecondLayerComboBox();
89 void updateDoubleListWidget();
93 void onFirstLayerComboBoxChanged(
int index);
95 void onSecondLayerComboBoxChanged(
int index);
97 void onOkPushButtonClicked();
99 void onTargetDatasourceToolButtonPressed();
101 void onTargetFileToolButtonPressed();
105 std::auto_ptr<Ui::IntersectionDialogForm>
m_ui;
118 #endif // __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::list< te::map::AbstractLayerPtr > m_layers
First layer selected.
std::auto_ptr< Ui::IntersectionDialogForm > m_ui
std::auto_ptr< te::qt::widgets::DoubleListWidget > m_doubleListWidget
A dialog used to execute vector intersection.
te::map::AbstractLayerPtr m_secondSelectedLayer
Second layer selected.
te::map::AbstractLayerPtr m_layerResult
Generated Layer.
std::string m_outputArchive
Archive information.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
te::map::AbstractLayerPtr m_firstSelectedLayer
First layer selected.