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

Method rightOverlap

src/KDChart/KDChartAbstractArea.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return d->amountOfLeftOverlap;
64}
65int AbstractArea::rightOverlap(bool doNotRecalculate) const
66{
67 // Re-calculate the sizes,
68 // so we also get the amountOf..Overlap members set newly:
69 if (!doNotRecalculate)
70 sizeHint();
71 return d->amountOfRightOverlap;
72}
73int AbstractArea::topOverlap(bool doNotRecalculate) const
74{
75 // Re-calculate the sizes,

Callers 1

sizeHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected