RNBO: RNBO::StartupEvent Class Reference
#include <RNBO_StartupEvent.h>
Public Types | |
| enum | Type { Invalid = -1, Begin = 0, End, Max_Type } |
Public Member Functions | |
| StartupEvent (MillisecondTime eventTime, StartupEvent::Type type) | |
| StartupEvent (const StartupEvent &other) | |
| StartupEvent (StartupEvent &&other) | |
| StartupEvent & | operator= (const StartupEvent &other) |
| bool | operator== (const StartupEvent &rhs) const |
| StartupEvent::Type | getType () const |
| MillisecondTime | getTime () const |
| PatcherEventTarget * | getEventTarget () const |
| void | dumpEvent () const |
Protected Member Functions | |
| void | setTime (MillisecondTime eventTime) |
Protected Attributes | |
| MillisecondTime | _eventTime |
| StartupEvent::Type | _type = Invalid |
Friends | |
| class | EventVariant |
Detailed Description
An event representing startup
The documentation for this class was generated from the following file: