ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 33 1ee2af37811f
parent 29 2c833fc9e98f
child 45 863223ea6961
equal deleted inserted replaced
29:2c833fc9e98f 33:1ee2af37811f
    35 class HbDocumentLoader;
    35 class HbDocumentLoader;
    36 class QAbstractItemModel;
    36 class QAbstractItemModel;
    37 class HbIconItem;
    37 class HbIconItem;
    38 
    38 
    39 //User Defined forward declartion
    39 //User Defined forward declartion
    40 class GlxZoomSlider;
    40 class GlxZoomWidget;
    41 class GlxZoomControl;
       
    42 class GlxTvOutWrapper;
    41 class GlxTvOutWrapper;
    43 
    42 
    44 class GlxFullScreenView : public GlxView
    43 class GlxFullScreenView : public GlxView
    45 {
    44 {
    46     Q_OBJECT
    45     Q_OBJECT
    84     void effectFinished( const HbEffect::EffectStatus  );
    83     void effectFinished( const HbEffect::EffectStatus  );
    85     void imageSelectionEffectFinished( const HbEffect::EffectStatus  );
    84     void imageSelectionEffectFinished( const HbEffect::EffectStatus  );
    86     void handleToolBarAction();
    85     void handleToolBarAction();
    87 
    86 
    88 protected :
    87 protected :
    89     bool event(QEvent *event);
    88     bool eventFilter(QObject *obj, QEvent *ev);
    90 
       
    91 private:
    89 private:
    92     
    90     
    93     /*
    91     /*
    94      * The widgets are retrieved from the docml
    92      * The widgets are retrieved from the docml
    95      */
    93      */
   124     HbAction            *mSendAction;
   122     HbAction            *mSendAction;
   125     HbAction            *mDeleteAction;
   123     HbAction            *mDeleteAction;
   126     HbAction            *mUseImageAction;
   124     HbAction            *mUseImageAction;
   127 
   125 
   128     //for Zoom
   126     //for Zoom
   129     HbPushButton        *mZmPushButton;
   127 	GlxZoomWidget		*mZoomWidget;
   130     GlxZoomSlider       *mZoomSlider;
       
   131     GlxZoomControl      *mZoomControl;
       
   132     HbDocumentLoader    *mDocLoader;
   128     HbDocumentLoader    *mDocLoader;
   133   
   129   
   134     bool                mUiOff;        // to check the current status of ui on / off
   130     bool                mUiOff;        // to check the current status of ui on / off
   135 };
   131 };
   136 
   132