Crazy Eddie's GUI System  0.8.4
CEGUI::System Member List
This is the complete list of members for CEGUI::System, including all inherited members.
addEvent(const String &name)CEGUI::EventSet
addEvent(Event &event)CEGUI::EventSet
addStandardWindowFactories()CEGUI::System
AllocatedObject() (defined in CEGUI::AllocatedObject< System >)CEGUI::AllocatedObject< System > [inline, explicit]
cleanupImageCodec()CEGUI::System [protected]
cleanupXMLParser()CEGUI::System [protected]
create(Renderer &renderer, ResourceProvider *resourceProvider=0, XMLParser *xmlParser=0, ImageCodec *imageCodec=0, ScriptModule *scriptModule=0, const String &configFile="", const String &logFile="CEGUI.log", const int abi=CEGUI_VERSION_ABI)CEGUI::System [static]
createGUIContext(RenderTarget &rt) (defined in CEGUI::System)CEGUI::System
createRegexMatcher() const CEGUI::System
createSingletons()CEGUI::System [protected]
d_clipboardCEGUI::System [protected]
d_customRenderedStringParserCEGUI::System [protected]
d_defaultImageCodecNameCEGUI::System [protected, static]
d_defaultXMLParserNameCEGUI::System [protected, static]
d_events (defined in CEGUI::EventSet)CEGUI::EventSet [protected]
d_guiContexts (defined in CEGUI::System)CEGUI::System [protected]
d_imageCodecCEGUI::System [protected]
d_imageCodecModuleCEGUI::System [protected]
d_mutedCEGUI::EventSet [protected]
d_ourImageCodecCEGUI::System [protected]
d_ourLoggerCEGUI::System [protected]
d_ourResourceProvider (defined in CEGUI::System)CEGUI::System [protected]
d_ourXmlParserCEGUI::System [protected]
d_parserModule (defined in CEGUI::System)CEGUI::System [protected]
d_rendererCEGUI::System [protected]
d_resourceProviderCEGUI::System [protected]
d_scriptModuleCEGUI::System [protected]
d_stringTranscoderCEGUI::System [protected, static]
d_termScriptNameCEGUI::System [protected]
d_xmlParserCEGUI::System [protected]
destroy()CEGUI::System [static]
destroyGUIContext(GUIContext &context) (defined in CEGUI::System)CEGUI::System
destroyRegexMatcher(RegexMatcher *rm) const CEGUI::System
destroySingletons()CEGUI::System [protected]
EventDisplaySizeChangedCEGUI::System [static]
EventIterator typedef (defined in CEGUI::EventSet)CEGUI::EventSet
EventMap typedef (defined in CEGUI::EventSet)CEGUI::EventSet [protected]
EventNamespaceCEGUI::System [static]
EventRenderedStringParserChangedCEGUI::System [static]
EventSet()CEGUI::EventSet
EventSet(EventSet &) (defined in CEGUI::EventSet)CEGUI::EventSet [inline, protected]
executeScriptFile(const String &filename, const String &resourceGroup="") const CEGUI::System
executeScriptGlobal(const String &function_name) const CEGUI::System
executeScriptString(const String &str) const CEGUI::System
fireEvent(const String &name, EventArgs &args, const String &eventNamespace="")CEGUI::EventSet [virtual]
fireEvent_impl(const String &name, EventArgs &args)CEGUI::EventSet [protected]
getClipboard() const CEGUI::System [inline]
getDefaultCustomRenderedStringParser() const CEGUI::System
getDefaultGUIContext() const (defined in CEGUI::System)CEGUI::System
getDefaultImageCodecName()CEGUI::System [static]
getDefaultXMLParserName()CEGUI::System [static]
getEventIterator(void) const CEGUI::EventSet
getEventObject(const String &name, bool autoAdd=false)CEGUI::EventSet
getImageCodec() const CEGUI::System
getMajorVersion()CEGUI::System [static]
getMinorVersion()CEGUI::System [static]
getPatchVersion()CEGUI::System [static]
getRenderer(void) const CEGUI::System [inline]
getResourceProvider(void) const CEGUI::System
getScriptingModule(void) const CEGUI::System
getScriptModule() const CEGUI::EventSet [protected]
getSingleton(void)CEGUI::System [static]
getSingletonPtr(void)CEGUI::System [static]
getStringTranscoder()CEGUI::System [static]
getVerboseVersion()CEGUI::System [static]
getVersion()CEGUI::System [static]
getXMLParser(void) const CEGUI::System [inline]
GUIContextCollection typedef (defined in CEGUI::System)CEGUI::System [protected]
injectTimePulse(float timeElapsed)CEGUI::System
invalidateAllCachedRendering()CEGUI::System
invalidateAllWindows()CEGUI::System [protected]
isEventPresent(const String &name)CEGUI::EventSet
isMuted(void) const CEGUI::EventSet
ms_Singleton (defined in CEGUI::Singleton< System >)CEGUI::Singleton< System > [protected, static]
notifyDisplaySizeChanged(const Sizef &new_size)CEGUI::System
operator=(EventSet &) (defined in CEGUI::EventSet)CEGUI::EventSet [inline, protected]
outputLogHeader()CEGUI::System [protected]
performVersionTest(const int expected, const int received, const String &func)CEGUI::System [static]
removeAllEvents(void)CEGUI::EventSet
removeEvent(const String &name)CEGUI::EventSet
removeEvent(Event &event)CEGUI::EventSet
renderAllGUIContexts()CEGUI::System
setDefaultCustomRenderedStringParser(RenderedStringParser *parser)CEGUI::System
setDefaultImageCodecName(const String &codecName)CEGUI::System [static]
setDefaultXMLParserName(const String &parserName)CEGUI::System [static]
setImageCodec(const String &codecName)CEGUI::System
setImageCodec(ImageCodec &codec)CEGUI::System
setMutedState(bool setting)CEGUI::EventSet
setScriptingModule(ScriptModule *scriptModule)CEGUI::System
setupImageCodec(const String &codecName)CEGUI::System [protected]
setupXMLParser()CEGUI::System [protected]
setXMLParser(const String &parserName)CEGUI::System
setXMLParser(XMLParser *parser)CEGUI::System
Singleton(void) (defined in CEGUI::Singleton< System >)CEGUI::Singleton< System > [inline]
subscribeEvent(const String &name, Event::Subscriber subscriber)CEGUI::EventSet [virtual]
subscribeEvent(const String &name, Event::Group group, Event::Subscriber subscriber)CEGUI::EventSet [virtual]
subscribeEvent(const String &name, Arg1 arg1, Arg2 arg2)CEGUI::EventSet [inline]
subscribeEvent(const String &name, Event::Group group, Arg1 arg1, Arg2 arg2)CEGUI::EventSet [inline]
subscribeScriptedEvent(const String &name, const String &subscriber_name)CEGUI::EventSet [virtual]
subscribeScriptedEvent(const String &name, Event::Group group, const String &subscriber_name)CEGUI::EventSet [virtual]
System(Renderer &renderer, ResourceProvider *resourceProvider, XMLParser *xmlParser, ImageCodec *imageCodec, ScriptModule *scriptModule, const String &configFile, const String &logFile)CEGUI::System [protected]
~EventSet(void)CEGUI::EventSet [virtual]
~Singleton(void) (defined in CEGUI::Singleton< System >)CEGUI::Singleton< System > [inline]
~System(void)CEGUI::System [protected]
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends