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

Method topOverlap

src/KDChart/KDChartAbstractArea.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return d->amountOfRightOverlap;
72}
73int AbstractArea::topOverlap(bool doNotRecalculate) const
74{
75 // Re-calculate the sizes,
76 // so we also get the amountOf..Overlap members set newly:
77 if (!doNotRecalculate)
78 sizeHint();
79 return d->amountOfTopOverlap;
80}
81int AbstractArea::bottomOverlap(bool doNotRecalculate) const
82{
83 // Re-calculate the sizes,

Callers 1

sizeHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected