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

Method TimeAxis

examples/Plotter/Timeline/timeaxis.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QtCore/QDateTime>
14
15TimeAxis::TimeAxis(KDChart::AbstractCartesianDiagram *parent)
16 : KDChart::CartesianAxis(parent)
17{
18 // Intentionally left blank
19}
20
21const QString TimeAxis::customizedLabel(const QString &label) const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected