MCPcopy Create free account
hub / github.com/cutechess/cutechess / label

Method label

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:20146–20155  ·  view source on GitHub ↗

undocumented getter */

Source from the content-addressed store, hash-verified

20144
20145/* undocumented getter */
20146QString QCPColorScale::label() const
20147{
20148 if (!mColorAxis)
20149 {
20150 qDebug() << Q_FUNC_INFO << "internal color axis undefined";
20151 return QString();
20152 }
20153
20154 return mColorAxis.data()->label();
20155}
20156
20157/* undocumented getter */
20158bool QCPColorScale::rangeDrag() const

Callers 1

setTypeMethod · 0.80

Calls 2

QStringClass · 0.50
dataMethod · 0.45

Tested by

no test coverage detected