qTbot 0.89.ee6949a
qTbot is base back end library for your c++ Qt projects.
|
The FileWaiter class. This is a simple storage for the shared pointer of files. All added files will be removed (shared object) after finish donwload or upload. More...
#include <filewaiter.h>
Public Member Functions | |
FileWaiter () | |
void | wait (const QSharedPointer< iFile > &file) |
wait This method add shared pointer of file in to local storage, and remove it from this when file change state to finish. | |
The FileWaiter class. This is a simple storage for the shared pointer of files. All added files will be removed (shared object) after finish donwload or upload.
Definition at line 20 of file filewaiter.h.
qTbot::FileWaiter::FileWaiter | ( | ) |
Definition at line 10 of file filewaiter.cpp.
void qTbot::FileWaiter::wait | ( | const QSharedPointer< iFile > & | file | ) |
wait This method add shared pointer of file in to local storage, and remove it from this when file change state to finish.
file | This is a processed file. |
Definition at line 15 of file filewaiter.cpp.