26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H
27 #define __TERRALIB_EDIT_QT_INTERNAL_SNAPOPTIONSDIALOG_H
30 #include "../../maptools/AbstractLayer.h"
40 namespace Ui {
class SnapOptionsDialogForm; }
70 void setLayers(
const std::list<te::map::AbstractLayerPtr>& layers);
80 void onOkPushButtonPressed();
84 std::auto_ptr<Ui::SnapOptionsDialogForm>
m_ui;
91 #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.