#include <CarlaRecorderEventDel.h>
CarlaRecorderEventsDel 的协作图: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.
| void CarlaRecorderEventsDel::Read | ( | std::istream & | InFile | ) |
| void CarlaRecorderEventsDel::Write | ( | std::ostream & | OutFile | ) |
在文件 CarlaRecorderEventDel.cpp 第 34 行定义.
引用了 Events.
被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().
这是这个函数的调用关系图:
|
private |
在文件 CarlaRecorderEventDel.h 第 31 行定义.
被这些函数引用 Add(), Clear(), GetEvents() , 以及 Write().