RNBO: RNBO::DataRefEvent Class Reference
#include <RNBO_DataRefEvent.h>
Public Types | |
| enum | { InvalidDataRefIndex = -1 } |
| enum | DataRefAction { NoAction, UpdateDataRef } |
Public Member Functions | |
| DataRefEvent (const DataRefEvent &other)=default | |
| DataRefEvent & | operator= (const DataRefEvent &other)=default |
| DataRefEvent (DataRefIndex dataRefIndex, MillisecondTime eventTime, DataRefAction action, PatcherEventTarget *eventTarget=nullptr) | |
| bool | operator== (const DataRefEvent &rhs) const |
| DataRefIndex | getDataRefIndex () const |
| DataRefAction | getAction () const |
| MillisecondTime | getTime () const |
| PatcherEventTarget * | getEventTarget () const |
| void | dumpEvent () const |
Friends | |
| class | EventVariant |
Detailed Description
An event for updating a Data Reference. Used internally.
The documentation for this class was generated from the following file: