can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
| 12248 | |
| 12249 | /* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */ |
| 12250 | QCPAxisRect *QCPItemPosition::axisRect() const |
| 12251 | { |
| 12252 | return mAxisRect.data(); |
| 12253 | } |
| 12254 | |
| 12255 | /*! |
| 12256 | Sets the type of the position. The type defines how the coordinates passed to \ref setCoords |
no test coverage detected