| 104 | bool Export(const char* fileName) { return ::ExportAutomationEventList(*this, fileName); } |
| 105 | |
| 106 | void Set() { ::SetAutomationEventList(this); } |
| 107 | |
| 108 | void SetBaseFrame(int frame) { |
| 109 | Set(); |
nothing calls this directly
no outgoing calls
no test coverage detected