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);
    82         std::vector<std::pair<int, std::string> > getSelectedProperties();
    84         void updateFirstLayerComboBox();
    86         void updateSecondLayerComboBox();
    88         void updateDoubleListWidget();
    92         void onFirstLayerComboBoxChanged(
int index);
    94         void onSecondLayerComboBoxChanged(
int index);
    96         void onOkPushButtonClicked();
    98         void onTargetDatasourceToolButtonPressed();
   100         void onTargetFileToolButtonPressed();
   104         std::auto_ptr<Ui::IntersectionDialogForm> 
m_ui;
   117 #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.