ManaPlus
|
#include <charrenamelistener.h>
Public Member Functions | |
CharRenameListener () | |
void | action (const ActionEvent &event) |
void | setId (const BeingId id) |
void | setDialog (EditDialog *const dialog) |
Public Member Functions inherited from ActionListener | |
virtual | ~ActionListener () |
Protected Attributes | |
EditDialog * | mDialog |
BeingId | mId |
Additional Inherited Members | |
Protected Member Functions inherited from ActionListener | |
ActionListener () | |
Definition at line 33 of file charrenamelistener.h.
CharRenameListener::CharRenameListener | ( | ) |
Definition at line 32 of file charrenamelistener.cpp.
|
virtual |
Called when an action is recieved from a widget. It is used to be able to recieve a notification that an action has occured.
actionEvent | The event of the action. |
Implements ActionListener.
Definition at line 39 of file charrenamelistener.cpp.
References charServerHandler, ActionEvent::getId(), EditDialog::getMsg(), mDialog, mId, and Net::CharServerHandler::renameCharacter().
|
inline |
Definition at line 45 of file charrenamelistener.h.
References mDialog.
Referenced by CharSelectDialog::action().
|
inline |
Definition at line 42 of file charrenamelistener.h.
References mId.
Referenced by CharSelectDialog::action().
|
protected |
Definition at line 49 of file charrenamelistener.h.
Referenced by action(), and setDialog().
|
protected |
Definition at line 50 of file charrenamelistener.h.