]> 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 48d9a18fc0ead84fb24470347e658ff805a267c5..7698344f8d632c6c65e7738b0dbc23867c904c2f 100644 (file)
@@ -57,17 +57,20 @@ public:
    void undockPage();
    void togglePageDocking();
    bool isDocked();
+   bool isCloseable();
    QStackedWidget *m_parent;
-   QTreeWidgetItem *m_treeItem;
-   void SetPassedValues(QStackedWidget*, QTreeWidgetItem*, int );
+   QList<QAction*> m_contextActions;
    virtual void PgSeltreeWidgetClicked();
    virtual void PgSeltreeWidgetDoubleClicked();
+   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;
 };