| 113 | } |
| 114 | |
| 115 | void AnnotationDisplay::OnSelectedEventChanged(uint32_t eventId) |
| 116 | { |
| 117 | APIEvent ev = m_Ctx.GetEventBrowser()->GetAPIEventForEID(eventId); |
| 118 | |
| 119 | setAnnotationObject(ev.annotations); |
| 120 | } |
| 121 | |
| 122 | bool AnnotationDisplay::shouldBeDisplayed(const SDObject &obj) |
| 123 | { |
nothing calls this directly
no test coverage detected