undocumented getter */
| 20144 | |
| 20145 | /* undocumented getter */ |
| 20146 | QString 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 */ |
| 20158 | bool QCPColorScale::rangeDrag() const |