From 0dd8bc994b172f65d96e11e50e51643c24111907 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 14 May 2005 15:22:32 +0000 Subject: Mainly separating core GUI classes from game interface. --- src/gui/buddywindow.h | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'src/gui/buddywindow.h') diff --git a/src/gui/buddywindow.h b/src/gui/buddywindow.h index d3ddbbb3..8fa515d5 100644 --- a/src/gui/buddywindow.h +++ b/src/gui/buddywindow.h @@ -29,11 +29,16 @@ #include "textbox.h" #include "../resources/buddylist.h" +/** + * Window showing buddy list. + * + * \ingroup Interface + */ class BuddyWindow : public Window, public BuddyList, public gcn::ActionListener { public: - /** + /** * Constructor. */ BuddyWindow(); @@ -43,19 +48,19 @@ class BuddyWindow : public Window, public BuddyList, */ ~BuddyWindow(); - /** + /** * Draws updated list */ void draw(gcn::Graphics *graphics); - /** - * Performs action. - */ - void action(const std::string &actionId); + /** + * Performs action. + */ + void action(const std::string &actionId); private: - TextBox *textlist; - ScrollArea *scrollArea; + TextBox *textlist; + ScrollArea *scrollArea; }; #endif /* _TMW_BUDDYWINDOW_H */ -- cgit v1.2.3-70-g09d2