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

Method Model

examples/Plotter/BigDataset/Model.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24static const qreal s_stepWidth = 0.1;
25
26Model::Model()
27{
28 m_appendTimer.setInterval(3);
29 connect(&m_appendTimer, SIGNAL(timeout()), SLOT(appendPoint()));
30 // pre-fill some values
31 appendPoints(100);
32}
33
34int Model::columnCount(const QModelIndex &parent) const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected