can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
| 12952 | |
| 12953 | /* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */ |
| 12954 | QCPAxisRect *QCPAbstractItem::clipAxisRect() const |
| 12955 | { |
| 12956 | return mClipAxisRect.data(); |
| 12957 | } |
| 12958 | |
| 12959 | /*! |
| 12960 | Sets whether the item shall be clipped to an axis rect or whether it shall be visible on the |