Add a custom annotation column to the event browser

This commit is contained in:
baldurk
2026-01-28 14:42:09 +00:00
parent fec285efb7
commit 5c8a4f144b
3 changed files with 112 additions and 0 deletions
+6
View File
@@ -141,6 +141,12 @@ public:
void SetShowAllParameters(bool show) override;
void SetEmptyRegionsVisible(bool show) override;
void SetHighlightedAnnotation(const rdcstr &annotationPath) override;
rdcstr GetHighlightedAnnotation() override;
void SetDurationColumnVisible(bool show) override;
void SetAnnotationColumnVisible(bool show) override;
// ICaptureViewer
void OnCaptureLoaded() override;
void OnCaptureClosed() override;