20 #ifndef __TERRALIB_VP_INTERNAL_REGISTERDIALOG_H
21 #define __TERRALIB_VP_INTERNAL_REGISTERDIALOG_H
25 #include "../../dataaccess/datasource/DataSourceInfo.h"
26 #include "../../maptools/AbstractLayer.h"
28 #include "../Config.h"
29 #include "../TiePointsLocator.h"
40 namespace Ui {
class RegisterDialogForm; }
43 class QListWidgetItem;
68 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
88 std::unique_ptr<Ui::RegisterDialogForm>
m_ui;
97 std::vector< te::vp::TiePointsLocator::TiePointT >
m_tiePoints;
void onTargetFileToolButtonPressed()
std::vector< te::vp::TiePointsLocator::TiePointT > m_tiePoints
std::unique_ptr< Ui::RegisterDialogForm > m_ui
void onCancelPushButtonClicked()
RegisterDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onLayerComboBoxChanged(int index)
void onTargetDatasourceToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
te::map::AbstractLayerPtr getLayer()
void onAcquirePushButtonClicked()
te::map::AbstractLayerPtr m_selectedLayer
Layer used for buffer.
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
std::string m_outputArchive
Archive information.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.