|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2022 nono project ! 4: // Licensed under nono-license.txt ! 5: // ! 6: ! 7: // ! 8: // DIPSW 設定ウィンドウ ! 9: // ! 10: ! 11: #pragma once ! 12: ! 13: #include "wxsubwindow.h" ! 14: ! 15: class DipswDevice; ! 16: class WXScrollBar; ! 17: ! 18: class WXDipswWindow : public WXSubWindow ! 19: { ! 20: using inherited = WXSubWindow; ! 21: public: ! 22: WXDipswWindow(wxWindow *parent); ! 23: ~WXDipswWindow() override; ! 24: ! 25: private: ! 26: void OnScroll(wxScrollEvent& event); ! 27: ! 28: // DIPSW を操作するスクロールバーコントロール ! 29: std::vector<WXScrollBar *> swctl {}; ! 30: ! 31: DipswDevice *swdev {}; ! 32: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.