|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2020 nono project
4: // Licensed under nono-license.txt
5: //
6:
1.1.1.6 ! root 7: //
! 8: // MPU 関係のモニターウィンドウ
! 9: //
! 10:
1.1 root 11: #pragma once
12:
1.1.1.5 root 13: #include "wxmonitor.h"
14: #include "monitor.h"
1.1 root 15:
16: // CMMU キャッシュウィンドウ
1.1.1.5 root 17: class WXCacheWindow : public WXMonitorWindow
1.1 root 18: {
1.1.1.5 root 19: using inherited = WXMonitorWindow;
1.1 root 20: public:
1.1.1.5 root 21: WXCacheWindow(wxWindow *, const wxString& name, Monitor& monitor_);
1.1.1.2 root 22: virtual ~WXCacheWindow() override;
1.1 root 23:
1.1.1.2 root 24: private:
1.1.1.5 root 25: // マウスイベント
26: void OnLeftDown(wxMouseEvent& event);
1.1 root 27: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.