]> ruin.nu Git - hbs.git/blobdiff - bs/bsview.h
adding, removing and chaning fleets now works.
[hbs.git] / bs / bsview.h
index 789a6d4e4260071f3d28dc954bf62a4e5bd4f172..16acc2b6ce767966d6e466f5d1818611ecc43ccb 100644 (file)
@@ -50,13 +50,22 @@ class BSView : public QSplitter
     BSView(QWidget *parent=0, BSDoc* doc=0);
     ~BSView();
                
-               void addBattle(QString name);
+       void addBattle(QString name);
 
   protected slots:
     void slotDocumentChanged();
        void slotFleetChanged(const Fleet*);
+       void slotInfoApply();
+       void slotInfoCancel();
+       void slotInfoNew();
+       void slotInfoRemove();
 
   protected:
+
+       void updateInfoView();
+       void updateFleetView();
+
+
        BattleSum       *m_BattleSum;
        QListView               *m_NumberView;
        QSplitter               *m_RightSplit;  
@@ -73,6 +82,8 @@ class BSView : public QSplitter
        QString         m_sBattle;
        QString         m_sGroup;
        QString         m_sFleet;
+
+       bool m_bMoreDocChanges;
   
 public slots: // Public slots
   /** No descriptions */