]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/job/job.h
bat: Call parent constructor in all pages
[bacula/bacula] / bacula / src / qt-console / job / job.h
index 2b3d04648995c9b427f800ffe749a56946494a89..263b7a40d728091141b40ebc635af7af69aea6f8 100644 (file)
@@ -8,7 +8,7 @@
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
-   modify it under the terms of version two of the GNU General Public
+   modify it under the terms of version three of the GNU Affero General Public
    License as published by the Free Software Foundation and included
    in the file LICENSE.
 
@@ -17,7 +17,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Affero General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
@@ -42,18 +42,24 @@ public:
 public slots:
    void populateAll();
    void deleteJob();
+   void cancelJob();
    void showInfoVolume(QListWidgetItem *);
+   void rerun();
+   void storeBwLimit(int val);
 
 private slots:
 
 private:
+   void updateRunInfo();
    void populateText();
    void populateForm();
    void populateVolumes();
-
    void getFont();
    QTextCursor *m_cursor;
    QString m_jobId;
+   QString m_client;
+   QTimer *m_timer;
+   int m_bwlimit;
 };
 
 #endif /* _JOB_H_ */