MCPcopy Create free account
hub / github.com/KDE/labplot / setHistogramLineTypeAvailable

Method setHistogramLineTypeAvailable

src/backend/worksheet/Line.cpp:91–94  ·  view source on GitHub ↗

############################################################################## ################# setter methods and undo commands ########################## ##############################################################################

Source from the content-addressed store, hash-verified

89// ################# setter methods and undo commands ##########################
90// ##############################################################################
91void Line::setHistogramLineTypeAvailable(bool available) {
92 Q_D(Line);
93 d->histogramLineTypeAvailable = available;
94}
95
96STD_SETTER_CMD_IMPL_S(Line, SetHistogramLineType, Histogram::LineType, histogramLineType)
97void Line::setHistogramLineType(Histogram::LineType type) {

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected