QtPdWidgets
2.3.1
|
Public Member Functions | |
Axis (XYGraph::Impl *impl) | |
Axis constructor. More... | |
void | newValues (std::chrono::nanoseconds) override |
This virtual method is called by the ProcessVariable, if its value changes. More... | |
void | stateChange (PdCom::Subscription::State) override |
Notification for subscription cancellation forced by the ProcessVariable. More... | |
void | removeDeprecated () |
Removed values, that are older than specified in timeRange. More... | |
Public Attributes | |
XYGraph::Impl *const | impl |
QList< TimeValuePair > | values |
List of values. More... | |
Axis class.
Pd::XYGraph::Impl::Axis::Axis | ( | XYGraph::Impl * | impl | ) |
Axis constructor.
References Pd::XYGraph::Impl::Axis::impl.
|
override |
This virtual method is called by the ProcessVariable, if its value changes.
References Pd::XYGraph::Impl::TimeValuePair::time, and Pd::XYGraph::Impl::TimeValuePair::value.
void Pd::XYGraph::Impl::Axis::removeDeprecated | ( | ) |
Removed values, that are older than specified in timeRange.
|
override |
Notification for subscription cancellation forced by the ProcessVariable.
This virtual function is called by the ProcessVariable, for any subscription that is still active, when the ProcessVariable is about to be destroyed.
XYGraph::Impl* const Pd::XYGraph::Impl::Axis::impl |
Referenced by Pd::XYGraph::Impl::Axis::Axis().
QList<TimeValuePair> Pd::XYGraph::Impl::Axis::values |
List of values.