28 #ifndef _CEGUISchemeManager_h_
29 #define _CEGUISchemeManager_h_
31 #include "CEGUIBase.h"
32 #include "CEGUISingleton.h"
33 #include "CEGUINamedXMLResourceManager.h"
34 #include "CEGUIScheme.h"
35 #include "CEGUIScheme_xmlHandler.h"
36 #include "CEGUIIteratorBase.h"
39 # pragma warning(push)
40 # pragma warning(disable : 4275)
41 # pragma warning(disable : 4251)
75 void doPostObjectAdditionAction(
Scheme&
object);
84 #endif // end of guard _CEGUISchemeManager_h_
A class that manages the creation of, access to, and destruction of GUI Scheme objects.
Definition: CEGUISchemeManager.h:52
ConstBaseIterator< ObjectRegistry > SchemeIterator
Definition of SchemeIterator type.
Definition: CEGUISchemeManager.h:64
Base class constant iterator used to offer iteration over various collections within the system...
Definition: CEGUIIteratorBase.h:47
Definition: CEGUISingleton.h:56
Templatised manager class that loads and manages named XML based resources.
Definition: CEGUINamedXMLResourceManager.h:109
A class that groups a set of GUI elements and initialises the system to access those elements...
Definition: CEGUIScheme.h:59