27#ifndef _CEGUIFalWidgetLookManager_h_
28#define _CEGUIFalWidgetLookManager_h_
30#include "../Singleton.h"
32#include "../Exceptions.h"
33#include "./WidgetLookFeel.h"
38# pragma warning(disable : 4251)
39# pragma warning(disable : 4275)
271 {
return d_defaultResourceGroup; }
284 { d_defaultResourceGroup = resourceGroup; }
298 static const String FalagardSchemaName;
300 static String d_defaultResourceGroup;
309 WidgetLookList d_widgetLooks;
Definition MemoryAllocatedObject.h:110
Class used as the databuffer for loading files throughout the library.
Definition DataContainer.h:44
Definition Singleton.h:56
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1
std::ostream OutStream
Output stream class.
Definition Base.h:185
Functor that can be used as comparator in a std::map with String keys. It's faster than using the def...
Definition String.h:5580