Port to cpp bindings
This commit is contained in:
parent
0f06c83484
commit
70da726f52
20 changed files with 333 additions and 331 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
class MainDisplay;
|
||||
|
||||
#include <xmmsclient/xmmsclient++.h>
|
||||
#include "XMMSHandler.h"
|
||||
|
||||
#include <iostream>
|
||||
|
@ -65,7 +66,7 @@ class MainDisplay : public SkinDisplay
|
|||
|
||||
public slots:
|
||||
void setPixmaps(Skin *skin);
|
||||
void setStatus (uint status);
|
||||
void setStatus (Xmms::Playback::Status status);
|
||||
void setPlaytime (uint time);
|
||||
void setMediainfo (const QHash<QString,QString> &);
|
||||
void togglePL(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue