Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
void QmitkMultiLabelInspector::WaitCursorOn() const
453
{
454
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
455
}
456
457
void QmitkMultiLabelInspector::WaitCursorOff() const
458
{
Callers
8
DeleteLabelInternal
Method · 0.95
AddNewGroup
Method · 0.95
RemoveGroupInternal
Method · 0.95
OnClearLabels
Method · 0.95
OnDeleteLabels
Method · 0.95
OnMergeLabels
Method · 0.95
OnClearLabel
Method · 0.95
PrepareGoToLabel
Method · 0.95
Calls
1
QCursor
Class · 0.85
Tested by
no test coverage detected