Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DWidgetLookFeel.pkg32 const WidgetComponent* findWidgetComponent(utf8string nameSuffix) const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DWidgetLookFeel.h381 const WidgetComponent* findWidgetComponent(const String& name) const;
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DWidgetLookFeel.pypp.cpp356 , findWidgetComponent_function_type( &::CEGUI::WidgetLookFeel::findWidgetComponent ) in register_WidgetLookFeel_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DWidgetLookFeel.cpp884 const WidgetComponent* WidgetLookFeel::findWidgetComponent(const String& name) const in findWidgetComponent() function in CEGUI::WidgetLookFeel
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DWindow.cpp3009 const WidgetComponent* const wc = wlf.findWidgetComponent(getName()); in isPropertyAtDefault()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp64100 …idgetComponent* tolua_ret = (const CEGUI::WidgetComponent*) self->findWidgetComponent(nameSuffix); in tolua_CEGUI_CEGUI_WidgetLookFeel_findWidgetComponent00()