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
423
423
424
424
void bindActions ();
425
425
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
+
426
433
public:
427
434
SplitPaneWidget (Pane* initial, FileContext* fileContext);
428
435
Pane* currentPane () const ;
@@ -435,7 +442,6 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget
435
442
void enumerateViewPanes (const std::function<void (ViewPane*)>& func);
436
443
Pane* paneAt (const QPoint& pos);
437
444
438
- void createFeatureMap ();
439
445
void recreateFeatureMaps ();
440
446
void refreshFeatureMap ();
441
447
void resetFeatureMap (bool sizeOnly = false );
You can’t perform that action at this time.
0 commit comments