summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h5
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();