summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2020-02-29 13:40:13 -0500
committerPeter LaFosse <peter@vector35.com>2020-03-18 13:20:40 -0400
commit6fbeb0e96af2a1b61467cf813642329613f573ab (patch)
tree9b78b65ec2f77d3145e6de9f8294ec251344e683 /ui/viewframe.h
parentb67f98d1e982b37ab80c32c019c5c221512e608e (diff)
Cross References Overhaul
- Add ability to toggle between cross reference tree view and table view - Add cross reference search/filtering and pinned cross references - Add count of filtered/total on the 'Filter' button
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 1a1c0398..04a13fc1 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -243,6 +243,7 @@ public:
void setCurrentFunction(FunctionRef func);
void updateCrossReferences();
void showCrossReferences();
+ void showPinnedCrossReferences();
void nextCrossReference();
void prevCrossReference();