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

Method HeaderFooter

src/KDChart/KDChartHeaderFooter.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#define d d_func()
39
40HeaderFooter::HeaderFooter(Chart *parent)
41 : TextArea(new Private())
42{
43 setParent(parent);
44 init();
45}
46
47HeaderFooter::~HeaderFooter()
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected