OSDN Git Service

Added option to delete jobs from the list + also added option to browse the output...
[x264-launcher/x264-launcher.git] / src / model_jobList.h
index b3463a8..c9c0457 100644 (file)
@@ -49,7 +49,9 @@ public:
        bool pauseJob(const QModelIndex &index);
        bool resumeJob(const QModelIndex &index);
        bool abortJob(const QModelIndex &index);
+       bool deleteJob(const QModelIndex &index);
        LogFileModel *getLogFile(const QModelIndex &index);
+       const QString &getJobOutputFile(const QModelIndex &index);
        EncodeThread::JobStatus getJobStatus(const QModelIndex &index);
        unsigned int getJobProgress(const QModelIndex &index);
        QModelIndex getJobIndexById(const QUuid &id);