photosgallery/viewframework/views/fullscreenview/inc/glxslmpfavmlobserver.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
    29     {
    29     {
    30 public:
    30 public:
    31     /*
    31     /*
    32      * Newl()
    32      * Newl()
    33      */
    33      */
    34     static CGlxSLMPFavMLObserver* NewL( CGlxSinleLineMetaPane& aSingleLineMetaPane,
    34     static CGlxSLMPFavMLObserver* NewL( CGlxSingleLineMetaPane& aSingleLineMetaPane,
    35             TInt aFocusIndex,MGlxMediaList* aList);
    35             TInt aFocusIndex,MGlxMediaList* aList);
    36     
    36     
    37     /*
    37     /*
    38      * Destructor 
    38      * Destructor 
    39      */
    39      */
    56 
    56 
    57 private:
    57 private:
    58     /*
    58     /*
    59      * Constructor
    59      * Constructor
    60      */
    60      */
    61     CGlxSLMPFavMLObserver(CGlxSinleLineMetaPane& aSingleLineMetaPane);
    61     CGlxSLMPFavMLObserver(CGlxSingleLineMetaPane& aSingleLineMetaPane);
    62     
    62     
    63     /*
    63     /*
    64      * 2nd Phase Ctor
    64      * 2nd Phase Ctor
    65      * Create the medialist for the favourites icon here with 
    65      * Create the medialist for the favourites icon here with 
    66      * fav collection path 
    66      * fav collection path 
    67      */
    67      */
    68     void ConstructL(TInt aFocusIndex, MGlxMediaList* aList);
    68     void ConstructL(TInt aFocusIndex, MGlxMediaList* aList);
    69     
    69     
    70 private:
    70 private:
    71     CGlxSinleLineMetaPane&          iSingleLineMetaPane;        // SingleLineMetapane Reference
    71     CGlxSingleLineMetaPane&          iSingleLineMetaPane;        // SingleLineMetapane Reference
    72     MGlxMediaList*                  iFavMediaList;              // Favourite Medialist
    72     MGlxMediaList*                  iFavMediaList;              // Favourite Medialist
    73     CGlxDefaultAttributeContext*    iFavAttribContext;          // Attribute context for favourites
    73     CGlxDefaultAttributeContext*    iFavAttribContext;          // Attribute context for favourites
    74     };
    74     };
    75 
    75 
    76 
    76