26 #ifndef __TERRALIB_VP_INTERNAL_BUFFERDIALOG_H
27 #define __TERRALIB_VP_INTERNAL_BUFFERDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../datatype/Property.h"
33 #include "../../maptools/AbstractLayer.h"
35 #include "../Config.h"
46 namespace Ui {
class BufferDialogForm; }
49 class QListWidgetItem;
74 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
116 std::unique_ptr<Ui::BufferDialogForm>
m_ui;
void onAttDistanceToggled()
std::string m_outputArchive
Archive information.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onWithBoundToggled()
void onSrsToolButtonClicked()
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onFixedDistanceToggled()
void onWithoutBoundToggled()
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_selectedLayer
Layer used for buffer.
void onLayerComboBoxChanged(int index)
void setAttributesForDistance(std::vector< te::dt::Property * > properties)
void onCancelPushButtonClicked()
te::map::AbstractLayerPtr getLayer()
void onTargetFileToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
BufferDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onRuleInOutToggled()
void onTargetDatasourceToolButtonPressed()
int m_newSRID
newSRID to compure buffer Area.
std::unique_ptr< Ui::BufferDialogForm > m_ui
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.