|
|
1.1 root 1: //
2: // nono
1.1.1.2 root 3: // Copyright (C) 2020 nono project
4: // Licensed under nono-license.txt
1.1 root 5: //
6:
7: #pragma once
8:
9: #include "wxsubwindow.h"
1.1.1.2 root 10: #include "object.h"
1.1 root 11:
12: //
13: // モニターウィンドウ
14: //
15: class WXMonitorWindow : public WXSubWindow
16: {
1.1.1.2 root 17: using inherited = WXSubWindow;
1.1 root 18: public:
19: WXMonitorWindow(wxWindow *parent, wxWindowID id, const wxString& name,
1.1.1.3 root 20: IMonitor& monitor_);
1.1.1.5 ! root 21: virtual ~WXMonitorWindow() override;
1.1 root 22:
23: private:
24: // テキストスクリーン
1.1.1.4 root 25: WXTextScreen *screen {};
1.1 root 26: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.