]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/mainwin.h
kes Reduce bconsole help to fit in 80 columns
[bacula/bacula] / bacula / src / qt-console / mainwin.h
index 1c984e167ec26fd23d0db8460e86d66218aa2279..21624a352277ae1b825058b2b0e71c11623db104 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2009 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.
@@ -60,6 +60,7 @@ public:
    void hashRemove(Pages *);
    void hashRemove(QTreeWidgetItem *, Pages *);
    void setMessageIcon();
+   bool getWaitState() {return m_waitState; };
    Console *currentConsole();
    QTreeWidgetItem *currentTopItem();
    Pages* getFromHash(QTreeWidgetItem *);
@@ -127,6 +128,7 @@ public slots:
    void waitEnter();
    void waitExit();
    void repopLists();
+   void popLists();
 
 protected:
    void closeEvent(QCloseEvent *event);
@@ -148,6 +150,8 @@ private:
    QTreeWidgetItem *m_firstItem;
    QTreeWidgetItem *m_waitTreeItem;
    bool m_isClosing;
+   bool m_waitState;
+   bool m_doConnect;
 };
 
 #include "ui_prefs.h"