defuze.me
Client
|
Signals | |
void | progressValueChange (int progressValue) |
void | addToMaximumProgress (int maxValue) |
Public Member Functions | |
Source (Type type, const QString &path, bool resursive=false, const QString &host=QString(), unsigned short port=0, const QString &username=QString(), const QString &password=QString(), const QString &filename=QString()) | |
Source (int id) | |
Status | update () |
bool | newRecord () const |
void | save () |
void | merge (Source *oldSource) |
QUrl | toUrl () const |
bool | isRecursive () const |
int | getId () const |
const QString & | getPath () const |
void | remove () |
Static Public Member Functions | |
static Source * | getSource (int id) |
Fetch & cache sources. | |
static Type | typeFromScheme (const QString &scheme) |
Definition at line 20 of file source.hpp.