diff options
| author | Glenn Smith <couleeapps@gmail.com> | 2019-05-28 13:47:14 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2019-08-01 18:36:03 -0400 |
| commit | 087fdd83b85dd894d5b895557a378bb01828d0ff (patch) | |
| tree | 8f9846be65885fa97cf934aa2e7dbd22cf150765 /ui/viewframe.h | |
| parent | 9bb1a15b800da0ac5b60c40e3b10321e4efc5a1b (diff) | |
Tags
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 5 |
1 files changed, 5 insertions, 0 deletions
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(); |
