This class is a dialog for the ROI Manager widget. More...
#include <ROIManagerDialog.h>
Signals | |
void | roiManagerClosed () |
Public Member Functions | |
te::qt::widgets::ROIManagerWidget * | getWidget () |
ROIManagerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
void | set (te::map::AbstractLayerPtr layer) |
This method is used to set current layer. More... | |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
This method is used to set the list of layers. More... | |
~ROIManagerDialog () | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *e) |
Private Attributes | |
std::auto_ptr< Ui::ROIManagerDialogForm > | m_ui |
std::auto_ptr< te::qt::widgets::ROIManagerWidget > | m_widgetROIWidget |
This class is a dialog for the ROI Manager widget.
Definition at line 55 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, and m_widgetROIWidget.
te::qt::widgets::ROIManagerDialog::~ROIManagerDialog | ( | ) |
Definition at line 48 of file ROIManagerDialog.cpp.
|
protected |
Definition at line 67 of file ROIManagerDialog.cpp.
te::qt::widgets::ROIManagerWidget * te::qt::widgets::ROIManagerDialog::getWidget | ( | ) |
Definition at line 52 of file ROIManagerDialog.cpp.
|
signal |
void te::qt::widgets::ROIManagerDialog::set | ( | te::map::AbstractLayerPtr | layer | ) |
This method is used to set current layer.
Definition at line 62 of file ROIManagerDialog.cpp.
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 57 of file ROIManagerDialog.cpp.
|
private |
Definition at line 91 of file ROIManagerDialog.h.
Referenced by ROIManagerDialog().
|
private |
Definition at line 93 of file ROIManagerDialog.h.
Referenced by ROIManagerDialog().