File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,13 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget
423423
424424 void bindActions ();
425425
426+ // Returns the feature map for the current view. If none exists, a new feature map
427+ // will be created, registered, and returned.
428+ FeatureMap* featureMapForCurrentView ();
429+
430+ // Update the visible feature map to match the current view.
431+ void updateVisibleFeatureMap ();
432+
426433 public:
427434 SplitPaneWidget (Pane* initial, FileContext* fileContext);
428435 Pane* currentPane () const ;
@@ -435,7 +442,6 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget
435442 void enumerateViewPanes (const std::function<void (ViewPane*)>& func);
436443 Pane* paneAt (const QPoint& pos);
437444
438- void createFeatureMap ();
439445 void recreateFeatureMaps ();
440446 void refreshFeatureMap ();
441447 void resetFeatureMap (bool sizeOnly = false );
You can’t perform that action at this time.
0 commit comments