|
Pol
Rev 533
|
Inheritance diagram for EPartyRefObjImp:
Collaboration diagram for EPartyRefObjImp:Public Member Functions | |
| EPartyRefObjImp (PartyRef pref) | |
| virtual BObjectImp * | call_method (const char *methodname, Executor &ex) |
| virtual BObjectImp * | call_method_id (const int id, Executor &ex, bool forcebuiltin=false) |
| virtual BObjectImp * | copy () const |
| virtual BObjectRef | get_member (const char *membername) |
| virtual BObjectRef | get_member_id (const int id) |
| virtual bool | isEqual (const BObjectImp &objimp) const |
| virtual bool | isTrue () const |
| virtual const char * | typeOf () const |
| virtual int | typeOfInt () const |
Definition at line 45 of file partymod.cpp.
Definition at line 61 of file partymod.cpp.
Referenced by copy().
Here is the caller graph for this function:| BObjectImp * EPartyRefObjImp::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 172 of file partymod.cpp.
References call_method_id(), CallPropertyListMethod(), getKnownObjMethod(), ObjMethod::id, and BApplicObj< PartyRef >::obj_.
Here is the call graph for this function:| BObjectImp * EPartyRefObjImp::call_method_id | ( | const int | id, |
| Executor & | ex, | ||
| bool | forcebuiltin = false |
||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 184 of file partymod.cpp.
References ExportedFunction::call(), CallPropertyListMethod_id(), Character::cancel_party_invite_timeout(), Character::candidate_of(), Character::client, CLP_Added, CLP_Decline, CLP_Joined, CLP_Notify_Decline, CLP_Removed, Party_Cfg::DeclineTimeout, disband_party(), Party_Cfg::General, ref_ptr< T >::get(), getCharacterParam(), Character::has_active_client(), Executor::hasParams(), Party_Cfg::Hooks, Character::make_ref(), MTH_ADDCANDIDATE, MTH_ADDMEMBER, MTH_REMOVECANDIDATE, MTH_REMOVEMEMBER, MTH_SETLEADER, UObject::name(), BApplicObj< PartyRef >::obj_, Character::offline_mem_of(), Party_Cfg::OnAddToParty, Party_Cfg::OnLeaveParty, Character::party(), party_cfg, send_empty_party(), send_invite(), send_sysmessage_cl(), send_sysmessage_cl_affix(), UObject::serial, Character::set_party_invite_timeout(), and system_find_mobile().
Referenced by call_method().
Here is the call graph for this function:
Here is the caller graph for this function:| BObjectImp * EPartyRefObjImp::copy | ( | void | ) | const [virtual] |
Implements BApplicObj< PartyRef >.
Definition at line 74 of file partymod.cpp.
References EPartyRefObjImp(), and BApplicObj< PartyRef >::obj_.
Here is the call graph for this function:| BObjectRef EPartyRefObjImp::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 109 of file partymod.cpp.
References UninitObject::create(), get_member_id(), getKnownObjMember(), and ObjMember::id.
Here is the call graph for this function:| BObjectRef EPartyRefObjImp::get_member_id | ( | const int | id | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 118 of file partymod.cpp.
References ObjArray::addElement(), UninitObject::create(), MBR_CANDIDATES, MBR_LEADER, MBR_MEMBERS, BApplicObj< PartyRef >::obj_, and system_find_mobile().
Referenced by get_member().
Here is the call graph for this function:
Here is the caller graph for this function:| bool EPartyRefObjImp::isEqual | ( | const BObjectImp & | objimp | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 84 of file partymod.cpp.
References explicit_cast(), BObjectImp::isa(), BApplicObj< T >::obj_, BApplicObj< PartyRef >::obj_, BApplicObjBase::object_type(), BObjectImp::OTApplicObj, and party_type.
Here is the call graph for this function:| bool EPartyRefObjImp::isTrue | ( | void | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 79 of file partymod.cpp.
References BApplicObj< PartyRef >::obj_.
| const char * EPartyRefObjImp::typeOf | ( | ) | const [virtual] |
Implements BApplicObj< PartyRef >.
Definition at line 65 of file partymod.cpp.
| int EPartyRefObjImp::typeOfInt | ( | ) | const [virtual] |
Implements BApplicObj< PartyRef >.
Definition at line 69 of file partymod.cpp.
References BObjectImp::OTPartyRef.