|
static void | ClassInit (CComponentManager &componentManager) |
|
static IComponent * | Allocate (const ScriptInterface &, JS::HandleValue) |
|
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 () |
|
◆ Allocate()
◆ ClassInit()
◆ Deallocate()
static void CCmpExample::Deallocate |
( |
IComponent * |
cmp | ) |
|
|
inlinestatic |
◆ Deinit()
virtual void CCmpExample::Deinit |
( |
| ) |
|
|
inlinevirtual |
◆ Deserialize()
◆ DoWhatever()
virtual int CCmpExample::DoWhatever |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inlinevirtual |
◆ GetComponentTypeId()
int CCmpExample::GetComponentTypeId |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSchema()
static std::string CCmpExample::GetSchema |
( |
| ) |
|
|
inlinestatic |
◆ HandleMessage()
virtual void CCmpExample::HandleMessage |
( |
const CMessage & |
msg, |
|
|
bool |
global |
|
) |
| |
|
inlinevirtual |
◆ Init()
virtual void CCmpExample::Init |
( |
const CParamNode & |
paramNode | ) |
|
|
inlinevirtual |
◆ Serialize()
virtual void CCmpExample::Serialize |
( |
ISerializer & |
serialize | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/simulation2/docs/CCmpExample.cpp