defuze.me
Client
|
#include <library.hpp>
Public Slots | |
void | updateStarted () |
void | updateFinished () |
void | updateProgress (int progressValue) |
void | updateProgressMax (int maximum) |
Public Member Functions | |
void | init () |
Called once, after all CORES and PLUGINS are loaded. | |
void | aboutToQuit () |
Called just before to quit, when CORES and PLUGINS are still loaded. | |
LibraryModel * | getModel () const |
LibraryWidget * | getWidget () const |
void | addSource (const QUrl &url, bool recursive=true) |
void | updateSources () |
void | addTrackToQueue (int id) |
Static Public Member Functions | |
static void | updateSource (quintptr &sourceAddr) |
Static Public Attributes | |
static QStringList | allowedExtension |
Definition at line 31 of file library.hpp.