Home
last modified time | relevance | path

Searched refs:_notifListener (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmWatchWindow.cs17 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmWatchWindow
41_notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugConsoleId… in OnLoad()
42 _notifListener.OnNotification += _notifListener_OnNotification; in OnLoad()
60 if(_notifListener != null) { in OnFormClosed()
61 _notifListener.Dispose(); in OnFormClosed()
62 _notifListener = null; in OnFormClosed()
H A DfrmTextHooker.cs24 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmTextHooker
80 …this._notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugCons… in OnLoad()
81 this._notifListener.OnNotification += this._notifListener_OnNotification; in OnLoad()
96 this._notifListener.OnNotification -= this._notifListener_OnNotification; in OnFormClosing()
H A DfrmEventViewer.cs18 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmEventViewer
71 …this._notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugCons… in OnLoad()
72 this._notifListener.OnNotification += this._notifListener_OnNotification; in OnLoad()
79 this._notifListener.OnNotification -= this._notifListener_OnNotification; in OnFormClosing()
H A DfrmTextHooker.Designer.cs21 if(this._notifListener != null) { in Dispose()
22 this._notifListener.Dispose(); in Dispose()
23 this._notifListener = null; in Dispose()
H A DfrmPpuViewer.cs13 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmPpuViewer
72 …this._notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugCons… in OnLoad()
73 this._notifListener.OnNotification += this._notifListener_OnNotification; in OnLoad()
119 this._notifListener.OnNotification -= this._notifListener_OnNotification; in OnFormClosing()
H A DfrmMemoryViewer.cs21 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmMemoryViewer
91_notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugConsoleId… in OnLoad()
92 _notifListener.OnNotification += _notifListener_OnNotification; in OnLoad()
119 if(this._notifListener != null) { in OnFormClosing()
120 this._notifListener.Dispose(); in OnFormClosing()
121 this._notifListener = null; in OnFormClosing()
H A DfrmPpuViewer.Designer.cs21 if(this._notifListener != null) { in Dispose()
22 this._notifListener.Dispose(); in Dispose()
23 this._notifListener = null; in Dispose()
H A DfrmScript.cs23 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmScript
128 …this._notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugCons… in OnLoad()
129 this._notifListener.OnNotification += this._notifListener_OnNotification; in OnLoad()
H A DfrmScript.Designer.cs19 if(this._notifListener != null) { in Dispose()
20 this._notifListener.Dispose(); in Dispose()
21 this._notifListener = null; in Dispose()
H A DfrmEventViewer.Designer.cs19 if(this._notifListener != null) { in Dispose()
20 this._notifListener.Dispose(); in Dispose()
H A DfrmDebugger.cs28 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Debugger.frmDebugger
172_notifListener = new InteropEmu.NotificationListener(ConfigManager.Config.DebugInfo.DebugConsoleId… in OnLoad()
173 _notifListener.OnNotification += _notifListener_OnNotification; in OnLoad()
981 if(_notifListener != null) { in OnFormClosing()
982 _notifListener.Dispose(); in OnFormClosing()
983 _notifListener = null; in OnFormClosing()
H A DfrmMemoryViewer.Designer.cs19 if(this._notifListener != null) { in Dispose()
20 this._notifListener.Dispose(); in Dispose()
21 this._notifListener = null; in Dispose()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.cs29 private InteropEmu.NotificationListener _notifListener; field in Mesen.GUI.Forms.frmMain
208 _notifListener = new InteropEmu.NotificationListener(InteropEmu.ConsoleId.Master); in OnLoad()
209 _notifListener.OnNotification += _notifListener_OnNotification; in OnLoad()
345 if(_notifListener != null) { in OnClosing()
346 _notifListener.Dispose(); in OnClosing()
347 _notifListener = null; in OnClosing()