|
|
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"
1.1 root 14:
15: // CMMU キャッシュウィンドウ
1.1.1.5 root 16: class WXCacheWindow : public WXMonitorWindow
1.1 root 17: {
1.1.1.5 root 18: using inherited = WXMonitorWindow;
1.1 root 19: public:
1.1.1.5 root 20: WXCacheWindow(wxWindow *, const wxString& name, Monitor& monitor_);
1.1.1.8 ! root 21: ~WXCacheWindow() override;
1.1 root 22:
1.1.1.2 root 23: private:
1.1.1.5 root 24: // マウスイベント
25: void OnLeftDown(wxMouseEvent& event);
1.1 root 26: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.