can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
| 11531 | |
| 11532 | /* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */ |
| 11533 | QCPAxisRect *QCPItemPosition::axisRect() const |
| 11534 | { |
| 11535 | return mAxisRect.data(); |
| 11536 | } |
| 11537 | |
| 11538 | /*! |
| 11539 | Sets the type of the position. The type defines how the coordinates passed to \ref setCoords |
no test coverage detected