File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,15 @@ class BINARYNINJAUIAPI FeatureMap : public QWidget
68
68
void updateCoordinates ();
69
69
void updateMappedRegions ();
70
70
71
+ void connectDataStore ();
72
+ void disconnectDataStore ();
73
+
71
74
public:
72
75
FeatureMap (SplitPaneWidget* owner, BinaryViewRef data, bool vertical = true );
73
76
virtual ~FeatureMap ();
74
77
78
+ void enableBackgroundProcessing (bool enable);
79
+
75
80
void backgroundRefresh ();
76
81
std::pair<uint64_t , bool > getLinearOffsetForAddress (uint64_t addr);
77
82
@@ -93,6 +98,8 @@ class BINARYNINJAUIAPI FeatureMap : public QWidget
93
98
virtual void mousePressEvent (QMouseEvent* event) override ;
94
99
virtual void resizeEvent (QResizeEvent* event) override ;
95
100
virtual void paintEvent (QPaintEvent* event) override ;
101
+ virtual void showEvent (QShowEvent* event) override ;
102
+ virtual void hideEvent (QHideEvent* event) override ;
96
103
void scrollTo (int x, int y, bool addHistoryEntry = false );
97
104
98
105
private Q_SLOTS:
You can’t perform that action at this time.
0 commit comments