#include <CarlaRecorderEventDel.h>
Public Member Functions | |
void | Add (const CarlaRecorderEventDel &Event) |
void | Clear (void) |
const std::vector< CarlaRecorderEventDel > & | GetEvents () |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) |
Private Attributes | |
std::vector< CarlaRecorderEventDel > | Events |
Definition at line 20 of file CarlaRecorderEventDel.h.
void CarlaRecorderEventsDel::Add | ( | const CarlaRecorderEventDel & | Event | ) |
Definition at line 29 of file CarlaRecorderEventDel.cpp.
Referenced by FFrameData::AddEvent(), and ACarlaRecorder::AddEvent().
void CarlaRecorderEventsDel::Clear | ( | void | ) |
Definition at line 24 of file CarlaRecorderEventDel.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
const std::vector< CarlaRecorderEventDel > & CarlaRecorderEventsDel::GetEvents | ( | ) |
Definition at line 76 of file CarlaRecorderEventDel.cpp.
Referenced by FFrameData::PlayFrameData().
void CarlaRecorderEventsDel::Read | ( | std::istream & | InFile | ) |
Definition at line 62 of file CarlaRecorderEventDel.cpp.
References EventDel, and CarlaRecorderEventDel::Read().
Referenced by FFrameData::Read().
void CarlaRecorderEventsDel::Write | ( | std::ostream & | OutFile | ) |
Definition at line 34 of file CarlaRecorderEventDel.cpp.
References EventDel.
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
|
private |
Definition at line 31 of file CarlaRecorderEventDel.h.