]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/pages.h
dhb Added joblist to the stack and the page selector. Joblist starts in an all
[bacula/bacula] / bacula / src / qt-console / pages.h
index 5840ce0929ec0d9119586a128a66b89071ce9213..7698344f8d632c6c65e7738b0dbc23867c904c2f 100644 (file)
@@ -57,19 +57,20 @@ public:
    void undockPage();
    void togglePageDocking();
    bool isDocked();
+   bool isCloseable();
    QStackedWidget *m_parent;
-   QTreeWidgetItem *m_treeItem;
    QList<QAction*> m_contextActions;
-   void SetPassedValues(QStackedWidget*, QTreeWidgetItem*, int );
    virtual void PgSeltreeWidgetClicked();
    virtual void PgSeltreeWidgetDoubleClicked();
-   virtual void PgSeltreeWidgetCurrentItem();
+   virtual void currentStackItem();
+   void closeStackPage();
 
 public slots:
    /* closeEvent is a virtual function inherited from QWidget */
    virtual void closeEvent(QCloseEvent* event);
 
-private:
+protected:
+   bool m_closeable;
    bool m_docked;
 };