Batch queue saved at each operation.

This commit is contained in:
ffsup2
2010-11-10 23:38:19 +01:00
parent 4dfa49a6f0
commit e8527f79b2
11 changed files with 161 additions and 37 deletions

View File

@@ -59,7 +59,7 @@ class BatchQueuePanel : public Gtk::VBox,
void setParent (RTWindow* p) { parent = p; }
void arrangementButtonPressed ();
void addBatchQueueJob (BatchQueueEntry* bqe, bool head=false);
void addBatchQueueJobs (std::vector<BatchQueueEntry*> &entries , bool head=false);
// batchqueuelistener interface
void queueSizeChanged (int qsize);