Home
last modified time | relevance | path

Searched defs:System_wrapper (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DSystem.pypp.cpp9 struct System_wrapper : CEGUI::System, bp::wrapper< CEGUI::System > { struct
18 void cleanupImageCodec( ){ in cleanupImageCodec()
22 void cleanupXMLParser( ){ in cleanupXMLParser()
26 void createSingletons( ){ in createSingletons()
30 void destroySingletons( ){ in destroySingletons()
34 void invalidateAllWindows( ){ in invalidateAllWindows()
38 void outputLogHeader( ){ in outputLogHeader()
42 void setupImageCodec( ::CEGUI::String const & codecName ){ in setupImageCodec()
46 void setupXMLParser( ){ in setupXMLParser()
66 ::CEGUI::ScriptModule * getScriptModule( ) const { in getScriptModule()
[all …]