Home
last modified time | relevance | path

Searched refs:WindowTypeXMLAttributeName (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DGUILayout_xmlHandler.cpp212 attributes.getValueAsString(Window::WindowTypeXMLAttributeName)); in elementWindowStart()
H A DWindow.cpp151 const String Window::WindowTypeXMLAttributeName("type"); member in CEGUI::Window
2042 .attribute(WindowTypeXMLAttributeName, getType()); in writeXMLToStream()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DWindow.h512 static const String WindowTypeXMLAttributeName; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DWindow.pypp.cpp6376 , bp::make_getter( &CEGUI::Window::WindowTypeXMLAttributeName in register_Window_class()