photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h
branchRCL_3
changeset 14 2dac0fdba72b
parent 13 bcb43dc84c44
child 15 191387a8b767
--- a/photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h	Wed Mar 31 21:31:03 2010 +0300
+++ b/photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h	Wed Apr 14 15:57:24 2010 +0300
@@ -77,6 +77,7 @@
             TInt aOldIndex, MGlxMediaList* aList);
     void HandleItemSelectedL(TInt aIndex, TBool aSelected, MGlxMediaList* aList);
     void HandleMessageL(const CMPXMessage& aMessage, MGlxMediaList* aList);
+    void HandlePopulatedL( MGlxMediaList* aList );
     
 private:
     /*
@@ -90,6 +91,12 @@
      * aLatched ETrue if the command button needs to be latched. 
      */
     void EnableLatch( TInt aCommandId, TInt aLatched );
+
+    /*
+     * Set toolbar items dimmed.
+     * @param aDimmed Flag for the toolbar items to be dimmed.
+     */
+    void SetToolbarItemsDimmed(TBool aDimmed);
      
 private:    
     CAknToolbar* iToolbar;