videocollection/videocollectionview/inc/videolistselectiondialog.h
changeset 46 adbe7d5ba2f5
parent 20 b9e04db066d4
child 52 e3cecb93e76a
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    52     enum TSelectionFunction
    52     enum TSelectionFunction
    53     {
    53     {
    54         EDeleteVideos,
    54         EDeleteVideos,
    55         EAddToCollection,        
    55         EAddToCollection,        
    56         ERemoveFromCollection,
    56         ERemoveFromCollection,
       
    57         ECreateCollection,
    57         ESelectCollection
    58         ESelectCollection
    58     };
    59     };
    59     
    60     
    60     /**
    61     /**
    61      * Constructor
    62      * Constructor
   218      * selected single items album id
   219      * selected single items album id
   219      */
   220      */
   220     TMPXItemId mSelectedAlbumId;
   221     TMPXItemId mSelectedAlbumId;
   221     
   222     
   222     /**
   223     /**
       
   224      * Text for a new album.
       
   225      */
       
   226     QString mNewAlbumText;
       
   227     
       
   228     /**
   223      * header label
   229      * header label
   224      */
   230      */
   225     HbLabel *mHeading;
   231     HbLabel *mHeading;
   226     
   232     
   227     /**
   233     /**