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