26#ifndef __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H 
   27#define __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H 
   31#include "../../maptools/AbstractLayer.h" 
   32#include "../../qt/widgets/canvas/MapDisplay.h" 
   43namespace Ui { 
class SnapOptionsDialogForm; }
 
   73        void setLayers(
const std::list<te::map::AbstractLayerPtr>& layers);
 
   91        std::unique_ptr<Ui::SnapOptionsDialogForm> 
m_ui;   
 
A dialog used to configure geometry snap options.
 
void onCancelPushButtonClicked()
 
void onOkPushButtonPressed()
 
std::list< te::map::AbstractLayerPtr > m_layers
The layer list.
 
~SnapOptionsDialog()
Destructor.
 
void buildOptions(const te::map::AbstractLayerPtr &layer)
 
SnapOptionsDialog(QWidget *parent=0, Qt::WindowFlags f=0)
Constructs the snap options dialog which is a child of parent, with widget flags set to f.
 
void setLayers(const std::list< te::map::AbstractLayerPtr > &layers)
 
te::qt::widgets::MapDisplay * m_display
The map display associated with the tool.
 
void setMapDisplay(te::qt::widgets::MapDisplay *display)
 
std::unique_ptr< Ui::SnapOptionsDialogForm > m_ui
Dialog form.
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).