MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / label

Method label

qcustomplot.cpp:19389–19398  ·  view source on GitHub ↗

undocumented getter */

Source from the content-addressed store, hash-verified

19387
19388/* undocumented getter */
19389QString QCPColorScale::label() const
19390{
19391 if (!mColorAxis)
19392 {
19393 qDebug() << Q_FUNC_INFO << "internal color axis undefined";
19394 return QString();
19395 }
19396
19397 return mColorAxis.data()->label();
19398}
19399
19400/* undocumented getter */
19401bool QCPColorScale::rangeDrag() const

Callers 2

setTypeMethod · 0.80
axisLabelDoubleClickMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected