Issue 1987: improved DCP support; Issue 2042: batch queue crash fix
This commit is contained in:
3
rtgui/batchqueue.h
Normal file → Executable file
3
rtgui/batchqueue.h
Normal file → Executable file
@@ -30,7 +30,7 @@ class BatchQueueListener {
|
||||
|
||||
public:
|
||||
virtual ~BatchQueueListener () {}
|
||||
virtual void queueSizeChanged (int qsize, bool queueEmptied) =0;
|
||||
virtual void queueSizeChanged (int qsize, bool queueEmptied, bool queueError, Glib::ustring queueErrorMessage) =0;
|
||||
virtual bool canStartNext () =0;
|
||||
};
|
||||
|
||||
@@ -86,6 +86,7 @@ class BatchQueue : public ThumbBrowserBase,
|
||||
}
|
||||
|
||||
rtengine::ProcessingJob* imageReady (rtengine::IImage16* img);
|
||||
void error (Glib::ustring msg);
|
||||
void setProgress (double p);
|
||||
void rightClicked (ThumbBrowserEntryBase* entry);
|
||||
bool keyPressed (GdkEventKey* event);
|
||||
|
Reference in New Issue
Block a user