File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class BINARYNINJAUIAPI WorkflowMonitorWidget : public QWidget
26
26
WorkflowRef m_workflow;
27
27
28
28
Menu* m_menu;
29
- // ContextMenuManager* m_contextMenuManager;
29
+ ContextMenuManager* m_contextMenuManager;
30
30
UIActionHandler m_actionHandler;
31
31
32
32
QToolBar* m_toolbar;
@@ -47,13 +47,16 @@ class BINARYNINJAUIAPI WorkflowMonitorWidget : public QWidget
47
47
std::string m_lastState;
48
48
QColor m_lastStatusColor;
49
49
QColor m_labelColor;
50
+ std::string m_breakRequest;
50
51
51
52
QLabel* m_currentActivity;
52
53
QLabel* m_statusIndicator;
53
54
QPropertyAnimation* m_dotAnimation;
54
55
qreal m_dotBrightness;
55
56
bool m_animationRunning;
56
57
58
+ void updateVisualState (const BinaryNinja::WorkflowMachine::Status& status, bool force);
59
+ void updateButtonStates (const BinaryNinja::WorkflowMachine::Status& status);
57
60
void updateToolbarActions (bool force = false );
58
61
void updateToolbarIcons ();
59
62
void setupToolbar ();
You can’t perform that action at this time.
0 commit comments