photosgallery/viewframework/views/fullscreenview/inc/glxsinglelinemetapanecontrol.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
    59 
    59 
    60 
    60 
    61 /*
    61 /*
    62  * For craeting and maintaining the Single Line metapane 
    62  * For craeting and maintaining the Single Line metapane 
    63  */
    63  */
    64 class CGlxSinleLineMetaPane: public CAlfControl,
    64 class CGlxSingleLineMetaPane: public CAlfControl,
    65                             public MGlxMediaListObserver,
    65                             public MGlxMediaListObserver,
    66                             public MGlxSLMPObserver
    66                             public MGlxSLMPObserver
    67      {
    67      {
    68 public:
    68 public:
    69     /*
    69     /*
    70      * NewL()
    70      * NewL()
    71      */
    71      */
    72     static CGlxSinleLineMetaPane* NewL( CGlxFullScreenViewImp& aFullscreenView,
    72     static CGlxSingleLineMetaPane* NewL( CGlxFullScreenViewImp& aFullscreenView,
    73             MGlxMediaList& aMediaList, CGlxUiUtility& aUiUtility);
    73             MGlxMediaList& aMediaList, CGlxUiUtility& aUiUtility);
    74     
    74     
    75     /*
    75     /*
    76      * destructor
    76      * destructor
    77      */
    77      */
    78     ~CGlxSinleLineMetaPane();
    78     ~CGlxSingleLineMetaPane();
    79     
    79     
    80     /*
    80     /*
    81      * Show/Hide the Metapane
    81      * Show/Hide the Metapane
    82      */
    82      */
    83     void ShowMetaPane(TBool aShow);
    83     void ShowMetaPane(TBool aShow);
   107     
   107     
   108 private:
   108 private:
   109     /*
   109     /*
   110      * Constructor
   110      * Constructor
   111      */
   111      */
   112     CGlxSinleLineMetaPane(CGlxFullScreenViewImp& aFullscreenView,
   112     CGlxSingleLineMetaPane(CGlxFullScreenViewImp& aFullscreenView,
   113             MGlxMediaList& aMediaList,CGlxUiUtility& aUiUtility);
   113             MGlxMediaList& aMediaList,CGlxUiUtility& aUiUtility);
   114     
   114     
   115     /*
   115     /*
   116      * ConstructL()
   116      * ConstructL()
   117      */
   117      */