|
QtPdCom
1.5.2
|
#include <PdConnection.h>

Public Member Functions | |
| PdConnection ()=default | |
| QtPdCom::Process * | getProcess () const |
| QString | getPath () const |
| QVariant | getTransmissionVariant () const |
| Transmission | getTransmission () const |
| double | getOffset () const |
| double | getScale () const |
| double | getTau () const |
| PdCom::Selector | getSelector (bool *ok=nullptr) const |
| QString | getPathWithoutLocation () const |
| bool | setVariable (ScalarSubscriber &subscriber, bool ignore_selector=false) |
Properties | |
| QtPdCom::Process * | process |
| QString | path |
| QVariant | period |
| double | offset |
| double | scale |
| double | tau |
Private Member Functions | |
| void | setProcess (QtPdCom::Process *) |
| void | setPath (QString) |
| void | setTransmission (QVariant) |
| void | setOffset (double) |
| void | setScale (double) |
| void | setTau (double) |
Private Attributes | |
| QtPdCom::Process * | process_ = nullptr |
| QString | path_ |
| QtPdCom::Transmission | transmission_ = QtPdCom::event_mode |
| double | offset_ = 0.0 |
| double | scale_ = 1.0 |
| double | tau_ = 0.0 |
|
default |
|
inline |
|
inline |
| QString PdConnection::getPathWithoutLocation | ( | ) | const |
| QtPdCom::Process * PdConnection::getProcess | ( | ) | const |
|
inline |
| PdCom::Selector PdConnection::getSelector | ( | bool * | ok = nullptr | ) | const |
|
inline |
|
inline |
| QVariant PdConnection::getTransmissionVariant | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| bool PdConnection::setVariable | ( | ScalarSubscriber & | subscriber, |
| bool | ignore_selector = false ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |