From 087fdd83b85dd894d5b895557a378bb01828d0ff Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 28 May 2019 13:47:14 -0400 Subject: Tags --- ui/viewframe.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index 0a73ad89..fefc72d2 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -246,6 +246,11 @@ public: void nextCrossReference(); void prevCrossReference(); + void showTags(); + void editTag(TagRef tag); + void nextTag(); + void prevTag(); + virtual UIActionContext actionContext(); void bindActions(); static void registerActions(); -- cgit v1.3.1