26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H    31 #include "../../maptools/AbstractLayer.h"    42 namespace Ui { 
class SnapOptionsDialogForm; }
    72         void setLayers(
const std::list<te::map::AbstractLayerPtr>& layers);
    82         void onOkPushButtonPressed();
    86         std::auto_ptr<Ui::SnapOptionsDialogForm> 
m_ui;   
    93 #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::list< te::map::AbstractLayerPtr > m_layers
The layer list. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::auto_ptr< Ui::SnapOptionsDialogForm > m_ui
Dialog form.