equal
deleted
inserted
replaced
38 { |
38 { |
39 Q_OBJECT |
39 Q_OBJECT |
40 friend class MpNowPlayingWidgetPrivate; |
40 friend class MpNowPlayingWidgetPrivate; |
41 |
41 |
42 public: |
42 public: |
43 explicit MpNowPlayingWidget(long int playerId, QGraphicsItem *parent=0 ); |
43 explicit MpNowPlayingWidget( QGraphicsItem *parent=0 ); |
44 virtual ~MpNowPlayingWidget(); |
44 virtual ~MpNowPlayingWidget(); |
45 void setEnabled( bool enabled ); |
45 void setEnabled( bool enabled ); |
46 void resizeEvent(QGraphicsSceneResizeEvent *event); |
46 void resizeEvent(QGraphicsSceneResizeEvent *event); |
|
47 bool isBannerAttached(); |
47 |
48 |
48 signals: |
49 signals: |
49 void clicked(); |
50 void clicked(); |
50 void playbackAttachmentChanged(bool attached); |
51 void playbackAttachmentChanged(bool attached); |
51 |
52 |