Home
last modified time | relevance | path

Searched refs:getImagerySection (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DSectionSpecification.cpp88 … &WidgetLookManager::getSingleton().getWidgetLook(d_owner).getImagerySection(d_sectionName); in render()
119 … &WidgetLookManager::getSingleton().getWidgetLook(d_owner).getImagerySection(d_sectionName); in render()
H A DWidgetLookFeel.cpp135 const ImagerySection& WidgetLookFeel::getImagerySection( in getImagerySection() function in CEGUI::WidgetLookFeel
148 getWidgetLook(d_inheritedLookName).getImagerySection(section); in getImagerySection()
564 result.insert(std::make_pair(*i, getImagerySection(*i))); in getImageryIterator()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DWidgetLookFeel.pkg8 ImagerySection& getImagerySection(utf8string section) const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DWidgetLookFeel.h82 const ImagerySection& getImagerySection(const CEGUI::String& section) const;
/dports/graphics/cegui/cegui-0.8.7/cegui/src/WindowRendererSets/Core/
H A DMultiLineEditbox.cpp141 const ImagerySection& caretImagery = wlf.getImagerySection("Caret"); in cacheCaretImagery()
H A DEditbox.cpp94 const ImagerySection& caret_imagery = wlf.getImagerySection("Caret"); in render()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DTree.cpp102 const ImagerySection &tempOpenImagery = wlf.getImagerySection("OpenTreeButton"); in initialise()
103 const ImagerySection &tempCloseImagery = wlf.getImagerySection("CloseTreeButton"); in initialise()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DWidgetLookFeel.pypp.cpp499 , getImagerySection_function_type( &::CEGUI::WidgetLookFeel::getImagerySection ) in register_WidgetLookFeel_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp63450 CEGUI::ImagerySection& tolua_ret = (CEGUI::ImagerySection&) self->getImagerySection(section); in tolua_CEGUI_CEGUI_WidgetLookFeel_getImagerySection00()