Home
last modified time | relevance | path

Searched refs:animationManager (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/widgets/
H A DAnimationWidget.cpp8 std::string name, std::shared_ptr<AnimationManager> animationManager) in AnimationWidget() argument
9 : name(name), animationManager(animationManager) in AnimationWidget()
12 time = animationManager->getTimeRange().lower; in AnimationWidget()
13 animationManager->update(time); in AnimationWidget()
17 animationManager.reset(); in ~AnimationWidget()
22 auto &timeRange = animationManager->getTimeRange(); in update()
36 animationManager->update(time, shutter); in update()
43 auto &timeRange = animationManager->getTimeRange(); in addAnimationUI()
44 auto &animations = animationManager->getAnimations(); in addAnimationUI()
H A DAnimationWidget.h12 std::string name, std::shared_ptr<AnimationManager> animationManager);
26 std::shared_ptr<AnimationManager> animationManager; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/
H A DAnimationItem.java28 private AnimationManager animationManager; field in AnimationItem
61 public AnimationItem(AnimationManager animationManager) { in AnimationItem() argument
62 this.animationManager = animationManager; in AnimationItem()
76 animationItem.addDisposeListener(e -> animationManager.removeItem(AnimationItem.this)); in createControl()
77 animationManager.addItem(this); in createControl()
128 return animationManager.getPreferredWidth() + 5; in getPreferredWidth()
H A DProgressRegion.java63 AnimationManager animationManager; field in ProgressRegion
126 int widthPreference = animationManager.getPreferredWidth() + 25; in createContents()
129 animationManager, finishedJobs); in createContents()
250 animationManager.removeItem(animationItem); in recreate()
H A DProgressAnimationProcessor.java39 ProgressAnimationProcessor(AnimationManager animationManager) { in ProgressAnimationProcessor() argument
40 manager = animationManager; in ProgressAnimationProcessor()
H A DProgressAnimationItem.java80 AnimationManager animationManager, FinishedJobs finishedJobs) { in ProgressAnimationItem() argument
81 super(animationManager); in ProgressAnimationItem()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/
H A DBatch.cpp423 float animationTime = animationManager->getTimeRange().upper; in renderAnimation()
425 float time = animationManager->getTimeRange().lower; in renderAnimation()
434 animationManager->update(time); in renderAnimation()
509 animationManager = std::shared_ptr<AnimationManager>(new AnimationManager); in importFiles()
536 if (animationManager) in importFiles()
537 importer->setAnimationList(animationManager->getAnimations()); in importFiles()
560 if (animationManager) in importFiles()
561 animationManager->init(); in importFiles()
H A DospStudio.h121 std::shared_ptr<AnimationManager> animationManager{nullptr};
H A DMainWindow.cpp1131 animationManager = std::shared_ptr<AnimationManager>(new AnimationManager); in importFiles()
1160 if (animationManager) in importFiles()
1161 importer->setAnimationList(animationManager->getAnimations()); in importFiles()
1184 if (animationManager) { in importFiles()
1185 animationManager->init(); in importFiles()
1187 new AnimationWidget("Animation Controls", animationManager)); in importFiles()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationhardware/
H A Dosganimationhardware.cpp167 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in createCharacterInstance() local
169 …BasicAnimationManager* anim = dynamic_cast<osgAnimation::BasicAnimationManager*>(animationManager); in createCharacterInstance()
170 const osgAnimation::AnimationList& list = animationManager->getAnimationList(); in createCharacterInstance()
208 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in main() local
209 if(!animationManager) in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationhardware/
H A Dosganimationhardware.cpp186 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in createCharacterInstance() local
188 …BasicAnimationManager* anim = dynamic_cast<osgAnimation::BasicAnimationManager*>(animationManager); in createCharacterInstance()
189 const osgAnimation::AnimationList& list = animationManager->getAnimationList(); in createCharacterInstance()
231 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in main() local
232 if(!animationManager) in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/
H A DProgressAnimationProcessor.java36 ProgressAnimationProcessor(AnimationManager animationManager) { in ProgressAnimationProcessor() argument
37 manager = animationManager; in ProgressAnimationProcessor()
/dports/games/py-fife/fifengine-0.4.2/engine/core/loaders/native/map/
H A Datlasloader.h97 …tlasLoader(Model* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager);
129 …tlasLoader(Model* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager);
H A Datlasloader.cpp88 …AtlasLoader(Model* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager) in AtlasLoader() argument
89 : m_model(model), m_vfs(vfs), m_imageManager(imageManager), m_animationManager(animationManager) { in AtlasLoader()
356 …lasLoader(Model* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager) { in createDefaultAtlasLoader() argument
357 return new AtlasLoader(model, vfs, imageManager, animationManager); in createDefaultAtlasLoader()
H A Danimationloader.h48 AnimationLoader(VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager);
H A Danimationloader.cpp51 …onLoader::AnimationLoader(VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager) in AnimationLoader() argument
52 : m_vfs(vfs), m_imageManager(imageManager), m_animationManager(animationManager) { in AnimationLoader()
H A Dobjectloader.h49 …del* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager, const Animat…
H A Dobjectloader.cpp53 …del* model, VFS* vfs, ImageManager* imageManager, AnimationManager* animationManager, const Animat… in ObjectLoader() argument
54 : m_model(model), m_vfs(vfs), m_imageManager(imageManager), m_animationManager(animationManager) { in ObjectLoader()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimationtimeline/
H A Dosganimationtimeline.cpp172 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in main() local
173 if(!animationManager) in main()
179 …tion::TimelineAnimationManager> tl = new osgAnimation::TimelineAnimationManager(*animationManager); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimationtimeline/
H A Dosganimationtimeline.cpp172 …osgAnimation::AnimationManagerBase* animationManager = dynamic_cast<osgAnimation::AnimationManager… in main() local
173 if(!animationManager) in main()
179 …tion::TimelineAnimationManager> tl = new osgAnimation::TimelineAnimationManager(*animationManager); in main()
/dports/games/openmw/openmw-openmw-0.47.0/components/resource/
H A Dkeyframemanager.cpp21 …neUtil::KeyframeHolder& target, osg::ref_ptr<osgAnimation::BasicAnimationManager> animationManager, in RetrieveAnimationsVisitor() argument
23 …eVisitor(TRAVERSE_ALL_CHILDREN), mTarget(target), mAnimationManager(animationManager), mNormalized… in RetrieveAnimationsVisitor()
H A Dkeyframemanager.hpp18 …neUtil::KeyframeHolder& target, osg::ref_ptr<osgAnimation::BasicAnimationManager> animationManager,
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/generators/
H A Dcegui_base.py63 animationManager = CEGUI_ns.class_("AnimationManager")
64 animationManager.include()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dapplication.h124 [[nodiscard]] Ui::Animations::Manager &animationManager() const { in animationManager() function
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DRestyleManager.cpp1943 nsAnimationManager* animationManager = in StopAnimationsWithoutFrame() local
1963 animationManager->StopAnimationsForElement(element, aPseudoType); in StopAnimationsWithoutFrame()

12