| 101 | } |
| 102 | |
| 103 | void AnnotationDisplay::OnCaptureLoaded() |
| 104 | { |
| 105 | APIEvent ev = m_Ctx.GetEventBrowser()->GetAPIEventForEID(m_Ctx.CurSelectedEvent()); |
| 106 | |
| 107 | setAnnotationObject(ev.annotations); |
| 108 | } |
| 109 | |
| 110 | void AnnotationDisplay::OnCaptureClosed() |
| 111 | { |
nothing calls this directly
no test coverage detected