File:  [Isaki's NoNo m68k/m88k emulator] / nono / wx / wxversion.h
Revision 1.1.1.11 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:57 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v027, HEAD
nono 1.7.0

//
// nono
// Copyright (C) 2020 nono project
// Licensed under nono-license.txt
//

//
// バージョンダイアログ
//

#pragma once

#include "wxnono.h"

// バージョンダイアログ
class WXVersionDlg : public wxDialog
{
	using inherited = wxDialog;
 public:
	explicit WXVersionDlg(wxWindow *parent);
	~WXVersionDlg() override;
};

// ホスト情報モニタ
class HostInfoMonitor : public Object
{
	using inherited = Object;
 public:
	HostInfoMonitor();
	~HostInfoMonitor() override;

	Monitor *monitor {};

 private:
	DECLARE_MONITOR_SCREEN(MonitorScreen);

	wxString osname {};
	wxString machinename {};
	wxString avx2str {};
	wxString neonstr {};
	wxString wxname {};
	const char *slirpver {};
};

extern HostInfoMonitor *gHostInfo;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.