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;
    79         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    85         std::vector<std::pair<std::string, std::string> > getSelectedProperties();
    87         void updateFirstLayerComboBox();
    89         void updateSecondLayerComboBox();
    91         void updateDoubleListWidget();
    95         void onFirstLayerComboBoxChanged(
int index);
    97         void onSecondLayerComboBoxChanged(
int index);
    99         void onOkPushButtonClicked();
   101         void onTargetDatasourceToolButtonPressed();
   103         void onTargetFileToolButtonPressed();
   107         std::auto_ptr<Ui::IntersectionDialogForm> 
m_ui;
   120 #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.