ui/viewutilities/effectplugin/src/glxflipeffectplugin.cpp
changeset 55 fb37077c270f
parent 49 f291796e213d
equal deleted inserted replaced
49:f291796e213d 55:fb37077c270f
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "glxflipeffectplugin.h"
    19 #include "glxflipeffectplugin.h"
    20 #include "glxuistd.h"
    20 #include "glxuistd.h"
       
    21 #include "glxlocalisationstrings.h"
    21 
    22 
    22 GlxFlipEffectPlugin::GlxFlipEffectPlugin() : GlxEffectPluginBase( FLIP_EFFECT )
    23 GlxFlipEffectPlugin::GlxFlipEffectPlugin() : GlxEffectPluginBase( FLIP_EFFECT )
    23 {
    24 {
    24     mEffectFileList.append(QString(":/data/uphide.fxml"));
    25     mEffectFileList.append(QString(":/data/uphide.fxml"));
    25     mEffectFileList.append(QString(":/data/downshow.fxml"));
    26     mEffectFileList.append(QString(":/data/downshow.fxml"));
    34     items.at(1)->setPos(0,0);
    35     items.at(1)->setPos(0,0);
    35 }
    36 }
    36 
    37 
    37 QString GlxFlipEffectPlugin::effectName() 
    38 QString GlxFlipEffectPlugin::effectName() 
    38 { 
    39 { 
    39     return ( "FLip" ) ; 
    40     return GLX_EFFECTS_FLIP ; 
    40 }
    41 }
    41 
    42 
    42 GlxFlipEffectPlugin::~GlxFlipEffectPlugin()
    43 GlxFlipEffectPlugin::~GlxFlipEffectPlugin()
    43 {
    44 {
    44     mEffectFileList.clear();
    45     mEffectFileList.clear();