undocumented getter */
| 19387 | |
| 19388 | /* undocumented getter */ |
| 19389 | QString 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 */ |
| 19401 | bool QCPColorScale::rangeDrag() const |
no test coverage detected