|
|
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:
1.1.1.7 ! root 7: //
! 8: // モニターウィンドウ
! 9: //
! 10:
1.1 root 11: #pragma once
12:
13: #include "wxsubwindow.h"
1.1.1.6 root 14: #include "monitor.h"
1.1 root 15:
16: class WXMonitorWindow : public WXSubWindow
17: {
1.1.1.2 root 18: using inherited = WXSubWindow;
1.1 root 19: public:
1.1.1.6 root 20: WXMonitorWindow(wxWindow *parent, const wxString& name,
21: Monitor& monitor_);
1.1.1.5 root 22: virtual ~WXMonitorWindow() override;
1.1 root 23:
1.1.1.6 root 24: protected:
1.1 root 25: // テキストスクリーン
1.1.1.4 root 26: WXTextScreen *screen {};
1.1 root 27: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.