23 #ifndef DIGIKAM_TRANSITION_MNGR_H
24 #define DIGIKAM_TRANSITION_MNGR_H
81 void setOutputSize(
const QSize& size);
82 void setTransition(TransType type);
83 void setInImage(
const QImage& iimg);
84 void setOutImage(
const QImage& oimg);
86 QImage currentFrame(
int& tmout);
88 static QMap<TransType, QString> transitionNames();
Definition: transitionmngr.h:40
TransType
Definition: transitionmngr.h:44
@ CircleOut
Definition: transitionmngr.h:54
@ SlideL2R
Definition: transitionmngr.h:59
@ VerticalLines
Definition: transitionmngr.h:53
@ ChessBoard
Definition: transitionmngr.h:46
@ PushT2B
Definition: transitionmngr.h:65
@ BlurIn
Definition: transitionmngr.h:71
@ SwapB2T
Definition: transitionmngr.h:70
@ PushR2L
Definition: transitionmngr.h:64
@ SlideB2T
Definition: transitionmngr.h:62
@ Growing
Definition: transitionmngr.h:51
@ PushB2T
Definition: transitionmngr.h:66
@ SlideT2B
Definition: transitionmngr.h:61
@ Sweep
Definition: transitionmngr.h:48
@ Blobs
Definition: transitionmngr.h:57
@ MeltDown
Definition: transitionmngr.h:47
@ Cubism
Definition: transitionmngr.h:50
@ MultiCircleOut
Definition: transitionmngr.h:55
@ BlurOut
Definition: transitionmngr.h:72
@ SwapR2L
Definition: transitionmngr.h:68
@ SwapT2B
Definition: transitionmngr.h:69
@ SwapL2R
Definition: transitionmngr.h:67
@ HorizontalLines
Definition: transitionmngr.h:52
@ Fade
Definition: transitionmngr.h:58
@ SlideR2L
Definition: transitionmngr.h:60
@ Mosaic
Definition: transitionmngr.h:49
@ PushL2R
Definition: transitionmngr.h:63
@ SpiralIn
Definition: transitionmngr.h:56
Definition: datefolderview.cpp:43