Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DAnimationManager.cpp167 d_animations.insert(std::make_pair(finalName, ret)); in createAnimation()
181 AnimationMap::iterator it = d_animations.find(name); in destroyAnimation()
183 if (it == d_animations.end()) in destroyAnimation()
192 d_animations.erase(it); in destroyAnimation()
205 it != d_animations.end(); ++it) in destroyAllAnimations()
210 d_animations.clear(); in destroyAllAnimations()
218 if (it == d_animations.end()) in getAnimation()
230 return (d_animations.find(name) != d_animations.end()); in isAnimationPresent()
236 if (index >= d_animations.size()) in getAnimationAtIdx()
241 AnimationMap::const_iterator it = d_animations.begin(); in getAnimationAtIdx()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DWidgetLookFeel.cpp57 d_animations(other.d_animations), in WidgetLookFeel()
100 std::swap(d_animations, other.d_animations); in swap()
1027 AnimationList::iterator it = std::find(d_animations.begin(), in addAnimationName()
1028 d_animations.end(), in addAnimationName()
1031 if (it == d_animations.end()) in addAnimationName()
1032 d_animations.push_back(anim_name); in addAnimationName()
1133 set.insert(d_animations.begin(),d_animations.end()); in appendAnimationNames()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DAnimationManager.h316 AnimationMap d_animations; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DWidgetLookFeel.h772 AnimationList d_animations; variable