| 32795 | } |
| 32796 | |
| 32797 | QRegion QCPPolarAxisAngular::exactClipRegion() const |
| 32798 | { |
| 32799 | return QRegion(mCenter.x()-mRadius, mCenter.y()-mRadius, qRound(2*mRadius), qRound(2*mRadius), QRegion::Ellipse); |
| 32800 | } |
| 32801 | |
| 32802 | /*! |
| 32803 | If the scale type (\ref setScaleType) is \ref stLinear, \a diff is added to the lower and upper |