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"    43 namespace Ui { 
class SnapOptionsDialogForm; }
    73         void setLayers(
const std::list<te::map::AbstractLayerPtr>& layers);
    85         void onOkPushButtonPressed();
    87         void onCancelPushButtonClicked();
    91         std::unique_ptr<Ui::SnapOptionsDialogForm> 
m_ui;   
    99 #endif  // __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSWIDGET_H 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the TerraLib Qt Edit module. 
 
A dialog used to configure geometry snap options. 
 
std::unique_ptr< Ui::SnapOptionsDialogForm > m_ui
Dialog form. 
 
te::qt::widgets::MapDisplay * m_display
The map display associated with the tool. 
 
std::list< te::map::AbstractLayerPtr > m_layers
The layer list. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr