ui/views/fullscreenview/inc/glxcoverflow.h
changeset 67 199e6e1e0b54
parent 61 743eb0b9959e
equal deleted inserted replaced
61:743eb0b9959e 67:199e6e1e0b54
   333      * getUri() - To get the URI of the image.
   333      * getUri() - To get the URI of the image.
   334      * @param - image index.
   334      * @param - image index.
   335      * @return - return the uri of the image.
   335      * @return - return the uri of the image.
   336      */
   336      */
   337     QString getUri( int index );
   337     QString getUri( int index );
       
   338 
       
   339     /**
       
   340      * getImageDimension - To get the dimension of the image.
       
   341      * @param - image index.
       
   342      * @return - return the dimension of the image.
       
   343      */    
       
   344     QSize getImageDimension( int index );
       
   345     
       
   346     /**
       
   347      * getImageSize() - To get the image size.
       
   348      * @param - image index.
       
   349      * @return - return the size of the image.
       
   350      */
       
   351     int getImageSize( int index ); 
   338     
   352     
   339     /**
   353     /**
   340      * isAnimatedImage() - To get the GIF file info of the image
   354      * isAnimatedImage() - To get the GIF file info of the image
   341      * @param - image index.
   355      * @param - image index.
   342      * @return - true if it GIF image else false.
   356      * @return - true if it GIF image else false.