26 #ifndef __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H    27 #define __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../maptools/AbstractLayer.h"    33 #include "../AlgorithmParams.h"    35 #include "../Config.h"    44 namespace Ui { 
class IdentityDialogForm; }
    52       class DoubleInputListWidget;
    90         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    94         std::vector<std::string> getWarnings();
    98         std::map<int, std::vector<std::string> > getSelectedProperties();
   100         void updateInputLayerComboBox();
   102         void updateIntersectionLayerComboBox();
   104         void updateDoubleListWidget();
   108         void onInputLayerComboBoxChanged(
int index);
   110         void onIntersectionLayerComboBoxChanged(
int index);
   112         void onTargetDatasourceToolButtonPressed();
   114         void onTargetFileToolButtonPressed();
   116         void onOkPushButtonClicked();
   118         void onCancelPushButtonClicked();
   122         std::auto_ptr<Ui::IdentityDialogForm> 
m_ui;
   136         std::unique_ptr<te::qt::widgets::DoubleInputListWidget>
   142 #endif  // __TERRALIB_VP_QT_INTERNAL_IDENTITYDIALOG_H te::da::DataSetType * m_dataSetType
 
A dialog used to execute vector identity. 
 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSet * m_dataSet
 
bool m_toFile
The result is in a file? 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
A class that models the description of a dataset. 
 
std::list< te::map::AbstractLayerPtr > m_layers
The vector layers in Layer Explorer. 
 
std::auto_ptr< Ui::IdentityDialogForm > m_ui
 
te::map::AbstractLayerPtr m_inputSelectedLayer
Input layer selected. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
te::map::AbstractLayerPtr m_intersectionSelectedLayer
Identity layer selected. 
 
te::vp::AlgorithmParams * m_params
Algorithm parameters. 
 
std::vector< te::vp::InputParams > m_inputParams
A vector of input parameters. 
 
te::map::AbstractLayerPtr m_layerResult
Generated Layer. 
 
std::vector< std::string > m_warnings
Warnings during the operation. 
 
std::unique_ptr< te::qt::widgets::DoubleInputListWidget > m_inputDoubleInputListWidget
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr