ManaPlus
|
Functions | |
void | processAskForChild (Net::MessageIn &msg) |
void | processCallPartner (Net::MessageIn &msg) |
void | processDivorced (Net::MessageIn &msg) |
void | processAskForChildReply (Net::MessageIn &msg) |
Variables | |
ConfirmDialog * | confirmDlg = 0 |
RequestAdoptChildListener | listener |
BeingId | mParent1 = BeingId_zero |
BeingId | mParent2 = BeingId_zero |
void EAthena::FamilyRecv::processAskForChild | ( | Net::MessageIn & | msg | ) |
Definition at line 55 of file familyrecv.cpp.
References _, Widget::addActionListener(), confirmDlg, CREATEWIDGETV, Avatar::getName(), Being::getParty(), listener, localPlayer, Modal_false, mParent1, mParent2, Actions::msg(), party, SOUND_REQUEST, and strprintf().
void EAthena::FamilyRecv::processAskForChildReply | ( | Net::MessageIn & | msg | ) |
Definition at line 108 of file familyrecv.cpp.
References NotifyTypes::ADOPT_CHILD_ERROR_BABY_MARRIED, NotifyTypes::ADOPT_CHILD_ERROR_HAVE_BABY, NotifyTypes::ADOPT_CHILD_ERROR_LEVEL, Actions::msg(), NotifyManager::notify(), and UNIMPLEMENTEDPACKETFIELD.
void EAthena::FamilyRecv::processCallPartner | ( | Net::MessageIn & | msg | ) |
Definition at line 89 of file familyrecv.cpp.
References NotifyTypes::CALLED_PARTNER, NotifyTypes::CALLING_PARTNER, Being::getName(), localPlayer, Actions::msg(), and NotifyManager::notify().
void EAthena::FamilyRecv::processDivorced | ( | Net::MessageIn & | msg | ) |
Definition at line 102 of file familyrecv.cpp.
References NotifyTypes::DIVORCED, Actions::msg(), and NotifyManager::notify().
ConfirmDialog* EAthena::FamilyRecv::confirmDlg = 0 |
Definition at line 49 of file familyrecv.cpp.
Referenced by processAskForChild().
RequestAdoptChildListener EAthena::FamilyRecv::listener |
Definition at line 50 of file familyrecv.cpp.
Referenced by processAskForChild().
BeingId EAthena::FamilyRecv::mParent1 = BeingId_zero |
Definition at line 51 of file familyrecv.cpp.
Referenced by EAthena::FamilyHandler::askForChildReply(), EAthena::FamilyHandler::FamilyHandler(), and processAskForChild().
BeingId EAthena::FamilyRecv::mParent2 = BeingId_zero |
Definition at line 52 of file familyrecv.cpp.
Referenced by EAthena::FamilyHandler::askForChildReply(), EAthena::FamilyHandler::FamilyHandler(), and processAskForChild().