![]() |
Mixxx
|
#include <browsethread.h>

Signals | |
| void | rowsAppended (const QList< QList< QStandardItem * > > &, BrowseTableModel *) |
| void | clearModel (BrowseTableModel *) |
Public Member Functions | |
| void | executePopulation (QString &path, BrowseTableModel *client) |
| void | run () |
Static Public Member Functions | |
| static BrowseThread * | getInstance () |
| static void | destroyInstance () |
Definition at line 25 of file browsethread.h.
| void BrowseThread::clearModel | ( | BrowseTableModel * | ) | [signal] |
| void BrowseThread::destroyInstance | ( | ) | [static] |
Definition at line 60 of file browsethread.cpp.
| void BrowseThread::executePopulation | ( | QString & | path, |
| BrowseTableModel * | client | ||
| ) |
| BrowseThread * BrowseThread::getInstance | ( | ) | [static] |
| void BrowseThread::rowsAppended | ( | const QList< QList< QStandardItem * > > & | , |
| BrowseTableModel * | |||
| ) | [signal] |
| void BrowseThread::run | ( | ) |
Definition at line 78 of file browsethread.cpp.