#include <CarlaRecorderEventParent.h>
CarlaRecorderEventsParent 的协作图:Public 成员函数 | |
| void | Add (const CarlaRecorderEventParent &Event) |
| void | Clear (void) |
| const std::vector< CarlaRecorderEventParent > & | GetEvents () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private 属性 | |
| std::vector< CarlaRecorderEventParent > | Events |
在文件 CarlaRecorderEventParent.h 第 34 行定义.
| void CarlaRecorderEventsParent::Add | ( | const CarlaRecorderEventParent & | Event | ) |
在文件 CarlaRecorderEventParent.cpp 第 34 行定义.
引用了 Events.
被这些函数引用 FFrameData::AddEvent(), ACarlaRecorder::AddEvent() , 以及 Read().
这是这个函数的调用关系图:| void CarlaRecorderEventsParent::Clear | ( | void | ) |
在文件 CarlaRecorderEventParent.cpp 第 29 行定义.
引用了 Events.
被这些函数引用 FFrameData::Clear() , 以及 ACarlaRecorder::Clear().
这是这个函数的调用关系图:| const std::vector< CarlaRecorderEventParent > & CarlaRecorderEventsParent::GetEvents | ( | ) |
在文件 CarlaRecorderEventParent.cpp 第 82 行定义.
引用了 Events.
| void CarlaRecorderEventsParent::Read | ( | std::istream & | InFile | ) |
在文件 CarlaRecorderEventParent.cpp 第 67 行定义.
引用了 Add(), EventParent , 以及 Info.
被这些函数引用 FFrameData::Read().
函数调用图:
这是这个函数的调用关系图:| void CarlaRecorderEventsParent::Write | ( | std::ostream & | OutFile | ) |
在文件 CarlaRecorderEventParent.cpp 第 39 行定义.
引用了 Events.
被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().
这是这个函数的调用关系图:
|
private |
在文件 CarlaRecorderEventParent.h 第 56 行定义.
被这些函数引用 Add(), Clear(), GetEvents() , 以及 Write().