Home
last modified time | relevance | path

Searched refs:EffectMethod (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/transitionmngr/
H A Deffectmngr_p.h50 typedef int (EffectMngr::Private::*EffectMethod)(bool); typedef
67 QMap<EffectMngr::EffectType, EffectMethod> eff_effectList;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/opengl/
H A Dpresentationgl.h80 typedef void (PresentationGL::*EffectMethod)(); typedef
93 EffectMethod getRandomEffect();
H A Dpresentationgl.cpp125 QMap<QString, EffectMethod> effects;
141 EffectMethod effect;
588 PresentationGL::EffectMethod PresentationGL::getRandomEffect() in getRandomEffect()
590 QMap<QString, EffectMethod> tmpMap(d->effects); in getRandomEffect()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/widgets/
H A Dpresentationwidget.h57 typedef int (PresentationWidget::*EffectMethod)(bool); typedef
134 EffectMethod getRandomEffect();
H A Dpresentationwidget.cpp131 QMap<QString, EffectMethod> Effects;
146 EffectMethod effect;
1126 PresentationWidget::EffectMethod PresentationWidget::getRandomEffect() in getRandomEffect()