Port to cpp bindings
This commit is contained in:
parent
0f06c83484
commit
70da726f52
20 changed files with 333 additions and 331 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef __PLAYSTATUS_H__
|
||||
#define __PLAYSTATUS_H__
|
||||
|
||||
#include <xmmsclient/xmmsclient++.h>
|
||||
#include "XMMSHandler.h"
|
||||
#include "PixWidget.h"
|
||||
|
||||
|
@ -14,10 +15,10 @@ class PlayStatus : public PixWidget
|
|||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
void setStatus (uint status);
|
||||
void setStatus (Xmms::Playback::Status status);
|
||||
|
||||
private:
|
||||
int m_status;
|
||||
Xmms::Playback::Status m_status;
|
||||
|
||||
QPixmap m_pixmap_stop;
|
||||
QPixmap m_pixmap_play;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue