|
EvEmu
0.8.4
11 September 2021
|


Public Member Functions | |
| PyCallable_Make_Dispatcher (KeeperBound) KeeperBound(PyServiceMgr *mgr | |
| SystemDB | m_db (db) |
| SystemDB | m_dispatch (new Dispatcher(this)) |
| virtual | ~KeeperBound () |
| virtual void | Release () |
| PyCallable_DECL_CALL (EditDungeon) | |
| PyCallable_DECL_CALL (PlayDungeon) | |
| PyCallable_DECL_CALL (Reset) | |
| PyCallable_DECL_CALL (GotoRoom) | |
| PyCallable_DECL_CALL (GetCurrentlyEditedRoomID) | |
Public Member Functions inherited from PyBoundObject | |
| PyBoundObject (PyServiceMgr *mgr) | |
| virtual | ~PyBoundObject () |
| uint32 | nodeID () const |
| uint32 | bindID () const |
| std::string | GetBindStr () const |
| const char * | GetName () const |
| virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
Public Member Functions inherited from PyCallable | |
| PyCallable () | |
| virtual | ~PyCallable () |
Public Attributes | |
| SystemDB * | db: PyBoundObject(mgr) |
Protected Attributes | |
| SystemDB *const | m_db |
| Dispatcher *const | m_dispatch |
Protected Attributes inherited from PyBoundObject | |
| PyServiceMgr *const | m_manager |
| std::string | m_strBoundObjectName |
Additional Inherited Members | |
Protected Member Functions inherited from PyBoundObject | |
| void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
Protected Member Functions inherited from PyCallable | |
| void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 49 of file KeeperService.cpp.
|
inlinevirtual |
|
inline |
Definition at line 58 of file KeeperService.cpp.
References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.

| KeeperBound::PyCallable_DECL_CALL | ( | EditDungeon | ) |
| KeeperBound::PyCallable_DECL_CALL | ( | PlayDungeon | ) |
| KeeperBound::PyCallable_DECL_CALL | ( | Reset | ) |
| KeeperBound::PyCallable_DECL_CALL | ( | GotoRoom | ) |
| KeeperBound::PyCallable_DECL_CALL | ( | GetCurrentlyEditedRoomID | ) |
| KeeperBound::PyCallable_Make_Dispatcher | ( | KeeperBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 72 of file KeeperService.cpp.
| SystemDB* KeeperBound::db |
Definition at line 56 of file KeeperService.cpp.
|
protected |
Definition at line 84 of file KeeperService.cpp.
|
protected |
Definition at line 85 of file KeeperService.cpp.
Referenced by m_dispatch(), and ~KeeperBound().