Get and set the parentClip of this object
| 60 | void Id(std::string _id) { id = _id; } |
| 61 | /// Get and set the parentClip of this object |
| 62 | ClipBase* ParentClip() const { return parentClip; } |
| 63 | void ParentClip(ClipBase* clip) { parentClip = clip; } |
| 64 | |
| 65 | /// Check if there is data for the exact frame number |
nothing calls this directly
no outgoing calls
no test coverage detected