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

Method GetVisible

Modules/Multilabel/src/mitkLabel.cpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool mitk::Label::GetVisible() const
212{
213 bool visible;
214 GetBoolProperty("visible", visible);
215 return visible;
216}
217
218void mitk::Label::SetOpacity(float opacity)
219{

Callers 7

SerializeLabelToJSONMethod · 0.45
UpdateLookupTableMethod · 0.45
TestSetVisibilityMethod · 0.45
dataMethod · 0.45
LabelRowHtmlFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestSetVisibilityMethod · 0.36