diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-05 21:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-05 21:14:45 +0300 |
commit | 38f2d53aa706e8931c740b0d2ecd15f693b8922c (patch) | |
tree | 2ed01911256968d8c8dd42bd81131dbf6a8e9256 /src/gui/popupmenu.h | |
parent | 7ed077a94dd553e5aa7675144ce98fd6e4ce723e (diff) | |
download | plus-38f2d53aa706e8931c740b0d2ecd15f693b8922c.tar.gz plus-38f2d53aa706e8931c740b0d2ecd15f693b8922c.tar.bz2 plus-38f2d53aa706e8931c740b0d2ecd15f693b8922c.tar.xz plus-38f2d53aa706e8931c740b0d2ecd15f693b8922c.zip |
Refactor popupmenu class.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r-- | src/gui/popupmenu.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h index ac47d406a..c1675319a 100644 --- a/src/gui/popupmenu.h +++ b/src/gui/popupmenu.h @@ -160,6 +160,20 @@ class PopupMenu : public Popup, public LinkHandler gcn::MouseEvent *event A_UNUSED); private: + void addPlayerRelation(std::string name); + + void addFollow(); + + void addBuySell(const Being *being); + + void addParty(const std::string partyName); + + void addBuySellDefault(); + + void addPlayerMisc(); + + void addPickupFilter(const std::string name); + BrowserBox* mBrowserBox; int mBeingId; |