22 #ifndef CARDTRANSITION_H
23 #define CARDTRANSITION_H
43 const std::string& transitionName);
52 void draw(QPainter* painter,
const QPainterPath &path,
bool maximized);
58 Transition_ZoomAndCrossFade,
71 void zoomAndCrossFadeTick(QPainter* painter,
const QPainterPath &path,
bool maximized);
72 void crossFadeTick(QPainter* painter,
const QPainterPath &path,
bool maximized);
78 QPixmap* m_fromScenePixmap;
80 AnimObject m_fromSceneAnimObject;
81 AnimObject m_toSceneAnimObject;
83 TransitionType m_transitionType;
84 bool m_transitionIsPop;