|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
GUI for mitk::CalculateGrayValueStatisticsTool. More...
#include <QmitkCalculateGrayValueStatisticsToolGUI.h>


Public Member Functions | |
| mitkClassMacro (QmitkCalculateGrayValueStatisticsToolGUI, QmitkToolGUI) | |
| Pointer | Clone () const |
| void | OnCalculationsDone () |
| Reacts to signals from mitk::CalculateGrayValueStatisticsTool. More... | |
Public Member Functions inherited from QmitkToolGUI | |
| mitkClassMacroItkParent (QmitkToolGUI, itk::Object) | |
| void | SetTool (mitk::Tool *tool) |
| void | Register () const override |
| void | UnRegister () const ITK_NOEXCEPT ITK_OVERRIDE |
| void | SetReferenceCount (int) override |
| ~QmitkToolGUI () override | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Slots | |
| void | OnNewToolAssociated (mitk::Tool *) |
| Connected to signal from QmitkToolGUI. We remember the current tool here. More... | |
Protected Member Functions | |
| QmitkCalculateGrayValueStatisticsToolGUI () | |
| ~QmitkCalculateGrayValueStatisticsToolGUI () override | |
Protected Member Functions inherited from QmitkToolGUI | |
| virtual void | BusyStateChanged (bool) |
Protected Attributes | |
| mitk::CalculateGrayValueStatisticsTool::Pointer | m_CalculateGrayValueStatisticsTool |
Protected Attributes inherited from QmitkToolGUI | |
| mitk::Tool::Pointer | m_Tool |
Additional Inherited Members | |
Signals inherited from QmitkToolGUI | |
| void | NewToolAssociated (mitk::Tool *) |
GUI for mitk::CalculateGrayValueStatisticsTool.
Shows nothing. Only when the corresponding tool send a message that statistics are ready, this class pops up a window showing the results.
Last contributor: $Author$
Definition at line 30 of file QmitkCalculateGrayValueStatisticsToolGUI.h.
|
protected |
Definition at line 19 of file QmitkCalculateGrayValueStatisticsToolGUI.cpp.
|
overrideprotected |
Definition at line 24 of file QmitkCalculateGrayValueStatisticsToolGUI.cpp.
References m_CalculateGrayValueStatisticsTool, and OnCalculationsDone().
| Pointer QmitkCalculateGrayValueStatisticsToolGUI::Clone | ( | ) | const |
| QmitkCalculateGrayValueStatisticsToolGUI::mitkClassMacro | ( | QmitkCalculateGrayValueStatisticsToolGUI | , |
| QmitkToolGUI | |||
| ) |
|
static |
| void QmitkCalculateGrayValueStatisticsToolGUI::OnCalculationsDone | ( | ) |
Reacts to signals from mitk::CalculateGrayValueStatisticsTool.
Definition at line 53 of file QmitkCalculateGrayValueStatisticsToolGUI.cpp.
References m_CalculateGrayValueStatisticsTool.
Referenced by OnNewToolAssociated(), and ~QmitkCalculateGrayValueStatisticsToolGUI().
|
protectedslot |
Connected to signal from QmitkToolGUI. We remember the current tool here.
Definition at line 34 of file QmitkCalculateGrayValueStatisticsToolGUI.cpp.
References m_CalculateGrayValueStatisticsTool, and OnCalculationsDone().
|
protected |
Definition at line 55 of file QmitkCalculateGrayValueStatisticsToolGUI.h.
Referenced by OnCalculationsDone(), OnNewToolAssociated(), and ~QmitkCalculateGrayValueStatisticsToolGUI().