MCPcopy Create free account
hub / github.com/cutechess/cutechess / exactClipRegion

Method exactClipRegion

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:32797–32800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32795}
32796
32797QRegion 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

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected