#include <cybjsmsgpsgc.h>
Inheritance diagram for CybJSMsgPsgC:


Public Methods | |
| CybJSMsgPsgC () | |
| virtual | ~CybJSMsgPsgC () |
| CybJSMsgPsgC (const CybJSMsgPsgC &) | |
| CybJSMsgPsgC & | operator= (const CybJSMsgPsgC &) |
| virtual short | SetPartnerProc (const char *) |
| virtual void | TerminateInit () |
| virtual short | ProcessEvents (short) |
| virtual long | GetNodeEventsDataMaxLength () |
| virtual short | SetField (void *, long) |
| void | FieldAccessed (const char *) |
Protected Methods | |
| virtual void | callInitialize (const TimeC &) |
| virtual void | callEventsProcessed (const TimeC &) |
| virtual void | callShutdown (const TimeC &) |
| virtual void | callEventCascadeBegin (const TimeC &) |
| virtual void | callEventCascadeEnd (const TimeC &) |
| void | JSFuncCallBegin () |
| void | JSFuncCallEnd () |
Protected Attributes | |
| StringC | m_partnerProc |
| StringC | m_code |
| JSRuntime * | m_jsRt |
| JSContext * | m_jsCx |
| JSObject * | m_jsGlobalObj |
| jsPrivate * | m_jspGlobalPrivate |
| MapC< StringC, long > | m_eventOutNameMap |
| ArrayC< short > | m_eventOutAccs |
| MapC< StringC, long > | m_fieldNameMap |
| ArrayC< short > | m_fieldAccs |
Static Private Attributes | |
| JSClass | js_global_class |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybMsgPsgC. |
|
|
Reimplemented from CybMsgPsgC. |
|
|
Reimplemented from CybMsgPsgC. |
|
|
Reimplemented from CybMsgPsgC. |
|
|
Reimplemented from CybMsgPsgC. |
|
|
|
|
|
Reimplemented from CybMsgPsgC. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybMsgPsgC. |
|
||||||||||||
|
Reimplemented from CybMsgPsgC. |
|
|
Implements MsgPsgC. |
|
|
Reimplemented from CybMsgPsgC. |
|
|
Definition at line 87 of file cybjsmsgpsgc.h. |
|
|
Definition at line 73 of file cybjsmsgpsgc.h. |
|
|
Definition at line 82 of file cybjsmsgpsgc.h. |
|
|
Definition at line 81 of file cybjsmsgpsgc.h. |
|
|
Definition at line 84 of file cybjsmsgpsgc.h. |
|
|
Definition at line 83 of file cybjsmsgpsgc.h. |
|
|
Definition at line 76 of file cybjsmsgpsgc.h. |
|
|
Definition at line 77 of file cybjsmsgpsgc.h. |
|
|
Definition at line 79 of file cybjsmsgpsgc.h. |
|
|
Definition at line 75 of file cybjsmsgpsgc.h. |
|
|
Definition at line 72 of file cybjsmsgpsgc.h. |
1.3-rc2