|
Pol
Rev 533
|
#include <uoscrobj.h>
Inheritance diagram for EItemRefObjImp:
Collaboration diagram for EItemRefObjImp:Public Member Functions | |
| EItemRefObjImp (Item *item) | |
| 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 | isLessThan (const BObjectImp &objimp) const |
| virtual bool | isTrue () const |
| virtual BObjectRef | set_member (const char *membername, BObjectImp *value) |
| virtual BObjectRef | set_member_id (const int id, BObjectImp *value) |
| virtual const char * | typeOf () const |
| virtual int | typeOfInt () const |
Private Types | |
| typedef BApplicObj< ItemRef > | base |
Definition at line 94 of file uoscrobj.h.
typedef BApplicObj< ItemRef > EItemRefObjImp::base [private] |
Definition at line 96 of file uoscrobj.h.
| EItemRefObjImp::EItemRefObjImp | ( | Item * | item | ) | [inline, explicit] |
Definition at line 98 of file uoscrobj.h.
Referenced by copy().
Here is the caller graph for this function:| BObjectImp * EItemRefObjImp::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 385 of file uoscrobj.cpp.
References BObjectImp::call_method(), call_method_id(), Item::custom_script_method(), ref_ptr< T >::get(), getKnownObjMethod(), ObjMethod::id, and BApplicObj< ItemRef >::obj_.
Here is the call graph for this function:| BObjectImp * EItemRefObjImp::call_method_id | ( | const int | id, |
| Executor & | ex, | ||
| bool | forcebuiltin = false |
||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 360 of file uoscrobj.cpp.
References BObjectImp::call_method_id(), ObjMethod::code, getObjMethod(), BApplicObj< ItemRef >::obj_, and ObjMethod::overridden.
Referenced by call_method().
Here is the call graph for this function:
Here is the caller graph for this function:| BObjectImp * EItemRefObjImp::copy | ( | void | ) | const [virtual] |
Implements BApplicObj< ItemRef >.
Definition at line 304 of file uoscrobj.cpp.
References EItemRefObjImp(), ref_ptr< T >::get(), and BApplicObj< ItemRef >::obj_.
Here is the call graph for this function:| BObjectRef EItemRefObjImp::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 318 of file uoscrobj.cpp.
References UninitObject::create(), get_member_id(), getKnownObjMember(), and ObjMember::id.
Here is the call graph for this function:| BObjectRef EItemRefObjImp::get_member_id | ( | const int | id | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 309 of file uoscrobj.cpp.
References UninitObject::create(), and BApplicObj< ItemRef >::obj_.
Referenced by get_member().
Here is the call graph for this function:
Here is the caller graph for this function:| bool EItemRefObjImp::isEqual | ( | const BObjectImp & | objimp | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 415 of file uoscrobj.cpp.
References eitemrefobjimp_type, explicit_cast(), BObjectImp::isa(), BApplicObj< ItemRef >::obj_, BApplicObj< T >::obj_, BApplicObjBase::object_type(), and BObjectImp::OTApplicObj.
Here is the call graph for this function:| bool EItemRefObjImp::isLessThan | ( | const BObjectImp & | objimp | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 435 of file uoscrobj.cpp.
References eitemrefobjimp_type, explicit_cast(), BObjectImp::isa(), BApplicObj< ItemRef >::obj_, BApplicObj< T >::obj_, BApplicObjBase::object_type(), and BObjectImp::OTApplicObj.
Here is the call graph for this function:| bool EItemRefObjImp::isTrue | ( | void | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 410 of file uoscrobj.cpp.
References BApplicObj< ItemRef >::obj_.
| BObjectRef EItemRefObjImp::set_member | ( | const char * | membername, |
| BObjectImp * | value | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 351 of file uoscrobj.cpp.
References UninitObject::create(), getKnownObjMember(), ObjMember::id, and set_member_id().
Here is the call graph for this function:| BObjectRef EItemRefObjImp::set_member_id | ( | const int | id, |
| BObjectImp * | value | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 327 of file uoscrobj.cpp.
References UninitObject::create(), BObjectImp::isa(), BApplicObj< ItemRef >::obj_, BObjectImp::OTDouble, BObjectImp::OTLong, BObjectImp::OTString, String::value(), BLong::value(), Double::value(), and BApplicObj< ItemRef >::value().
Referenced by set_member().
Here is the call graph for this function:
Here is the caller graph for this function:| const char * EItemRefObjImp::typeOf | ( | ) | const [virtual] |
Implements BApplicObj< ItemRef >.
Definition at line 295 of file uoscrobj.cpp.
| int EItemRefObjImp::typeOfInt | ( | ) | const [virtual] |
Implements BApplicObj< ItemRef >.
Definition at line 299 of file uoscrobj.cpp.
References BObjectImp::OTItemRef.