Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/panoinc_WX.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00025 #ifndef MY_PANO_INC_WX_H 00026 #define MY_PANO_INC_WX_H 00027 00028 //----------------------------------------------------------------------------- 00029 // Standard wxWindows headers 00030 //----------------------------------------------------------------------------- 00031 00032 // For compilers that support precompilation, includes "wx/wx.h". 00033 #include "wx/wxprec.h" 00034 #ifdef __BORLANDC__ 00035 #pragma hdrstop 00036 #endif 00037 // For all others, include the necessary headers (this file is usually all you 00038 // need because it includes almost all "standard" wxWindows headers) 00039 #ifndef WX_PRECOMP 00040 #include "wx/wx.h" 00041 #endif 00042 00043 // include additional wx stuff.. 00044 #include <wx/xrc/xmlres.h> // XRC XML resouces 00045 #include <wx/config.h> 00046 #include <wx/process.h> 00047 #include <wx/fileconf.h> 00048 #include <wx/filename.h> 00049 #include <wx/file.h> 00050 #include <wx/image.h> 00051 #include <wx/notebook.h> 00052 #include <wx/listctrl.h> 00053 #include <wx/spinctrl.h> 00054 #include <wx/config.h> 00055 #include <wx/splash.h> 00056 #include <wx/helphtml.h> 00057 #include <wx/html/htmlwin.h> 00058 #include <wx/progdlg.h> 00059 #include <wx/dnd.h> 00060 #include <wx/tglbtn.h> 00061 #include <wx/txtstrm.h> 00062 #include <wx/statline.h> 00063 #include <wx/regex.h> 00064 #include <wx/valtext.h> 00065 #include <wx/valgen.h> 00066 #include <wx/radiobox.h> 00067 #include <wx/filesys.h> 00068 #include <wx/fs_zip.h> 00069 00070 #include <wx/numdlg.h> 00071 #include <wx/imaglist.h> 00072 00073 // remove stupid #defines from the evil windows.h 00074 #ifdef __WXMSW__ 00075 //#include <wx/msw/winundef.h> 00076 #undef DIFFERENCE 00077 #undef FindWindow 00078 #undef min 00079 #undef max 00080 #endif 00081 00082 #endif 00083
1.3.9.1