Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/CPEditorTest.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _PICKERAPP_H 00025 #define _PICKERAPP_H 00026 00027 class CPImageCtrl; 00028 00029 00034 class PickerApp : public wxApp 00035 { 00036 public: 00037 00040 PickerApp(); 00041 00044 virtual ~PickerApp(); 00045 00046 00047 virtual bool OnInit(); 00048 00049 private: 00050 wxScrolledWindow * scrollview; 00051 }; 00052 00053 DECLARE_APP(PickerApp) 00054 00055 00056 #endif // _PICKERAPP_H
1.3.9.1