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

Method GetBottomAxisVisibility

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool mitk::ScaleLegendAnnotation::GetBottomAxisVisibility() const
118{
119 bool visibility;
120 GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.BottomAxisVisibility", visibility);
121 return visibility;
122}
123
124void mitk::ScaleLegendAnnotation::SetLegendVisibility(bool visibility)
125{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected