equal
deleted
inserted
replaced
18 |
18 |
19 #ifndef GLXZOOMINOUTEFFECTPLUGIN_H |
19 #ifndef GLXZOOMINOUTEFFECTPLUGIN_H |
20 #define GLXZOOMINOUTEFFECTPLUGIN_H |
20 #define GLXZOOMINOUTEFFECTPLUGIN_H |
21 |
21 |
22 #include "glxeffectpluginbase.h" |
22 #include "glxeffectpluginbase.h" |
|
23 #include "glxlocalisationstrings.h" |
23 |
24 |
24 class GlxZoomInOutEffectPlugin : public GlxEffectPluginBase |
25 class GlxZoomInOutEffectPlugin : public GlxEffectPluginBase |
25 { |
26 { |
26 public : |
27 public : |
27 /* |
28 /* |
45 void setUpItems( QList< QGraphicsItem * > & items ); |
46 void setUpItems( QList< QGraphicsItem * > & items ); |
46 |
47 |
47 /* |
48 /* |
48 * get the name of the effect, use to shown in the slide show setting view |
49 * get the name of the effect, use to shown in the slide show setting view |
49 */ |
50 */ |
50 static QString effectName() { return QString ("ZoomInOut") ; } |
51 static QString effectName() { return (GLX_EFFECTS_ZOOMIN_ZOOMOUT) ; } |
51 |
52 |
52 private : |
53 private : |
53 QList <QString > mEffectFileList; |
54 QList <QString > mEffectFileList; |
54 QGraphicsItem *mItem; |
55 QGraphicsItem *mItem; |
55 }; |
56 }; |