ManaPlus
|
#include <skillwarplistener.h>
Public Member Functions | |
SkillWarpListener () | |
void | action (const ActionEvent &event) |
void | setDialog (TextSelectDialog *const dialog) |
void | setSkill (const int skillId) |
Public Member Functions inherited from ActionListener | |
virtual | ~ActionListener () |
Protected Attributes | |
TextSelectDialog * | mDialog |
int | mSkillId |
Additional Inherited Members | |
Protected Member Functions inherited from ActionListener | |
ActionListener () | |
Definition at line 31 of file skillwarplistener.h.
SkillWarpListener::SkillWarpListener | ( | ) |
Definition at line 32 of file skillwarplistener.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 skillwarplistener.cpp.
References ActionEvent::getId(), TextSelectDialog::getText(), mDialog, mSkillId, skillHandler, and Net::SkillHandler::useMap().
|
inline |
Definition at line 40 of file skillwarplistener.h.
References mDialog.
Referenced by EAthena::SkillRecv::processSkillWarpPoint(), and EAthena::SkillRecv::processSkillWarpPoint2().
|
inline |
Definition at line 43 of file skillwarplistener.h.
References mSkillId.
Referenced by EAthena::SkillRecv::processSkillWarpPoint(), and EAthena::SkillRecv::processSkillWarpPoint2().
|
protected |
Definition at line 47 of file skillwarplistener.h.
Referenced by action(), and setDialog().
|
protected |
Definition at line 48 of file skillwarplistener.h.
Referenced by action(), and setSkill().