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

Method GetTopAxisVisibility

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool mitk::ScaleLegendAnnotation::GetTopAxisVisibility() const
106{
107 bool visibility;
108 GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.TopAxisVisibility", visibility);
109 return visibility;
110}
111
112void mitk::ScaleLegendAnnotation::SetBottomAxisVisibility(bool visibility)
113{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected