00001 /************************************************************************ 00002 filename: CEGUI.h 00003 created: 21/2/2004 00004 author: Paul D Turner 00005 00006 purpose: Main system include for client code 00007 *************************************************************************/ 00008 /************************************************************************* 00009 Crazy Eddie's GUI System (http://www.cegui.org.uk) 00010 Copyright (C)2004 - 2005 Paul D Turner (paul@cegui.org.uk) 00011 00012 This library is free software; you can redistribute it and/or 00013 modify it under the terms of the GNU Lesser General Public 00014 License as published by the Free Software Foundation; either 00015 version 2.1 of the License, or (at your option) any later version. 00016 00017 This library is distributed in the hope that it will be useful, 00018 but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00020 Lesser General Public License for more details. 00021 00022 You should have received a copy of the GNU Lesser General Public 00023 License along with this library; if not, write to the Free Software 00024 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00025 *************************************************************************/ 00026 #ifndef _CEGUI_h_ 00027 #define _CEGUI_h_ 00028 00029 // base stuff 00030 #include "CEGUIBase.h" 00031 #include "CEGUIString.h" 00032 #include "CEGUIRect.h" 00033 #include "CEGUIExceptions.h" 00034 #include "CEGUITexture.h" 00035 #include "CEGUIRenderer.h" 00036 #include "CEGUIImageset.h" 00037 #include "CEGUIImagesetManager.h" 00038 #include "CEGUILogger.h" 00039 #include "CEGUIMouseCursor.h" 00040 #include "CEGUIFont.h" 00041 #include "CEGUIFontManager.h" 00042 #include "CEGUIEventArgs.h" 00043 #include "CEGUIEvent.h" 00044 #include "CEGUIEventSet.h" 00045 #include "CEGUIGlobalEventSet.h" 00046 #include "CEGUIProperty.h" 00047 #include "CEGUIPropertySet.h" 00048 #include "CEGUIWindow.h" 00049 #include "CEGUIWindowFactory.h" 00050 #include "CEGUIWindowFactoryManager.h" 00051 #include "CEGUIWindowManager.h" 00052 #include "CEGUIScheme.h" 00053 #include "CEGUISchemeManager.h" 00054 #include "CEGUISystem.h" 00055 #include "CEGUIScriptModule.h" 00056 00057 // mid-level renderables 00058 #include "CEGUIRenderableFrame.h" 00059 #include "CEGUIRenderableImage.h" 00060 00061 // gui elements 00062 #include "elements/CEGUIButtonBase.h" 00063 #include "elements/CEGUIPushButton.h" 00064 #include "elements/CEGUICheckbox.h" 00065 #include "elements/CEGUIRadioButton.h" 00066 #include "elements/CEGUITitlebar.h" 00067 #include "elements/CEGUIFrameWindow.h" 00068 #include "elements/CEGUIProgressBar.h" 00069 #include "elements/CEGUIEditbox.h" 00070 #include "elements/CEGUIThumb.h" 00071 #include "elements/CEGUISlider.h" 00072 #include "elements/CEGUIScrollbar.h" 00073 #include "elements/CEGUIStatic.h" 00074 #include "elements/CEGUIListbox.h" 00075 #include "elements/CEGUICombobox.h" 00076 #include "elements/CEGUIListHeader.h" 00077 #include "elements/CEGUIMultiColumnList.h" 00078 #include "elements/CEGUIStaticText.h" 00079 #include "elements/CEGUIStaticImage.h" 00080 #include "elements/CEGUIGUISheet.h" 00081 #include "elements/CEGUIListboxTextItem.h" 00082 #include "elements/CEGUIComboDropList.h" 00083 #include "elements/CEGUIMultiLineEditbox.h" 00084 #include "elements/CEGUITabButton.h" 00085 #include "elements/CEGUITabPane.h" 00086 #include "elements/CEGUITabControl.h" 00087 #include "elements/CEGUISpinner.h" 00088 #include "elements/CEGUIDragContainer.h" 00089 #include "elements/CEGUIScrolledContainer.h" 00090 #include "elements/CEGUIScrollablePane.h" 00091 #include "elements/CEGUITooltip.h" 00092 #include "elements/CEGUIItemEntry.h" 00093 #include "elements/CEGUITextItem.h" 00094 #include "elements/CEGUIMenuItem.h" 00095 #include "elements/CEGUIItemListBase.h" 00096 #include "elements/CEGUIMenuBase.h" 00097 #include "elements/CEGUIMenubar.h" 00098 #include "elements/CEGUIPopupMenu.h" 00099 00100 #endif // end of guard _CEGUI_h_