Crazy Eddie's GUI System  0.8.5
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 >inlineexplicit
cleanupImageCodec()CEGUI::Systemprotected
cleanupXMLParser()CEGUI::Systemprotected
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::Systemstatic
createGUIContext(RenderTarget &rt) (defined in CEGUI::System)CEGUI::System
createRegexMatcher() const CEGUI::System
createSingletons()CEGUI::Systemprotected
d_clipboardCEGUI::Systemprotected
d_customRenderedStringParserCEGUI::Systemprotected
d_defaultImageCodecNameCEGUI::Systemprotectedstatic
d_defaultXMLParserNameCEGUI::Systemprotectedstatic
d_events (defined in CEGUI::EventSet)CEGUI::EventSetprotected
d_guiContexts (defined in CEGUI::System)CEGUI::Systemprotected
d_imageCodecCEGUI::Systemprotected
d_imageCodecModuleCEGUI::Systemprotected
d_mutedCEGUI::EventSetprotected
d_ourImageCodecCEGUI::Systemprotected
d_ourLoggerCEGUI::Systemprotected
d_ourResourceProvider (defined in CEGUI::System)CEGUI::Systemprotected
d_ourXmlParserCEGUI::Systemprotected
d_parserModule (defined in CEGUI::System)CEGUI::Systemprotected
d_rendererCEGUI::Systemprotected
d_resourceProviderCEGUI::Systemprotected
d_scriptModuleCEGUI::Systemprotected
d_stringTranscoderCEGUI::Systemprotectedstatic
d_termScriptNameCEGUI::Systemprotected
d_xmlParserCEGUI::Systemprotected
destroy()CEGUI::Systemstatic
destroyGUIContext(GUIContext &context) (defined in CEGUI::System)CEGUI::System
destroyRegexMatcher(RegexMatcher *rm) const CEGUI::System
destroySingletons()CEGUI::Systemprotected
EventDisplaySizeChangedCEGUI::Systemstatic
EventIterator typedef (defined in CEGUI::EventSet)CEGUI::EventSet
EventMap typedef (defined in CEGUI::EventSet)CEGUI::EventSetprotected
EventNamespaceCEGUI::Systemstatic
EventRenderedStringParserChangedCEGUI::Systemstatic
EventSet()CEGUI::EventSet
EventSet(EventSet &) (defined in CEGUI::EventSet)CEGUI::EventSetinlineprotected
EventSet(const EventSet &)CEGUI::EventSetinlineprotected
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::EventSetvirtual
fireEvent_impl(const String &name, EventArgs &args)CEGUI::EventSetprotected
getClipboard() const CEGUI::Systeminline
getDefaultCustomRenderedStringParser() const CEGUI::System
getDefaultGUIContext() const (defined in CEGUI::System)CEGUI::System
getDefaultImageCodecName()CEGUI::Systemstatic
getDefaultXMLParserName()CEGUI::Systemstatic
getEventIterator(void) const CEGUI::EventSet
getEventObject(const String &name, bool autoAdd=false)CEGUI::EventSet
getImageCodec() const CEGUI::System
getMajorVersion()CEGUI::Systemstatic
getMinorVersion()CEGUI::Systemstatic
getPatchVersion()CEGUI::Systemstatic
getRenderer(void) const CEGUI::Systeminline
getResourceProvider(void) const CEGUI::System
getScriptingModule(void) const CEGUI::System
getScriptModule() const CEGUI::EventSetprotected
getSingleton(void)CEGUI::Systemstatic
getSingletonPtr(void)CEGUI::Systemstatic
getStringTranscoder()CEGUI::Systemstatic
getVerboseVersion()CEGUI::Systemstatic
getVersion()CEGUI::Systemstatic
getXMLParser(void) const CEGUI::Systeminline
GUIContextCollection typedef (defined in CEGUI::System)CEGUI::Systemprotected
injectTimePulse(float timeElapsed)CEGUI::System
invalidateAllCachedRendering()CEGUI::System
invalidateAllWindows()CEGUI::Systemprotected
isEventPresent(const String &name)CEGUI::EventSet
isMuted(void) const CEGUI::EventSet
ms_Singleton (defined in CEGUI::Singleton< System >)CEGUI::Singleton< System >protectedstatic
notifyDisplaySizeChanged(const Sizef &new_size)CEGUI::System
operator=(EventSet &) (defined in CEGUI::EventSet)CEGUI::EventSetinlineprotected
CEGUI::EventSet::operator=(const EventSet &)CEGUI::EventSetinlineprotected
outputLogHeader()CEGUI::Systemprotected
performVersionTest(const int expected, const int received, const String &func)CEGUI::Systemstatic
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::Systemstatic
setDefaultXMLParserName(const String &parserName)CEGUI::Systemstatic
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::Systemprotected
setupXMLParser()CEGUI::Systemprotected
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::EventSetvirtual
subscribeEvent(const String &name, Event::Group group, Event::Subscriber subscriber)CEGUI::EventSetvirtual
subscribeEvent(const String &name, Arg1 arg1, Arg2 arg2)CEGUI::EventSetinline
subscribeEvent(const String &name, Event::Group group, Arg1 arg1, Arg2 arg2)CEGUI::EventSetinline
subscribeScriptedEvent(const String &name, const String &subscriber_name)CEGUI::EventSetvirtual
subscribeScriptedEvent(const String &name, Event::Group group, const String &subscriber_name)CEGUI::EventSetvirtual
System(Renderer &renderer, ResourceProvider *resourceProvider, XMLParser *xmlParser, ImageCodec *imageCodec, ScriptModule *scriptModule, const String &configFile, const String &logFile)CEGUI::Systemprotected
~EventSet(void)CEGUI::EventSetvirtual
~Singleton(void) (defined in CEGUI::Singleton< System >)CEGUI::Singleton< System >inline
~System(void)CEGUI::Systemprotected