From dc5d9dee3f3f726d463f5f23f5902d1d0373df93 Mon Sep 17 00:00:00 2001 From: Joshua Langley Date: Tue, 24 Jul 2007 06:39:04 +0000 Subject: keyboard configuration - mainly documentation fixes. http://mantis.themanaworld.org/view.php?id=16 --- src/gui/setup_keyboard.h | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'src/gui/setup_keyboard.h') diff --git a/src/gui/setup_keyboard.h b/src/gui/setup_keyboard.h index 0430b040..115a2b9a 100644 --- a/src/gui/setup_keyboard.h +++ b/src/gui/setup_keyboard.h @@ -35,7 +35,14 @@ class Setup_Keyboard : public SetupTab, public gcn::ActionListener { public: + /** + * Constructor + */ Setup_Keyboard(); + + /** + * Destructor + */ ~Setup_Keyboard(); void apply(); @@ -44,22 +51,22 @@ class Setup_Keyboard : public SetupTab, public gcn::ActionListener void action(const gcn::ActionEvent &event); /** - * easy way to disable/enable all the set buttons. + * Easy way to disable/enable all the set buttons. */ - void enableButtons(bool bValue); + void enableSetButtons(bool bValue); /** - * get an update on the assigned key. + * Get an update on the assigned key. */ void refreshAssignedKey(const int index); /** - * the callback function when a new key has been pressed. + * The callback function when a new key has been pressed. */ void newKeyCallback(const int index); /** - * shorthand method to update all the keys. + * Shorthand method to update all the keys. */ void refreshKeys(); -- cgit v1.2.3-60-g2f50