From 2debd445c71e65265359b6471795cab2cb2c7086 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 24 Aug 2007 12:32:19 +0000 Subject: Added trimming of name for new character creation and of chat messages appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. --- src/gui/char_select.h | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'src/gui/char_select.h') diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 754362c3..00b1c51d 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -60,11 +60,6 @@ class CharSelectDialog : public Window, public gcn::ActionListener bool selectByName(const std::string &name); - /** - * Returns name of selected player - */ - std::string getName(); - private: Network *mNetwork; LockedArray *mCharInfo; @@ -119,9 +114,6 @@ class CharCreateDialog : public Window, public gcn::ActionListener void action(const gcn::ActionEvent &event); - const std::string& - getName(); - /** * Unlocks the dialog, enabling the create character button again. */ @@ -129,6 +121,16 @@ class CharCreateDialog : public Window, public gcn::ActionListener unlock(); private: + /** + * Returns the name of the character to create. + */ + std::string getName(); + + /** + * Communicate character creation to the server. + */ + void attemptCharCreate(); + Network *mNetwork; gcn::TextField *mNameField; gcn::Label *mNameLabel; @@ -145,11 +147,6 @@ class CharCreateDialog : public Window, public gcn::ActionListener PlayerBox *mPlayerBox; int mSlot; - - /** - * Communicate character creation to the server. - */ - void attemptCharCreate(); }; #endif -- cgit v1.2.3-70-g09d2