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

Method sizeHint

src/KDChart/KDChartLayoutItems.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153QSize KDChart::TextBubbleLayoutItem::sizeHint() const
154{
155 const int border = borderWidth();
156 return m_text->sizeHint() + QSize(2 * border, 2 * border);
157}
158
159void KDChart::TextBubbleLayoutItem::setGeometry(const QRect &r)
160{

Callers

nothing calls this directly

Calls 9

updateCommonBrushFunction · 0.85
expandedToMethod · 0.80
rightOverlapMethod · 0.80
leftOverlapMethod · 0.80
bottomOverlapMethod · 0.80
topOverlapMethod · 0.80
rotationMethod · 0.45
isValidMethod · 0.45
markerSizeMethod · 0.45

Tested by

no test coverage detected