This class is a dialog for the ROI Manager widget. More...
#include <ROIManagerDialog.h>
Signals | |
| void | roiManagerClosed (te::cl::ROISet *rs) |
Public Member Functions | |
| void | clearCanvas () |
| This method is used to clear canvas application. More... | |
| te::qt::widgets::ROIManagerWidget * | getWidget () |
| void | onMapDisplayExtentChanged () |
| ROIManagerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | set (te::map::AbstractLayerPtr layer) |
| This method is used to set current layer. More... | |
| void | setActionGroup (QActionGroup *actionGroup) |
| This method is used to set the action group. More... | |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| This method is used to set the list of layers. More... | |
| void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
| This method is used to set the display. More... | |
| ~ROIManagerDialog () | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Attributes | |
| std::unique_ptr< Ui::ROIManagerDialogForm > | m_ui |
| std::unique_ptr< te::qt::widgets::ROIManagerWidget > | m_widgetROIWidget |
This class is a dialog for the ROI Manager widget.
Definition at line 64 of file ROIManagerDialog.h.
| te::qt::widgets::ROIManagerDialog::ROIManagerDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 35 of file ROIManagerDialog.cpp.
References m_ui, m_widgetROIWidget, and ~ROIManagerDialog().
|
default |
Referenced by ROIManagerDialog().
| void te::qt::widgets::ROIManagerDialog::clearCanvas | ( | ) |
This method is used to clear canvas application.
Definition at line 75 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
|
protected |
Definition at line 85 of file ROIManagerDialog.cpp.
References m_widgetROIWidget, and roiManagerClosed().
| te::qt::widgets::ROIManagerWidget * te::qt::widgets::ROIManagerDialog::getWidget | ( | ) |
Definition at line 50 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
| void te::qt::widgets::ROIManagerDialog::onMapDisplayExtentChanged | ( | ) |
Definition at line 80 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
|
signal |
Referenced by closeEvent().
| void te::qt::widgets::ROIManagerDialog::set | ( | te::map::AbstractLayerPtr | layer | ) |
This method is used to set current layer.
Definition at line 70 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
| void te::qt::widgets::ROIManagerDialog::setActionGroup | ( | QActionGroup * | actionGroup | ) |
This method is used to set the action group.
Definition at line 65 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
| void te::qt::widgets::ROIManagerDialog::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
This method is used to set the list of layers.
Definition at line 55 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
| void te::qt::widgets::ROIManagerDialog::setMapDisplay | ( | te::qt::widgets::MapDisplay * | mapDisplay | ) |
This method is used to set the display.
Definition at line 60 of file ROIManagerDialog.cpp.
References m_widgetROIWidget.
|
private |
Definition at line 124 of file ROIManagerDialog.h.
Referenced by ROIManagerDialog().
|
private |
Definition at line 126 of file ROIManagerDialog.h.
Referenced by clearCanvas(), closeEvent(), getWidget(), onMapDisplayExtentChanged(), ROIManagerDialog(), set(), setActionGroup(), setList(), and setMapDisplay().