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

Method initKDChartClasses

examples/Polar/Advanced/mainwindow.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void MainWindow::initKDChartClasses()
51{
52 m_chart = new Chart();
53 m_diagram = new PolarDiagram();
54 m_polarPlane = new PolarCoordinatePlane();
55}
56
57void MainWindow::wireUpKDChartClasses()
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected