|
Pol
Rev 533
|
#include <uoscrobj.h>
Inheritance diagram for EUBoatRefObjImp:
Collaboration diagram for EUBoatRefObjImp:Public Member Functions | |
| EUBoatRefObjImp (UBoat *boat) | |
| 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 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< ref_ptr < UBoat > > | base |
Definition at line 118 of file uoscrobj.h.
typedef BApplicObj< ref_ptr<UBoat> > EUBoatRefObjImp::base [private] |
Definition at line 120 of file uoscrobj.h.
| EUBoatRefObjImp::EUBoatRefObjImp | ( | UBoat * | boat | ) | [inline, explicit] |
Definition at line 122 of file uoscrobj.h.
Referenced by copy().
Here is the caller graph for this function:| BObjectImp * EUBoatRefObjImp::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 534 of file uoscrobj.cpp.
References BObjectImp::call_method(), call_method_id(), getKnownObjMethod(), and ObjMethod::id.
Here is the call graph for this function:| BObjectImp * EUBoatRefObjImp::call_method_id | ( | const int | id, |
| Executor & | ex, | ||
| bool | forcebuiltin = false |
||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 520 of file uoscrobj.cpp.
References BObjectImp::call_method_id(), BApplicObj< ref_ptr< UBoat > >::obj_, UObject::orphan(), and UBoat::script_method_id().
Referenced by call_method().
Here is the call graph for this function:
Here is the caller graph for this function:| BObjectImp * EUBoatRefObjImp::copy | ( | void | ) | const [virtual] |
Implements BApplicObj< ref_ptr< UBoat > >.
Definition at line 464 of file uoscrobj.cpp.
References EUBoatRefObjImp(), ref_ptr< T >::get(), and BApplicObj< ref_ptr< UBoat > >::obj_.
Here is the call graph for this function:| BObjectRef EUBoatRefObjImp::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 478 of file uoscrobj.cpp.
References UninitObject::create(), get_member_id(), getKnownObjMember(), and ObjMember::id.
Here is the call graph for this function:| BObjectRef EUBoatRefObjImp::get_member_id | ( | const int | id | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 469 of file uoscrobj.cpp.
References UninitObject::create(), UBoat::get_script_member_id(), and BApplicObj< ref_ptr< UBoat > >::obj_.
Referenced by get_member().
Here is the call graph for this function:
Here is the caller graph for this function:| bool EUBoatRefObjImp::isEqual | ( | const BObjectImp & | objimp | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 548 of file uoscrobj.cpp.
References euboatrefobjimp_type, explicit_cast(), BObjectImp::isa(), BApplicObj< ref_ptr< UBoat > >::obj_, BApplicObj< T >::obj_, BApplicObjBase::object_type(), BObjectImp::OTApplicObj, and UObject::serial.
Here is the call graph for this function:| bool EUBoatRefObjImp::isTrue | ( | void | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 543 of file uoscrobj.cpp.
References BApplicObj< ref_ptr< UBoat > >::obj_, and UObject::orphan().
Here is the call graph for this function:| BObjectRef EUBoatRefObjImp::set_member | ( | const char * | membername, |
| BObjectImp * | value | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 511 of file uoscrobj.cpp.
References UninitObject::create(), getKnownObjMember(), ObjMember::id, and set_member_id().
Here is the call graph for this function:| BObjectRef EUBoatRefObjImp::set_member_id | ( | const int | id, |
| BObjectImp * | value | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 487 of file uoscrobj.cpp.
References UninitObject::create(), BObjectImp::isa(), BApplicObj< ref_ptr< UBoat > >::obj_, BObjectImp::OTDouble, BObjectImp::OTLong, BObjectImp::OTString, Item::set_script_member_id(), UObject::set_script_member_id_double(), String::value(), BLong::value(), Double::value(), and BApplicObj< ref_ptr< UBoat > >::value().
Referenced by set_member().
Here is the call graph for this function:
Here is the caller graph for this function:| const char * EUBoatRefObjImp::typeOf | ( | ) | const [virtual] |
Implements BApplicObj< ref_ptr< UBoat > >.
Definition at line 455 of file uoscrobj.cpp.
| int EUBoatRefObjImp::typeOfInt | ( | ) | const [virtual] |
Implements BApplicObj< ref_ptr< UBoat > >.
Definition at line 459 of file uoscrobj.cpp.
References BObjectImp::OTBoatRef.