]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/pages.h
Only use the svg files for the generation of the png files.
[bacula/bacula] / bacula / src / qt-console / pages.h
index 857ed706353b7f287c02a77802129ae2e07ea797..9d9dcb9c826da555324b0df9d0b2cca551f60baf 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: batstack.h 4230 2007-02-21 20:07:37Z kerns $
+ *   Version $Id$
  *
  *   Dirk Bartley, March 2007
  */
@@ -67,6 +67,10 @@ public:
    void closeStackPage();
    Console *console() { return m_console; };
    void setCurrent();
+   void setContextMenuDockText();
+   void setTreeWidgetItemDockColor();
+   void consoleCommand(QString &);
+   void consoleInput(QString &);
 
 public slots:
    /* closeEvent is a virtual function inherited from QWidget */
@@ -75,7 +79,6 @@ public slots:
 protected:
    void pgInitialize();
    void pgInitialize(QTreeWidgetItem *);
-   void consoleCommand(QString &);
    virtual void treeWidgetName(QString &);
    virtual void changeEvent(QEvent *event);
    void setConsoleCurrent();