#include <CarlaRecorderEventParent.h>
Collaboration diagram for CarlaRecorderEventsParent:Public Member Functions | |
| void | Add (const CarlaRecorderEventParent &Event) |
| void | Clear (void) |
| const std::vector< CarlaRecorderEventParent > & | GetEvents () |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Private Attributes | |
| std::vector< CarlaRecorderEventParent > | Events |
Definition at line 21 of file CarlaRecorderEventParent.h.
| void CarlaRecorderEventsParent::Add | ( | const CarlaRecorderEventParent & | Event | ) |
Definition at line 34 of file CarlaRecorderEventParent.cpp.
Referenced by FFrameData::AddEvent(), and ACarlaRecorder::AddEvent().
Here is the caller graph for this function:| void CarlaRecorderEventsParent::Clear | ( | void | ) |
Definition at line 29 of file CarlaRecorderEventParent.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
Here is the caller graph for this function:| const std::vector< CarlaRecorderEventParent > & CarlaRecorderEventsParent::GetEvents | ( | ) |
Definition at line 82 of file CarlaRecorderEventParent.cpp.
| void CarlaRecorderEventsParent::Read | ( | std::istream & | InFile | ) |
Definition at line 67 of file CarlaRecorderEventParent.cpp.
References EventParent, and CarlaRecorderEventParent::Read().
Referenced by FFrameData::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderEventsParent::Write | ( | std::ostream & | OutFile | ) |
Definition at line 39 of file CarlaRecorderEventParent.cpp.
References EventParent.
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
Here is the caller graph for this function:
|
private |
Definition at line 32 of file CarlaRecorderEventParent.h.
1.8.13