X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=playermainwindow.h;h=847a3420976ff3d8814c282062efd5a5381390c4;hb=f9fe22e0066fcde0f4e53a9e715962f2e1b2f241;hp=4ab0541e03309ac2543670c76f59d8159a2bcbee;hpb=2efa3a5e20a4d715f6e9174182d51214fab5fb8b;p=vlc-remote diff --git a/playermainwindow.h b/playermainwindow.h index 4ab0541..847a342 100644 --- a/playermainwindow.h +++ b/playermainwindow.h @@ -52,6 +52,16 @@ public slots: void volMute(); void slide(int value); void updateUiWithCurrentStatus(); + void setCoverArt(const QByteArray data); + void setCoverArtFromPixmap(QPixmap image); + void getCoverArt(int id); + void finished(QNetworkReply * reply); + void readReady(); + void orientationChanged(); + void setPortrait(); + void setLandscape(); + void setAutoRotate(); + void playlistIdUpdated(int id, bool hasart, QString extension); protected slots: @@ -70,6 +80,9 @@ private: int mVolume; int mMuted; VlcStatus mCurrentStatus; + QByteArray mResponse; + bool mIsLandscape; + bool mHasImage; };