Added support for attaching and detaching memory inspection panes from the main insight window

This commit is contained in:
Nav
2022-07-16 19:12:12 +01:00
parent 4c3083e992
commit 34993f1733
5 changed files with 183 additions and 36 deletions

View File

@@ -139,6 +139,8 @@ namespace Bloom
void toggleTargetRegistersPane();
void toggleRamInspectionPane();
void toggleEepromInspectionPane();
void onRamInspectionPaneStateChanged();
void onEepromInspectionPaneStateChanged();
void onProgrammingModeEnabled();
void onProgrammingModeDisabled();