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

Method borderWidth

src/KDChart/KDChartLayoutItems.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183int KDChart::TextBubbleLayoutItem::borderWidth() const
184{
185 return 1;
186}
187
188KDChart::TextLayoutItem::TextLayoutItem(const QString &text,
189 const KDChart::TextAttributes &attributes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected