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" 
   38 #include <QtGui/QDialog> 
   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 onHelpPushButtonClicked();
 
   81         void onOkPushButtonClicked();
 
   83         void onTargetDatasourceToolButtonPressed();
 
   85         void onTargetFileToolButtonPressed();
 
   89         std::auto_ptr<Ui::IntersectionDialogForm> 
m_ui;
 
  101 #endif  // __TERRALIB_VP_QT_INTERNAL_INTERSECTIONDIALOG_H 
std::string m_outputArchive
Archive information. 
 
std::list< te::map::AbstractLayerPtr > m_layers
First layer selected. 
 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::AbstractLayerPtr m_secondSelectedLayer
Second layer selected. 
 
te::map::AbstractLayerPtr m_firstSelectedLayer
First layer selected. 
 
std::auto_ptr< Ui::IntersectionDialogForm > m_ui
 
te::map::AbstractLayerPtr m_layerResult
Generated Layer. 
 
A dialog used to execute vector intersection. 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr