|
QtPdWidgets
2.3.4
|
#include <Dial.h>


Classes | |
| struct | Impl |
Public Member Functions | |
| Value (Dial *dial) | |
| bool | hasData () const |
| double | getValue () const |
Private Member Functions | |
| PD_PRIVATE void | stateChange (PdCom::Subscription::State) override |
| PD_PRIVATE void | newValues (std::chrono::nanoseconds) override |
Private Attributes | |
| struct PD_PRIVATE | Impl |
| std::unique_ptr< Impl > | impl |
| Dial::Value::Value | ( | Dial * | dial | ) |
| double Dial::Value::getValue | ( | ) | const |
References Pd::Dial::impl.
Referenced by Pd::Dial::paintEvent().
| bool Dial::Value::hasData | ( | ) | const |
References Pd::Dial::impl.
|
overrideprivate |
References Pd::Dial::impl.
|
overrideprivate |
References Pd::Dial::impl.
|
private |
|
private |