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

Method Clear

Plugins/org.mitk.gui.qt.pixelvalue/src/internal/QmitkPixelValueView.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void QmitkPixelValueView::Clear()
294{
295 m_Ui->imageNameLineEdit->clear();
296 m_Ui->pixelValueLineEdit->clear();
297
298 this->ClearCoords();
299}
300
301void QmitkPixelValueView::ClearCoords()
302{

Callers 1

UpdateMethod · 0.95

Calls 2

ClearCoordsMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected