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; }
69 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
75 void onFirstLayerComboBoxChanged(
int index);
77 void onSecondLayerComboBoxChanged(
int index);
79 void onOkPushButtonClicked();
81 void onTargetDatasourceToolButtonPressed();
83 void onTargetFileToolButtonPressed();
87 std::auto_ptr<Ui::IntersectionDialogForm>
m_ui;
99 #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
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.