#include <CarlaRecorderEventDel.h>
Public 成员函数 | |
void | Add (const CarlaRecorderEventDel &Event) |
void | Clear (void) |
const std::vector< CarlaRecorderEventDel > & | GetEvents () |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) |
Private 属性 | |
std::vector< CarlaRecorderEventDel > | Events |
在文件 CarlaRecorderEventDel.h 第 20 行定义.
void CarlaRecorderEventsDel::Add | ( | const CarlaRecorderEventDel & | Event | ) |
在文件 CarlaRecorderEventDel.cpp 第 29 行定义.
引用了 Events.
被这些函数引用 FFrameData::AddEvent(), ACarlaRecorder::AddEvent() , 以及 Read().
void CarlaRecorderEventsDel::Clear | ( | void | ) |
在文件 CarlaRecorderEventDel.cpp 第 24 行定义.
引用了 Events.
被这些函数引用 FFrameData::Clear() , 以及 ACarlaRecorder::Clear().
const std::vector< CarlaRecorderEventDel > & CarlaRecorderEventsDel::GetEvents | ( | ) |
在文件 CarlaRecorderEventDel.cpp 第 76 行定义.
引用了 Events.
被这些函数引用 FFrameData::PlayFrameData().
void CarlaRecorderEventsDel::Read | ( | std::istream & | InFile | ) |
void CarlaRecorderEventsDel::Write | ( | std::ostream & | OutFile | ) |
在文件 CarlaRecorderEventDel.cpp 第 34 行定义.
被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().
|
private |
在文件 CarlaRecorderEventDel.h 第 31 行定义.
被这些函数引用 Add(), Clear(), GetEvents() , 以及 Write().