Annotation of nono/wx/wxmonitor.cpp, 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: //
                      8: // モニターウィンドウ
                      9: //
                     10: 
1.1.1.6 ! root       11: #include "wxmonitor.h"
        !            12: #include "wxtextscreen.h"
        !            13: 
1.1       root       14: // コンストラクタ
1.1.1.5   root       15: WXMonitorWindow::WXMonitorWindow(wxWindow *parent, const wxString& name,
                     16:        Monitor& monitor_)
                     17:        : inherited(parent, wxID_ANY, name)
1.1       root       18: {
                     19:        // テキストスクリーン
1.1.1.3   root       20:        screen = new WXTextScreen(this, monitor_);
1.1.1.6 ! root       21:        DoSize();
1.1       root       22: }
                     23: 
                     24: // デストラクタ
                     25: WXMonitorWindow::~WXMonitorWindow()
                     26: {
                     27: }

unix.superglobalmegacorp.com

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