#include <CarlaRecorderEventParent.h>
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 第 21 行定义.
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.
被这些函数引用 FFrameData::Read().
void CarlaRecorderEventsParent::Write | ( | std::ostream & | OutFile | ) |
在文件 CarlaRecorderEventParent.cpp 第 39 行定义.
引用了 EventParent , 以及 Events.
被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().
|
private |
在文件 CarlaRecorderEventParent.h 第 32 行定义.
被这些函数引用 Add(), Clear(), GetEvents() , 以及 Write().