![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | TaskType { TaskTypeLoading , TaskTypeSaving } |
Public Member Functions | |
LoadSaveTask (LoadSaveThread *const thread) | |
virtual bool | continueQuery ()=0 |
virtual void | execute ()=0 |
virtual void | progressInfo (float progress)=0 |
virtual TaskType | type ()=0 |
Protected Attributes | |
LoadSaveThread * | m_thread = nullptr |