X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fbsview.h;h=8707e0bc6cd677c036e55787e03214abba52090c;hp=789a6d4e4260071f3d28dc954bf62a4e5bd4f172;hb=6a5c3106cf6dc30d4624df99473e18df2b1d50ed;hpb=f7ce9d1a41bdeab4f12110c6911f662dc6e06ca3 diff --git a/bs/bsview.h b/bs/bsview.h index 789a6d4..8707e0b 100644 --- a/bs/bsview.h +++ b/bs/bsview.h @@ -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;