inc/mpnowplayingwidget.h
changeset 32 c163ef0b758d
parent 29 8192e5b5c935
equal deleted inserted replaced
29:8192e5b5c935 32:c163ef0b758d
    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