Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_image_animation_interface.h191 void sigUiTimeChanged(int newTime);
H A Dkis_image_animation_interface.cpp301 emit sigUiTimeChanged(frameId); in switchCurrentTimeAsync() local
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/tests/
H A Dtimeline_model_test.cpp219 connect(m_image->animationInterface(), SIGNAL(sigUiTimeChanged(int)), in testView()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_time_based_item_model.cpp112 connect(ai, SIGNAL(sigUiTimeChanged(int)), SLOT(slotCurrentTimeChanged(int))); in setImage()
H A Danimation_docker.cpp108 connect(animation, SIGNAL(sigUiTimeChanged(int)), this, SLOT(slotGlobalTimeChanged())); in setCanvas()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/
H A DLayerBox.cpp457 …connect(animation, &KisImageAnimationInterface::sigUiTimeChanged, this, &LayerBox::slotImageTimeCh… in setCanvas()