diff -r bcb43dc84c44 -r 2dac0fdba72b photosgallery/viewframework/views/viewbase/inc/glxtoolbarcontroller.h --- 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;