PonyPlayer
|
#include <playlist.h>
Public 槽 | |
void | insert (PlayListItem *item) |
void | remove (QString filepath) |
PlayListItem * | search (QString key) |
void | extractAndProcess () |
void | getInfo (QString path) |
信号 | |
void | insertDone (int resultcode) |
void | removeDone (int resultcode) |
void | searchDone (PlayListItem *item) |
void | extractDone (QList< simpleListItem * > res) |
void | getInfoDone (PlayListItem *item) |
Public 成员函数 | |
PlayList (QString _dbName, QString _tableName, QString _className) | |
PlayList (const QString &name) | |
PlayList::PlayList | ( | QString | _dbName, |
QString | _tableName, | ||
QString | _className | ||
) |
|
explicit |
|
slot |
|
signal |
|
slot |
|
signal |
|
slot |
|
signal |
|
slot |
|
signal |
|
slot |
|
signal |