]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/jobs/jobs.h
Add preference to have the status dir screen auto refresh.
[bacula/bacula] / bacula / src / qt-console / jobs / jobs.h
index 94a657f44edc96f3c8ef08ed1eaafcd7fb994267..64abd2f8791bd91497179d9565fcfe61796884ca 100644 (file)
@@ -3,14 +3,14 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    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
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -28,7 +28,7 @@
    Switzerland, email:ftf@fsfeurope.org.
 */
 /*
- *   Version $Id: jobs.h 4923 2007-05-28 11:51:53Z bartleyd2 $
+ *   Version $Id$
  *
  *   Dirk Bartley, March 2007
  */
@@ -53,12 +53,21 @@ public slots:
 
 private slots:
    void populateTree();
+   void consoleListFiles();
+   void consoleListVolume();
+   void consoleListNextVolume();
+   void consoleEnable();
+   void consoleDisable();
+   void consoleCancel();
+   void listJobs();
+   void runJob();
 
 private:
    void createContextMenu();
    QString m_currentlyselected;
    bool m_populated;
    bool m_checkcurwidget;
+   int m_typeIndex;
 };
 
 #endif /* _JOBS_H_ */