|
static void | ClassInit (CComponentManager &componentManager) |
|
static IComponent * | Allocate (const ScriptInterface &scriptInterface, JS::HandleValue instance) |
|
static void | Deallocate (IComponent *cmp) |
|
static std::string | GetSchema () |
|
static std::string | GetSchema () |
|
static void | RegisterComponentType (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static void | RegisterComponentTypeScriptWrapper (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static u8 | GetSerializationVersion () |
|
◆ CCmpTest2Scripted()
CCmpTest2Scripted::CCmpTest2Scripted |
( |
const ScriptInterface & |
scriptInterface, |
|
|
JS::HandleValue |
instance |
|
) |
| |
|
inline |
◆ Allocate()
◆ ClassInit()
◆ Deallocate()
static void CCmpTest2Scripted::Deallocate |
( |
IComponent * |
cmp | ) |
|
|
inlinestatic |
◆ Deinit()
void CCmpTest2Scripted::Deinit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Deserialize()
◆ GetComponentTypeId()
int CCmpTest2Scripted::GetComponentTypeId |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetJSInstance()
JS::Value CCmpTest2Scripted::GetJSInstance |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSchema()
static std::string CCmpTest2Scripted::GetSchema |
( |
| ) |
|
|
inlinestatic |
◆ GetX()
int CCmpTest2Scripted::GetX |
( |
| ) |
|
|
inlineoverridevirtual |
◆ HandleMessage()
void CCmpTest2Scripted::HandleMessage |
( |
const CMessage & |
msg, |
|
|
bool |
global |
|
) |
| |
|
inlineoverridevirtual |
◆ Init()
void CCmpTest2Scripted::Init |
( |
const CParamNode & |
paramNode | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void CCmpTest2Scripted::Serialize |
( |
ISerializer & |
serialize | ) |
|
|
inlineoverridevirtual |
◆ m_Script
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/simulation2/components/CCmpTest.cpp