mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Wx: Implement the new debugger icons
This commit is contained in:
parent
ff59297213
commit
0f8c51dfe4
9 changed files with 128 additions and 56 deletions
|
@ -10,6 +10,7 @@
|
|||
class CBreakPointView;
|
||||
class CCodeWindow;
|
||||
class wxListEvent;
|
||||
class CBreakPointBar;
|
||||
|
||||
class CBreakPointWindow : public wxPanel
|
||||
{
|
||||
|
@ -23,6 +24,7 @@ public:
|
|||
void NotifyUpdate();
|
||||
void SaveAll();
|
||||
void LoadAll();
|
||||
void ReloadBitmaps();
|
||||
|
||||
private:
|
||||
friend class CBreakPointBar;
|
||||
|
@ -38,4 +40,5 @@ private:
|
|||
wxAuiManager m_mgr;
|
||||
CBreakPointView* m_BreakPointListView;
|
||||
CCodeWindow* m_pCodeWindow;
|
||||
CBreakPointBar* m_breakpointBar;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue