~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to libs/threadimageio/managedloadsavethread.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-08-26 19:25:16 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826192516-mkbdww0h5v2x4yoy
Tags: 2:1.4.0-0ubuntu1
* New upstream bugfix release (LP: #626751)
* Install the file NEWS as upstream changelog because "ChangeLog" is
  too verbose.
* Don't copy the desktop .pot file to imageplugins, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        // Wait for loading and saving tasks, stop and remove preloading tasks
72
72
        TerminationPolicyTerminatePreloading,
73
73
        // Wait for all pending tasks
74
 
        TerminationPolicyWait
 
74
        TerminationPolicyWait,
 
75
        // Stop all pending tasks
 
76
        TerminationPolicyTerminateAll
75
77
    };
76
78
 
77
79
    enum LoadingTaskFilter
118
120
 
119
121
protected:
120
122
 
 
123
    void shutdownThread();
 
124
 
121
125
    void load(const LoadingDescription& description, LoadingMode loadingMode,
122
126
              LoadingPolicy policy = LoadingPolicyAppend, AccessMode mode = AccessModeReadWrite);
123
127
    void loadPreview(const LoadingDescription& description);