Mercurial > mercurial > hgweb_madnm.cgi
comparison include/util.h @ 1:f40a65687079
small fix.
| author | pyon@macmini |
|---|---|
| date | Mon, 10 Jun 2019 05:56:36 +0900 |
| parents | 2f5584f0d127 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:2f5584f0d127 | 1:f40a65687079 |
|---|---|
| 1 // Filename : util.h | 1 // Filename : util.h |
| 2 // Last Change: 2019-06-07 Fri 21:06:32. | 2 // Last Change: 2019-06-09 Sun 16:36:33. |
| 3 // | 3 // |
| 4 #pragma once | 4 #pragma once |
| 5 | 5 |
| 6 #include <wx/wx.h> | 6 #include <wx/wx.h> |
| 7 #include <wx/dir.h> | 7 #include <wx/dir.h> |
| 9 | 9 |
| 10 /*** Utility Class ***/ | 10 /*** Utility Class ***/ |
| 11 class FileList | 11 class FileList |
| 12 { | 12 { |
| 13 private: | 13 private: |
| 14 wxString m_dir; | 14 wxString m_dir; |
| 15 wxArrayString m_files; | 15 wxArrayString m_files; |
| 16 | 16 |
| 17 wxImageList m_image1; // zoom1 | 17 wxImageList m_image1; // zoom1 |
| 18 wxImageList m_image2; // zoom2 | 18 wxImageList m_image2; // zoom2 |
| 19 wxImageList m_image3; // zoom3 | 19 wxImageList m_image3; // zoom3 |
