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

Method GetLegendVisibility

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool mitk::ScaleLegendAnnotation::GetLegendVisibility() const
130{
131 bool visibility;
132 GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.SetLegendVisibility", visibility);
133 return visibility;
134}
135
136void mitk::ScaleLegendAnnotation::SetRightBorderOffset(int offset)
137{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected