photosgallery/viewframework/tvout/inc/glxhdmicontroller.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 15 191387a8b767
child 18 78ad99c24f08
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
    78      * Tells if HDMi is Connected.
    78      * Tells if HDMi is Connected.
    79      */
    79      */
    80     IMPORT_C TBool IsHDMIConnected();
    80     IMPORT_C TBool IsHDMIConnected();
    81 
    81 
    82 private:// From MGlxTvObserver
    82 private:// From MGlxTvObserver
    83     virtual void HandleTvStatusChangedL ( TTvChangeType aChangeType );
    83     void HandleTvStatusChangedL ( TTvChangeType aChangeType );
    84 
    84 
    85 private:
    85 private:
    86     /*
    86     /*
    87      * Constructor
    87      * Constructor
    88      */
    88      */
   125     HBufC*  iStoredImagePath;
   125     HBufC*  iStoredImagePath;
   126     
   126     
   127     CGlxHdmiContainer*      iHdmiContainer;
   127     CGlxHdmiContainer*      iHdmiContainer;
   128     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   128     CGlxHdmiSurfaceUpdater* iSurfaceUpdater;
   129     CGlxTv*  iGlxTvOut;
   129     CGlxTv*  iGlxTvOut;
   130     TBool iIsImageSupported;
   130     TBool   iIsImageSupported;          // Flag to see if Image is supported
       
   131     TBool   iPhotosForeground;             // Flag for determining if the image needs to be in posting mode
   131     };
   132     };
   132 
   133 
   133 #endif /* GLXHDMICONTROLLER_H_ */
   134 #endif /* GLXHDMICONTROLLER_H_ */