This class is a dialog for the RpTools widget. More...
#include <RpToolsDialog.h>
Signals | |
| void | navigatorClosed () |
Public Member Functions | |
| te::qt::widgets::RpToolsWidget * | getWidget () |
| RpToolsDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~RpToolsDialog () | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::RpToolsWidget > | m_navigator |
This class is a dialog for the RpTools widget.
Definition at line 54 of file RpToolsDialog.h.
| te::qt::widgets::RpToolsDialog::RpToolsDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 34 of file RpToolsDialog.cpp.
References m_navigator, and ~RpToolsDialog().
|
default |
Referenced by RpToolsDialog().
|
protected |
Definition at line 52 of file RpToolsDialog.cpp.
References navigatorClosed().
| te::qt::widgets::RpToolsWidget * te::qt::widgets::RpToolsDialog::getWidget | ( | ) |
Definition at line 47 of file RpToolsDialog.cpp.
References m_navigator.
|
signal |
Referenced by closeEvent().
|
private |
Definition at line 79 of file RpToolsDialog.h.
Referenced by getWidget(), and RpToolsDialog().