MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setLegend

Method setLegend

src/openms_gui/source/VISUAL/AxisWidget.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void AxisWidget::setLegend(const String & legend)
185 {
186 legend_ = legend;
187 if (!show_legend_)
188 {
189 setToolTip(legend_.c_str());
190 }
191 }
192
193 void AxisWidget::setTickLevel(UInt level)
194 {

Callers 4

showMetaDistributionMethod · 0.45
recalculateAxes_Method · 0.45
recalculateAxes_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected