Annotation of nono/wx/wxmonitor.h, revision 1.1.1.6

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.6 ! root       10: #include "monitor.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:
1.1.1.6 ! root       19:        WXMonitorWindow(wxWindow *parent, const wxString& name,
        !            20:                Monitor& monitor_);
1.1.1.5   root       21:        virtual ~WXMonitorWindow() override;
1.1       root       22: 
1.1.1.6 ! root       23:  protected:
1.1       root       24:        // テキストスクリーン
1.1.1.4   root       25:        WXTextScreen *screen {};
1.1       root       26: };

unix.superglobalmegacorp.com

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