MCPcopy Create free account
hub / github.com/KDAB/KDChart / innerRect

Method innerRect

src/KDChart/KDChartAbstractAreaBase.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202QRect AbstractAreaBase::innerRect() const
203{
204 int left;
205 int top;
206 int right;
207 int bottom;
208 getFrameLeadings(left, top, right, bottom);
209 return QRect(QPoint(0, 0), areaGeometry().size()).adjusted(left, top, -right, -bottom);
210}
211
212void AbstractAreaBase::positionHasChanged()
213{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected