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

Method GetLocked

Modules/Multilabel/src/mitkLabel.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool mitk::Label::GetLocked() const
194{
195 bool locked;
196 GetBoolProperty("locked", locked);
197 return locked;
198}
199
200void mitk::Label::SetVisible(bool visible)
201{

Callers 7

SerializeLabelToJSONMethod · 0.45
IsLabelLockedMethod · 0.45
operator()Method · 0.45
TestSetLockMethod · 0.45
dataMethod · 0.45
LabelRowHtmlFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestSetLockMethod · 0.36