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

Method GetRightAxisVisibility

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool mitk::ScaleLegendAnnotation::GetRightAxisVisibility() const
82{
83 bool visibility;
84 GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.RightAxisVisibility", visibility);
85 return visibility;
86}
87
88void mitk::ScaleLegendAnnotation::SetLeftAxisVisibility(bool visibility)
89{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected