musicwidgetplugin/inc/musicwidget.h
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
child 55 f3930dda3342
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    30 class HbLabel;
    30 class HbLabel;
    31 class HbPushButton;
    31 class HbPushButton;
    32 class HbIcon;
    32 class HbIcon;
    33 class HbMarqueeItem;
    33 class HbMarqueeItem;
    34 class MpEngine;
    34 class MpEngine;
    35 //class MpPlaybackData;
    35 class MpAlbumCoverWidget;
    36 
    36 
    37 /**
    37 /**
    38  * Media key identifier for push button events
    38  * Media key identifier for push button events
    39  */
    39  */
    40 enum MediaKeyIdentifier{
    40 enum MediaKeyIdentifier{
   177     bool mMusicPlayerNoSongData;
   177     bool mMusicPlayerNoSongData;
   178     bool mMusicPlayerUpdating;
   178     bool mMusicPlayerUpdating;
   179     bool mMusicPlayerBlocked;
   179     bool mMusicPlayerBlocked;
   180     
   180     
   181     // Album art for background
   181     // Album art for background
   182     HbLabel *mAlbumArtLabel;
   182     MpAlbumCoverWidget *mAlbumArt;
   183     qreal mAlbumArtWidth;
       
   184     qreal mAlbumArtHeight; 
       
   185     
   183     
   186     // Artist and song title identifiers 
   184     // Artist and song title identifiers 
   187     QString mArtist;
   185     QString mArtist;
   188     QString mTitle;
   186     QString mTitle;
   189     
   187