musicwidgetplugin/inc/musicwidget.h
changeset 48 af3740e3753f
parent 32 c163ef0b758d
child 55 f3930dda3342
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    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