|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2020 nono project
4: // Licensed under nono-license.txt
5: //
6:
1.1.1.5 root 7: //
8: // バージョンダイアログ
9: //
10:
1.1 root 11: #pragma once
12:
1.1.1.4 root 13: #include "wxnono.h"
1.1 root 14:
1.1.1.2 root 15: // バージョンダイアログ
1.1 root 16: class WXVersionDlg : public wxDialog
17: {
18: using inherited = wxDialog;
19: public:
1.1.1.7 root 20: explicit WXVersionDlg(wxWindow *parent);
1.1.1.9 root 21: ~WXVersionDlg() override;
1.1 root 22: };
1.1.1.2 root 23:
24: // ホスト情報モニタ
1.1.1.4 root 25: class HostInfoMonitor : public Object
1.1.1.2 root 26: {
1.1.1.4 root 27: using inherited = Object;
1.1.1.2 root 28: public:
29: HostInfoMonitor();
1.1.1.6 root 30: ~HostInfoMonitor() override;
1.1.1.2 root 31:
1.1.1.8 root 32: Monitor *monitor {};
1.1.1.2 root 33:
34: private:
1.1.1.11! root 35: DECLARE_MONITOR_SCREEN(MonitorScreen);
1.1.1.4 root 36:
1.1.1.2 root 37: wxString osname {};
38: wxString machinename {};
1.1.1.6 root 39: wxString avx2str {};
1.1.1.7 root 40: wxString neonstr {};
1.1.1.2 root 41: wxString wxname {};
1.1.1.10 root 42: const char *slirpver {};
1.1.1.2 root 43: };
44:
1.1.1.5 root 45: extern HostInfoMonitor *gHostInfo;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.