Home
last modified time | relevance | path

Searched refs:addImagerySection (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DWidgetLookFeel.pkg10 void addImagerySection(const ImagerySection& section);
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DWidgetLookFeel.h103 void addImagerySection(const ImagerySection& section);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DWidgetLookFeel.pypp.cpp53 , addImagerySection_function_type( &::CEGUI::WidgetLookFeel::addImagerySection ) in register_WidgetLookFeel_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DWidgetLookFeel.cpp158 void WidgetLookFeel::addImagerySection(const ImagerySection& section) in addImagerySection() function in CEGUI::WidgetLookFeel
H A DXMLHandler.cpp1490 d_widgetlook->addImagerySection(*d_imagerysection); in elementImagerySectionEnd()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp63516 self->addImagerySection(*section); in tolua_CEGUI_CEGUI_WidgetLookFeel_addImagerySection00()