comparison include/myframe.h @ 12:52958cd4a073

Implement Force Mask button in Batch Print Mode.
author pyon@macmini
date Sun, 18 May 2014 19:49:15 +0900
parents dfcf8c973219
children bbd65edf71d4
comparison
equal deleted inserted replaced
11:dfcf8c973219 12:52958cd4a073
1 // Filename : myframe.h 1 // Filename : myframe.h
2 // Last Change: 30-Apr-2014. 2 // Last Change: 16-May-2014.
3 // 3 //
4 #ifndef __MYFRAME_H__ 4 #ifndef __MYFRAME_H__
5 #define __MYFRAME_H__ 5 #define __MYFRAME_H__
6 6
7 #include "common.h" 7 #include "common.h"
27 /////////////////////////////////////////////////////////////// 27 ///////////////////////////////////////////////////////////////
28 // サムネイルパネル 28 // サムネイルパネル
29 class ThumbnailPanel : public wxPanel 29 class ThumbnailPanel : public wxPanel
30 { 30 {
31 private: 31 private:
32 MyFrame* m_parent;
32 wxArrayString m_imagefiles; 33 wxArrayString m_imagefiles;
33 wxArrayString m_cachefiles; 34 wxArrayString m_cachefiles;
34 35
35 protected: 36 protected:
36 wxStaticBitmap* m_bitmap0; 37 wxStaticBitmap* m_bitmap0;