|
PonyPlayer
|
#include <controller.h>
Public 槽 | |
| void | getInsertRst (int resultCode) |
| void | getRemoveRst (int resultCode) |
| void | getSearchRst (PlayListItem *resultItem) |
| void | getExtractRst (QList< simpleListItem * > rst) |
| void | getInfoRst (PlayListItem *rst) |
| QString | getFile (QString filename, QString path) |
| void | sendExtractRequirement () |
| void | sendRemoveRequirement (QString filepath, QString iconPath) |
| void | sendGetInfoRequirement (QString filepath) |
信号 | |
| void | insertItem (PlayListItem *item) |
| void | removeItem (PlayListItem *item) |
| void | searchItem (QString primaryKey) |
| void | extractRequirement () |
| void | finishExtractItems () |
| void | removeRequirement (QString path) |
| void | getInfoRequirement (QString path) |
| void | finishGetInfo () |
| void | recentFilesChanged () |
Public 成员函数 | |
| Controller (QObject *parent=nullptr) | |
| ~Controller () | |
| Q_INVOKABLE QVariantList | getSimpleListItemList () |
| Q_INVOKABLE QVariantList | getRecentFiles () |
| Q_INVOKABLE void | updateRecentFile (QString filePath) |
| Q_INVOKABLE QVariantMap | getListItemInfo () |
属性 | |
| QVariantList | recentFiles |
|
explicit |
| Controller::~Controller | ( | ) |
|
signal |
|
signal |
|
signal |
|
inlineslot |
|
inlineslot |
|
signal |
|
inlineslot |
|
inlineslot |
| QVariantMap Controller::getListItemInfo | ( | ) |
| QVariantList Controller::getRecentFiles | ( | ) |
|
inlineslot |
|
inlineslot |
| QVariantList Controller::getSimpleListItemList | ( | ) |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
inlineslot |
|
inlineslot |
|
inlineslot |
| void Controller::updateRecentFile | ( | QString | filePath | ) |
|
read |