X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fbsview.h;h=16acc2b6ce767966d6e466f5d1818611ecc43ccb;hb=86211c03ec3dba0fc308b5ca7b0a7b1550c2896f;hp=f33fce3e23cc1c4e0f99eb9b8f3be64aaa7f9e57;hpb=ba016135c4c232c79cb35c92f239579ca3d84df3;p=hbs.git diff --git a/bs/bsview.h b/bs/bsview.h index f33fce3..16acc2b 100644 --- a/bs/bsview.h +++ b/bs/bsview.h @@ -50,12 +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; @@ -68,6 +78,12 @@ class BSView : public QSplitter FleetView *m_GenericFleetView; BSDoc *m_doc; std::map > m_TreeExpanded; + + QString m_sBattle; + QString m_sGroup; + QString m_sFleet; + + bool m_bMoreDocChanges; public slots: // Public slots /** No descriptions */