A dialog used to configure geometry snap options. More...
#include <SnapOptionsDialog.h>
 
  
 | Public Member Functions | |
| void | setLayers (const std::list< te::map::AbstractLayerPtr > &layers) | 
| void | setMapDisplay (te::qt::widgets::MapDisplay *display) | 
| Initializer Methods | |
| Methods related to instantiation and destruction. | |
| 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.  More... | |
| ~SnapOptionsDialog () | |
| Destructor.  More... | |
| Private Slots | |
| void | onOkPushButtonPressed () | 
| Private Member Functions | |
| void | buildOptions () | 
| void | buildOptions (const te::map::AbstractLayerPtr &layer) | 
| Private Attributes | |
| te::qt::widgets::MapDisplay * | m_display | 
| The map display associated with the tool.  More... | |
| std::list< te::map::AbstractLayerPtr > | m_layers | 
| The layer list.  More... | |
| std::auto_ptr< Ui::SnapOptionsDialogForm > | m_ui | 
| Dialog form.  More... | |
A dialog used to configure geometry snap options.
Definition at line 54 of file SnapOptionsDialog.h.
| te::edit::SnapOptionsDialog::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.
| te::edit::SnapOptionsDialog::~SnapOptionsDialog | ( | ) | 
Destructor.
| 
 | private | 
| 
 | private | 
| 
 | privateslot | 
| void te::edit::SnapOptionsDialog::setLayers | ( | const std::list< te::map::AbstractLayerPtr > & | layers | ) | 
| void te::edit::SnapOptionsDialog::setMapDisplay | ( | te::qt::widgets::MapDisplay * | display | ) | 
| 
 | private | 
The map display associated with the tool.
Definition at line 91 of file SnapOptionsDialog.h.
| 
 | private | 
The layer list.
Definition at line 90 of file SnapOptionsDialog.h.
| 
 | private | 
Dialog form.
Definition at line 89 of file SnapOptionsDialog.h.