photosgallery/viewframework/tvout/inc/glxtv.h
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 18 78ad99c24f08
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
   105      * @return the Screen size in pixels
   105      * @return the Screen size in pixels
   106      */
   106      */
   107     IMPORT_C TSize ScreenSizeL() const;
   107     IMPORT_C TSize ScreenSizeL() const;
   108    
   108    
   109     /**
   109     /**
   110      * Is the TV Connected
   110      * Is the Analog TV Connected
   111      * @return ETrue if active, otherwise EFalse
   111      * @return ETrue if active, otherwise EFalse
   112      */
   112      */
   113     IMPORT_C TBool IsConnected() const; 
   113     IMPORT_C TBool IsConnected() const; 
   114     
   114     
   115     /**
   115     /**
   116      * Is the TV widescreen
   116      * Is the TV widescreen
   117      * @return ETrue if widescreen, otherwise EFalse
   117      * @return ETrue if widescreen, otherwise EFalse
   118      */
   118      */
   119     IMPORT_C TBool IsWidescreen() const; 
   119     IMPORT_C TBool IsWidescreen() const; 
   120     
   120     
       
   121     /**
       
   122      * Is the HDMI TV Connected
       
   123      * @return ETrue if active, otherwise EFalse
       
   124      */
       
   125     IMPORT_C TBool IsHDMIConnected() const;
   121     
   126     
   122 public: // from MGlxWindowVisibilityObserver
   127 public: // from MGlxWindowVisibilityObserver
   123     /**
   128     /**
   124      * @ref MGlxWindowVisibilityObserver::HandleWindowVisibilityChangedL
   129      * @ref MGlxWindowVisibilityObserver::HandleWindowVisibilityChangedL
   125      */
   130      */