]> ruin.nu Git - hbs.git/blobdiff - bs/bsview.h
added the possibility to add new fleets..
[hbs.git] / bs / bsview.h
index 789a6d4e4260071f3d28dc954bf62a4e5bd4f172..8707e0bc6cd677c036e55787e03214abba52090c 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;