CEGUI.h

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  *   Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team
00010  *
00011  *   Permission is hereby granted, free of charge, to any person obtaining
00012  *   a copy of this software and associated documentation files (the
00013  *   "Software"), to deal in the Software without restriction, including
00014  *   without limitation the rights to use, copy, modify, merge, publish,
00015  *   distribute, sublicense, and/or sell copies of the Software, and to
00016  *   permit persons to whom the Software is furnished to do so, subject to
00017  *   the following conditions:
00018  *
00019  *   The above copyright notice and this permission notice shall be
00020  *   included in all copies or substantial portions of the Software.
00021  *
00022  *   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00023  *   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00024  *   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
00025  *   IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
00026  *   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
00027  *   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
00028  *   OTHER DEALINGS IN THE SOFTWARE.
00029  ***************************************************************************/
00030 #ifndef _CEGUI_h_
00031 #define _CEGUI_h_
00032 
00033 // base stuff
00034 #include "CEGUIBase.h"
00035 #include "CEGUIString.h"
00036 #include "CEGUIRect.h"
00037 #include "CEGUIExceptions.h"
00038 #include "CEGUITexture.h"
00039 #include "CEGUIRenderer.h"
00040 #include "CEGUIImageset.h"
00041 #include "CEGUIImagesetManager.h"
00042 #include "CEGUILogger.h"
00043 #include "CEGUIMouseCursor.h"
00044 #include "CEGUIFont.h"
00045 #include "CEGUIFontManager.h"
00046 #include "CEGUIEventArgs.h"
00047 #include "CEGUIEvent.h"
00048 #include "CEGUIEventSet.h"
00049 #include "CEGUIGlobalEventSet.h"
00050 #include "CEGUIProperty.h"
00051 #include "CEGUIPropertySet.h"
00052 #include "CEGUIWindow.h"
00053 #include "CEGUIWindowFactory.h"
00054 #include "CEGUIWindowFactoryManager.h"
00055 #include "CEGUIWindowManager.h"
00056 #include "CEGUIWindowRenderer.h"
00057 #include "CEGUIWindowRendererManager.h"
00058 #include "CEGUIScheme.h"
00059 #include "CEGUISchemeManager.h"
00060 #include "CEGUIScriptWindowHelper.h"
00061 #include "CEGUISystem.h"
00062 #include "CEGUIScriptModule.h"
00063 #include "CEGUICoordConverter.h"
00064 #include "CEGUIPropertyHelper.h"
00065 
00066 // Falagard core system include
00067 #include "falagard/CEGUIFalWidgetLookManager.h"
00068 
00069 // gui elements
00070 #include "elements/CEGUIButtonBase.h"
00071 #include "elements/CEGUIPushButton.h"
00072 #include "elements/CEGUICheckbox.h"
00073 #include "elements/CEGUIRadioButton.h"
00074 #include "elements/CEGUITitlebar.h"
00075 #include "elements/CEGUIFrameWindow.h"
00076 #include "elements/CEGUIProgressBar.h"
00077 #include "elements/CEGUIEditbox.h"
00078 #include "elements/CEGUIThumb.h"
00079 #include "elements/CEGUISlider.h"
00080 #include "elements/CEGUIScrollbar.h"
00081 #include "elements/CEGUIListbox.h"
00082 #include "elements/CEGUICombobox.h"
00083 #include "elements/CEGUIListHeader.h"
00084 #include "elements/CEGUIMultiColumnList.h"
00085 #include "elements/CEGUIGUISheet.h"
00086 #include "elements/CEGUIListboxTextItem.h"
00087 #include "elements/CEGUIComboDropList.h"
00088 #include "elements/CEGUIMultiLineEditbox.h"
00089 #include "elements/CEGUITabButton.h"
00090 #include "elements/CEGUITabControl.h"
00091 #include "elements/CEGUISpinner.h"
00092 #include "elements/CEGUIDragContainer.h"
00093 #include "elements/CEGUIScrolledContainer.h"
00094 #include "elements/CEGUIScrollablePane.h"
00095 #include "elements/CEGUITooltip.h"
00096 #include "elements/CEGUIItemEntry.h"
00097 #include "elements/CEGUIMenuItem.h"
00098 #include "elements/CEGUIItemListBase.h"
00099 #include "elements/CEGUIMenuBase.h"
00100 #include "elements/CEGUIMenubar.h"
00101 #include "elements/CEGUIPopupMenu.h"
00102 #include "elements/CEGUIScrolledItemListBase.h"
00103 #include "elements/CEGUIItemListbox.h"
00104 #include "elements/CEGUITree.h"
00105 #include "elements/CEGUITreeItem.h"
00106 #include "elements/CEGUIGroupBox.h"
00107 
00108 #endif  // end of guard _CEGUI_h_

Generated on Sat Jun 28 14:35:44 2008 for Crazy Eddies GUI System by  doxygen 1.5.4