Crazy Eddie's GUI System  0.8.7
ForwardRefs.h
1 /***********************************************************************
2  created: 21/2/2004
3  author: Paul D Turner
4 
5  purpose: Forward declares all core system classes
6 *************************************************************************/
7 /***************************************************************************
8  * Copyright (C) 2004 - 2009 Paul D Turner & The CEGUI Development Team
9  *
10  * Permission is hereby granted, free of charge, to any person obtaining
11  * a copy of this software and associated documentation files (the
12  * "Software"), to deal in the Software without restriction, including
13  * without limitation the rights to use, copy, modify, merge, publish,
14  * distribute, sublicense, and/or sell copies of the Software, and to
15  * permit persons to whom the Software is furnished to do so, subject to
16  * the following conditions:
17  *
18  * The above copyright notice and this permission notice shall be
19  * included in all copies or substantial portions of the Software.
20  *
21  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
24  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
26  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27  * OTHER DEALINGS IN THE SOFTWARE.
28  ***************************************************************************/
29 #ifndef _CEGUIForwardRefs_h_
30 #define _CEGUIForwardRefs_h_
31 
32 // Start of CEGUI namespace section
33 namespace CEGUI
34 {
35 /*************************************************************************
36  Forward declare majority of core classes
37 *************************************************************************/
38 class Affector;
39 class Animation;
40 class AnimationInstance;
41 class AnimationManager;
42 class BasicRenderedStringParser;
43 class BidiVisualMapping;
44 class CentredRenderedString;
45 class Clipboard;
46 class Colour;
47 class ColourRect;
48 class CoordConverter;
49 class DefaultLogger;
50 class DefaultRenderedStringParser;
51 class DefaultResourceProvider;
52 class DynamicModule;
53 class Element;
54 class ElementEventArgs;
55 class Event;
56 class EventAction;
57 class EventArgs;
58 class EventSet;
59 class Exception;
60 class FactoryModule;
61 class Font;
62 class FontGlyph;
63 class FontManager;
64 class FormattedRenderedString;
65 class GeometryBuffer;
66 class GlobalEventSet;
67 class GUIContext;
68 class Image;
69 class ImageCodec;
70 class ImageManager;
71 class ImagerySection;
72 class Interpolator;
73 class JustifiedRenderedString;
74 class KeyFrame;
75 class LeftAlignedRenderedString;
76 class LinkedEvent;
77 class LinkedEventArgs;
78 class Logger;
79 class MouseCursor;
80 class NamedElement;
81 class NamedElementEventArgs;
82 class NativeClipboardProvider;
83 class Property;
84 template<typename T> class PropertyHelper;
85 class PropertyReceiver;
86 class PropertySet;
87 class Quaternion;
88 class RawDataContainer;
89 template<typename T> class Rect;
90 class RegexMatcher;
91 class RenderedString;
92 class RenderedStringComponent;
93 class RenderedStringImageComponent;
94 class RenderedStringParser;
95 class RenderedStringTextComponent;
96 class RenderedStringWidgetComponent;
97 class Renderer;
98 class RenderEffect;
99 class RenderEffectManager;
100 struct RenderingContext;
101 class RenderingSurface;
102 class RenderingWindow;
103 class RenderQueue;
104 class RenderTarget;
105 class ResourceEventSet;
106 class ResourceProvider;
107 class RightAlignedRenderedString;
108 class Scheme;
109 class SchemeManager;
111 class ScriptModule;
112 template<typename T> class Size;
113 class SimpleTimer;
114 class StringTranscoder;
115 class System;
116 class SystemKeys;
117 class Texture;
118 class TextureTarget;
119 class TextUtils;
120 class UBox;
121 class UDim;
122 template<typename T> class Vector2;
123 template<typename T> class Vector3;
124 struct Vertex;
125 class WidgetLookFeel;
126 class Window;
127 class WindowFactory;
129 class WindowManager;
130 class WindowRenderer;
131 class WindowRendererModule;
132 class WRFactoryRegisterer;
133 class XMLAttributes;
134 class XMLHandler;
135 class XMLParser;
136 class XMLSerializer;
137 
138 /*************************************************************************
139  Forward declare window / widget classes.
140 *************************************************************************/
141 class ButtonBase;
142 class ClippedContainer;
143 class Combobox;
144 class ComboDropList;
145 class DefaultWindow;
146 class DragContainer;
147 class Editbox;
151 class ItemEntry;
152 class ItemListBase;
153 class ItemListbox;
154 class LayoutContainer;
155 class Listbox;
156 class ListboxItem;
157 class ListboxTextItem;
158 class ListHeader;
159 class ListHeaderSegment;
160 class Menubar;
161 class MenuBase;
162 class MenuItem;
163 class MultiColumnList;
164 class MultiLineEditbox;
165 class PopupMenu;
166 class ProgressBar;
167 class PushButton;
168 class RadioButton;
169 class ScrollablePane;
170 class Scrollbar;
171 class ScrolledContainer;
174 class Slider;
175 class Spinner;
176 class TabButton;
177 class TabControl;
178 class Thumb;
179 class Titlebar;
180 class ToggleButton;
181 class Tooltip;
182 class Tree;
183 class TreeItem;
185 
186 /*************************************************************************
187  Forward declare EventArg based classes.
188 *************************************************************************/
189 class ActivationEventArgs;
190 class DisplayEventArgs;
191 class DragDropEventArgs;
192 class FontEventArgs;
193 class GUIContextEventArgs;
195 class KeyEventArgs;
197 class MouseEventArgs;
198 class RegexMatchStateArgs;
201 class ResourceEventArgs;
202 class TreeEventArgs;
203 class UpdateEventArgs;
204 class WindowEventArgs;
205 
206 } // End of CEGUI namespace section
207 
208 #endif // end of guard _CEGUIForwardRefs_h_
209 
CEGUI::FontEventArgs
EventArgs based class that is used for notifications regarding Font objects.
Definition: InputEvent.h:406
CEGUI::MouseCursorEventArgs
EventArgs based class that is used for objects passed to input event handlers concerning mouse cursor...
Definition: InputEvent.h:325
CEGUI::Scrollbar
Base scroll bar class.
Definition: widgets/Scrollbar.h:113
CEGUI::TreeItem
Base class for tree items.
Definition: TreeItem.h:81
CEGUI::RadioButton
Base class to provide the logic for Radio Button widgets.
Definition: RadioButton.h:64
CEGUI::Tooltip
Base class for Tooltip widgets.
Definition: widgets/Tooltip.h:103
CEGUI::DragContainer
Generic drag & drop enabled window class.
Definition: DragContainer.h:69
CEGUI::ScrollablePane
Base class for the ScrollablePane widget.
Definition: widgets/ScrollablePane.h:91
CEGUI::GridLayoutContainer
A Layout Container window layouting it's children into a grid.
Definition: GridLayoutContainer.h:73
CEGUI::Combobox
Base class for the Combobox widget.
Definition: Combobox.h:76
CEGUI::ResourceEventArgs
EventArgs based class that is used for notifications regarding resources.
Definition: InputEvent.h:391
CEGUI::SimpleTimer
Simple timer class.
Definition: SimpleTimer.h:60
CEGUI::ClippedContainer
Helper container window that has configurable clipping. Used by the ItemListbox widget.
Definition: ClippedContainer.h:77
CEGUI::ButtonBase
Base class for all the 'button' type widgets (push button, radio button, check-box,...
Definition: ButtonBase.h:76
CEGUI::ProgressBar
Base class for progress bars.
Definition: widgets/ProgressBar.h:75
CEGUI::LayoutContainer
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: LayoutContainer.h:79
CEGUI::UpdateEventArgs
WindowEventArgs class that is primarily used by lua scripts.
Definition: InputEvent.h:289
CEGUI::XMLSerializer
Class used to create XML Document.
Definition: XMLSerializer.h:109
CEGUI::Menubar
Base class for menu bars.
Definition: widgets/Menubar.h:77
CEGUI::SequentialLayoutContainer
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: SequentialLayoutContainer.h:77
CEGUI::DragDropEventArgs
EventArgs based class used for certain drag/drop notifications.
Definition: InputEvent.h:367
CEGUI
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
CEGUI::MouseEventArgs
EventArgs based class that is used for objects passed to input event handlers concerning mouse input.
Definition: InputEvent.h:306
CEGUI::RenderTargetEventArgs
EventArgs class passed to subscribers of RenderTarget events.
Definition: RenderTarget.h:64
CEGUI::ItemListbox
ItemListbox window class.
Definition: widgets/ItemListbox.h:69
CEGUI::Vector2
Class used as a two dimensional vector (aka a Point)
Definition: ForwardRefs.h:148
CEGUI::WindowEventArgs
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:277
CEGUI::WindowFactory
Abstract class that defines the required interface for all WindowFactory objects.
Definition: WindowFactory.h:115
CEGUI::MenuItem
Base class for menu items.
Definition: widgets/MenuItem.h:75
CEGUI::TabControl
Base class for standard Tab Control widget.
Definition: widgets/TabControl.h:104
CEGUI::ScrolledItemListBase
ScrolledItemListBase window class.
Definition: ScrolledItemListBase.h:69
CEGUI::Vertex
structure that is used to hold details of a single vertex in 3D space.
Definition: Vertex.h:64
CEGUI::Vector3
Class used as a three dimensional vector.
Definition: ForwardRefs.h:149
CEGUI::Tree
Base class for standard Tree widget.
Definition: widgets/Tree.h:98
CEGUI::HorizontalLayoutContainer
A Layout Container window layouting it's children Horizontally.
Definition: HorizontalLayoutContainer.h:68
CEGUI::PopupMenu
Base class for popup menus.
Definition: widgets/PopupMenu.h:77
CEGUI::Editbox
Base class for an Editbox widget.
Definition: widgets/Editbox.h:95
CEGUI::KeyEventArgs
EventArgs based class that is used for objects passed to input event handlers concerning keyboard inp...
Definition: InputEvent.h:340
CEGUI::MultiLineEditbox
Base class for the multi-line edit box widget.
Definition: widgets/MultiLineEditbox.h:105
CEGUI::Thumb
Base class for Thumb widget.
Definition: Thumb.h:82
CEGUI::TextUtils
Text utility support class. This class is all static members. You do not create instances of this cla...
Definition: TextUtils.h:71
CEGUI::WidgetLookFeel
Class that encapsulates Look N' Feel information for a widget.
Definition: WidgetLookFeel.h:79
CEGUI::DefaultWindow
Window class intended to be used as a simple, generic Window.
Definition: DefaultWindow.h:76
CEGUI::ActivationEventArgs
EventArgs based class that is used for Activated and Deactivated window events.
Definition: InputEvent.h:355
CEGUI::UBox
Class encapsulating the 'Unified Box' - this is usually used for margin.
Definition: UDim.h:247
CEGUI::XMLAttributes
Class representing a block of attributes associated with an XML element.
Definition: XMLAttributes.h:70
CEGUI::FrameWindow
Abstract base class for a movable, sizable, window with a title-bar and a frame.
Definition: widgets/FrameWindow.h:74
CEGUI::VerticalLayoutContainer
A Layout Container window layouting it's children vertically.
Definition: VerticalLayoutContainer.h:68
CEGUI::Texture
Abstract base class specifying the required interface for Texture objects.
Definition: Texture.h:79
CEGUI::SystemKeys
Definition: SystemKeys.h:58
CEGUI::XMLParser
This is an abstract class that is used by CEGUI to interface with XML parser libraries.
Definition: XMLParser.h:65
CEGUI::RenderQueueEventArgs
EventArgs based class that is passed to handlers subcribed to hear about begin/end events on renderin...
Definition: RenderingSurface.h:97
CEGUI::Window
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:175
CEGUI::XMLHandler
Definition: XMLHandler.h:60
CEGUI::TreeEventArgs
EventArgs based class that is used for objects passed to input event handlers concerning Tree events.
Definition: widgets/Tree.h:74
CEGUI::ScriptFunctor
Functor class used for binding named script functions to events.
Definition: ScriptModule.h:264
CEGUI::Slider
Base class for Slider widgets.
Definition: widgets/Slider.h:124
CEGUI::StringTranscoder
Interface for a string transcoding utility. Instances of classes that implement this interface can be...
Definition: StringTranscoder.h:65
CEGUI::WindowRenderer
Base-class for the assignable WindowRenderer object.
Definition: WindowRenderer.h:76
CEGUI::DisplayEventArgs
EventArgs based class that is used for notifications regarding the main display.
Definition: InputEvent.h:379
CEGUI::ListboxTextItem
Class used for textual items in a list box.
Definition: ListboxTextItem.h:68
CEGUI::Size
Class that holds the size (width & height) of something.
Definition: ForwardRefs.h:138
CEGUI::ListHeaderSegment
Base class for list header segment window.
Definition: widgets/ListHeaderSegment.h:75
CEGUI::System
The System class is the CEGUI class that provides access to all other elements in this system.
Definition: System.h:91
CEGUI::TextureTarget
Specialisation of RenderTarget interface that should be used as the base class for RenderTargets that...
Definition: TextureTarget.h:64
CEGUI::ToggleButton
Class providing logic buttons that can have their selected state toggled.
Definition: widgets/ToggleButton.h:64
CEGUI::HeaderSequenceEventArgs
EventArgs class used for segment move (sequence changed) events.
Definition: widgets/ListHeader.h:75
CEGUI::ListHeader
Base class for the multi column list header widget.
Definition: widgets/ListHeader.h:129
CEGUI::WindowManager
The WindowManager class describes an object that manages creation and lifetime of Window objects.
Definition: WindowManager.h:86
CEGUI::ScrolledContainer
Helper container window class which is used in the implementation of the ScrollablePane widget class.
Definition: ScrolledContainer.h:71
CEGUI::Spinner
Base class for the Spinner widget.
Definition: Spinner.h:74
CEGUI::GUIContextEventArgs
EventArgs class passed to subscribers for (most) GUIContext events.
Definition: GUIContext.h:69
CEGUI::MultiColumnList
Base class for the multi column list widget.
Definition: widgets/MultiColumnList.h:122
CEGUI::ItemListBase
Base class for item list widgets.
Definition: ItemListBase.h:104
CEGUI::Titlebar
Class representing the title bar for Frame Windows.
Definition: widgets/Titlebar.h:76
CEGUI::MenuBase
Abstract base class for menus.
Definition: MenuBase.h:77
CEGUI::WindowFactoryManager
Class that manages WindowFactory objects.
Definition: WindowFactoryManager.h:87
CEGUI::PushButton
Base class to provide logic for push button type widgets.
Definition: PushButton.h:73
CEGUI::ComboDropList
Base class for the combo box drop down list. This is a specialisation of the Listbox class.
Definition: ComboDropList.h:74
CEGUI::ItemEntry
Base class for item type widgets.
Definition: widgets/ItemEntry.h:102
CEGUI::ScriptModule
Abstract interface required for all scripting support modules to be used with the CEGUI system.
Definition: ScriptModule.h:71
CEGUI::UDim
Dimension that has both a relative 'scale' portion and and absolute 'offset' portion.
Definition: UDim.h:92
CEGUI::TabButton
Base class for TabButtons. A TabButton based class is used internally as the button that appears at t...
Definition: widgets/TabButton.h:70
CEGUI::ListboxItem
Base class for list box items.
Definition: ListboxItem.h:77
CEGUI::Listbox
Base class for standard Listbox widget.
Definition: widgets/Listbox.h:107