photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h
branchRCL_3
changeset 15 191387a8b767
parent 14 2dac0fdba72b
equal deleted inserted replaced
14:2dac0fdba72b 15:191387a8b767
    96      * Set toolbar items dimmed.
    96      * Set toolbar items dimmed.
    97      * @param aDimmed Flag for the toolbar items to be dimmed.
    97      * @param aDimmed Flag for the toolbar items to be dimmed.
    98      */
    98      */
    99     void SetToolbarItemsDimmed(TBool aDimmed);
    99     void SetToolbarItemsDimmed(TBool aDimmed);
   100      
   100      
       
   101     /**
       
   102      * To check whether OneClickUpload is supported by the Shareonline 
       
   103      * application. 
       
   104      * NOTE: OneClickUpload is a feature of ShareOnline 4.3 and above. Hence this function
       
   105      * ensures that the upload command works only if this version of ShareOnline is 
       
   106      * available in the build. Else, Upload will not work! 
       
   107      */
       
   108     void CheckShareonlineVersionL();
       
   109     
   101 private:    
   110 private:    
   102     CAknToolbar* iToolbar;
   111     CAknToolbar* iToolbar;
   103     TBool iAttributeAvailable;
   112     TBool iAttributeAvailable;
   104     };
   113     };
   105 
   114