MCPcopy Create free account
hub / github.com/MITK/MITK / OnPropertyModified

Method OnPropertyModified

Modules/QtWidgets/src/QmitkSliderLevelWindowWidget.cpp:87–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void QmitkSliderLevelWindowWidget::OnPropertyModified(const itk::EventObject &)
88{
89 if (m_Manager->GetLevelWindowProperty().IsNotNull())
90 {
91 m_LevelWindow = m_Manager->GetLevelWindow();
92 this->show();
93 this->Update();
94 }
95 else
96 {
97 this->hide();
98 }
99}
100
101void QmitkSliderLevelWindowWidget::paintEvent(QPaintEvent *itkNotUsed(e))
102{

Callers

nothing calls this directly

Calls 5

UpdateMethod · 0.95
IsNotNullMethod · 0.80
GetLevelWindowMethod · 0.80
showMethod · 0.80

Tested by

no test coverage detected