CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
CarlaRecorderEventsDel类 参考

#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< CarlaRecorderEventDelEvents
 

详细描述

在文件 CarlaRecorderEventDel.h20 行定义.

成员函数说明

◆ Add()

void CarlaRecorderEventsDel::Add ( const CarlaRecorderEventDel & Event)

在文件 CarlaRecorderEventDel.cpp29 行定义.

引用了 Events.

被这些函数引用 FFrameData::AddEvent(), ACarlaRecorder::AddEvent() , 以及 Read().

+ 这是这个函数的调用关系图:

◆ Clear()

void CarlaRecorderEventsDel::Clear ( void )

在文件 CarlaRecorderEventDel.cpp24 行定义.

引用了 Events.

被这些函数引用 FFrameData::Clear() , 以及 ACarlaRecorder::Clear().

+ 这是这个函数的调用关系图:

◆ GetEvents()

const std::vector< CarlaRecorderEventDel > & CarlaRecorderEventsDel::GetEvents ( )

在文件 CarlaRecorderEventDel.cpp76 行定义.

引用了 Events.

被这些函数引用 FFrameData::PlayFrameData().

+ 这是这个函数的调用关系图:

◆ Read()

void CarlaRecorderEventsDel::Read ( std::istream & InFile)

在文件 CarlaRecorderEventDel.cpp62 行定义.

引用了 Add() , 以及 EventDel.

被这些函数引用 FFrameData::Read().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ Write()

void CarlaRecorderEventsDel::Write ( std::ostream & OutFile)

在文件 CarlaRecorderEventDel.cpp34 行定义.

引用了 EventDel , 以及 Events.

被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().

+ 这是这个函数的调用关系图:

类成员变量说明

◆ Events

std::vector<CarlaRecorderEventDel> CarlaRecorderEventsDel::Events
private

在文件 CarlaRecorderEventDel.h31 行定义.

被这些函数引用 Add(), Clear(), GetEvents() , 以及 Write().


该类的文档由以下文件生成: