KQuickCharts
HistoryProxySource.h
93 Q_PROPERTY(int maximumHistory READ maximumHistory WRITE setMaximumHistory NOTIFY maximumHistoryChanged)
A data source that provides a history of a single item of a different data source.
Definition HistoryProxySource.h:25
@ FillFromEnd
Fill with empty values, placing partial history at the end.
Definition HistoryProxySource.h:56
int interval
The interval, in milliseconds, with which to query the data source.
Definition HistoryProxySource.h:107
Q_INVOKABLE void clear()
Clear the entire history of this source.
Definition HistoryProxySource.cpp:209
Q_ENUM(...)
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALQ_SIGNAL
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.