]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/medialist/medialist.h
Only use the svg files for the generation of the png files.
[bacula/bacula] / bacula / src / qt-console / medialist / medialist.h
index a86d22b55501d8b20ac502e7930cd7b18fa79dd9..f72549efa7efbb62ebc6b10a7b1b1e5e424b18bf 100644 (file)
@@ -9,8 +9,8 @@
    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: medialist.h 4230 2007-02-21 20:07:37Z kerns $
+ *   Version $Id$
  *
  *   Dirk Bartley, March 2007
  */
@@ -54,11 +54,19 @@ public slots:
 private slots:
    void populateTree();
    void showJobs();
-   void editMedia();
+   void editVolume();
+   void deleteVolume();
+   void purgeVolume();
+   void pruneVolume();
+   void relabelVolume();
+   void allVolumesFromPool();
+   void volumeFromPool();
 
 private:
    void createContextMenu();
-   QString m_currentlyselected;
+   void setStatusColor(QTreeWidgetItem *, QString &, int &);
+   QString m_currentVolumeName;
+   QString m_currentVolumeId;
    bool m_populated;
    bool m_checkcurwidget;
 };