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

Method WaitCursorOn

Modules/SegmentationUI/src/QmitkMultiLabelInspector.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void QmitkMultiLabelInspector::WaitCursorOn() const
453{
454 QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
455}
456
457void QmitkMultiLabelInspector::WaitCursorOff() const
458{

Callers 8

DeleteLabelInternalMethod · 0.95
AddNewGroupMethod · 0.95
RemoveGroupInternalMethod · 0.95
OnClearLabelsMethod · 0.95
OnDeleteLabelsMethod · 0.95
OnMergeLabelsMethod · 0.95
OnClearLabelMethod · 0.95
PrepareGoToLabelMethod · 0.95

Calls 1

QCursorClass · 0.85

Tested by

no test coverage detected