00001 00002 // MathCore = a WYSIWYG equation editor + a powerful math engine // 00003 // Copyright (C) 2003 by Francesco Montorsi // 00004 // // 00005 // This library is free software; you can redistribute it and/or // 00006 // modify it under the terms of the GNU Lesser General Public // 00007 // License as published by the Free Software Foundation; either // 00008 // version 2.1 of the License, or (at your option) any later // 00009 // version. // 00010 // // 00011 // This library is distributed in the hope that it will be useful, // 00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of // 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // 00014 // GNU Lesser General Public License for more details. // 00015 // // 00016 // You should have received a copy of the GNU Lesser General Public // 00017 // License along with this program; if not, write to the Free // 00018 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, // 00019 // MA 02111-1307, USA. // 00020 // // 00021 // For any comment, suggestion or feature request, please contact // 00022 // the administrator of the project at frm@users.sourceforge.net // 00023 // // 00032 00033 00034 #ifndef MG_H 00035 #define MG_H 00036 00037 // do not include the precompiled header of wxWidgets: 00038 // it is included by mgprec.h 00039 00040 // do not include the precompiled header of MathCore: 00041 // it is included by mgprec.h 00042 00043 00044 // first of all, include our configuration header. 00045 // Makefiles which are not generated through the CONFIGURE script 00046 // generated by the autoconf system, this file should have been 00047 // generated (or copied) before start building MathGUI 00048 #include "mg/config.h" 00049 #include "mg/Setup.h" 00050 00051 00052 // wxWidgets extensions 00053 #include "wx/clrbtn.h" 00054 00055 #include "wx/keybinder.h" 00056 #include "wx/menuutils.h" 00057 00058 #ifdef mgUSE_PALETTEFRM 00059 #include "wx/palettefrm.h" 00060 #include "wx/minibtn.h" 00061 #endif 00062 00063 #include "wx/resizec.h" 00064 00065 00066 // include MathGUI headers: THE ORDER IS IMPORTANT !!! 00067 #include "ExportDlg.h" 00068 #include "GreekDlg.h" 00069 #include "GUIUtils.h" 00070 #include "ImportDlg.h" 00071 #include "MathBox.h" 00072 #include "MathBoxWndUser.h" 00073 #include "MathGUI.h" 00074 #include "MathMenu.h" 00075 #include "MathWnd.h" 00076 #include "OptBasePanel.h" 00077 #include "OptBtnPanel.h" 00078 #include "OptDlg.h" 00079 #include "OptFontSettings.h" 00080 #include "OptGeneral.h" 00081 #include "OptKeyBindings.h" 00082 #include "OptTreeCtrl.h" 00083 #include "PaletteDlg.h" 00084 #include "SolveDlg.h" 00085 #include "SpecialSymDlg.h" 00086 #include "SymbolDlg.h" 00087 #include "SymPropPanel.h" 00088 00089 00090 #endif // MG_H 00091
[ Top ] |