Hugin trunk 0.1
Loading...
Searching...
No Matches
panoinc_WX.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
2
25#ifndef MY_PANO_INC_WX_H
26#define MY_PANO_INC_WX_H
27
28//-----------------------------------------------------------------------------
29// Standard wxWindows headers
30//-----------------------------------------------------------------------------
31
32// For compilers that support precompilation, includes "wx/wx.h".
33#include "wx/wxprec.h"
34#ifdef __BORLANDC__
35 #pragma hdrstop
36#endif
37// For all others, include the necessary headers (this file is usually all you
38// need because it includes almost all "standard" wxWindows headers)
39#ifndef WX_PRECOMP
40 #include "wx/wx.h"
41#endif
42
43// include additional wx stuff..
44#include <wx/xrc/xmlres.h> // XRC XML resouces
45#include <wx/config.h>
46#include <wx/process.h>
47#include <wx/fileconf.h>
48#include <wx/filename.h>
49#include <wx/file.h>
50#include <wx/image.h>
51#include <wx/notebook.h>
52#include <wx/listctrl.h>
53#include <wx/spinctrl.h>
54#include <wx/config.h>
55#include <wx/splash.h>
56#include <wx/helphtml.h>
57#include <wx/html/htmlwin.h>
58#include <wx/progdlg.h>
59#include <wx/dnd.h>
60#include <wx/tglbtn.h>
61#include <wx/txtstrm.h>
62#include <wx/statline.h>
63#include <wx/regex.h>
64#include <wx/valtext.h>
65#include <wx/valgen.h>
66#include <wx/radiobox.h>
67#include <wx/filesys.h>
68#include <wx/fs_zip.h>
69
70#include <wx/numdlg.h>
71#include <wx/imaglist.h>
72
73// remove stupid #defines from the evil windows.h
74#ifdef __WXMSW__
75//#include <wx/msw/winundef.h>
76#undef DIFFERENCE
77#undef FindWindow
78#undef min
79#undef max
80#endif
81
82#endif
83