|
| CCmpGuiInterfaceScripted (const ScriptInterface &scriptInterface, JS::HandleValue instance) |
|
void | Init (const CParamNode ¶mNode) override |
|
void | Deinit () override |
|
void | HandleMessage (const CMessage &msg, bool global) override |
|
void | Serialize (ISerializer &serialize) override |
|
void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) override |
|
JS::Value | GetJSInstance () const override |
|
int | GetComponentTypeId () const override |
|
void | ScriptCall (int player, const std::wstring &cmd, JS::HandleValue data, JS::MutableHandleValue ret) override |
| Generic call function, for use by GUI scripts to talk to the GuiInterface script. More...
|
|
virtual void | ScriptCall (int player, const std::wstring &cmd, JS::HandleValue data, JS::MutableHandleValue ret)=0 |
| Generic call function, for use by GUI scripts to talk to the GuiInterface script. More...
|
|
virtual | ~IComponent () |
|
virtual void | Init (const CParamNode ¶mNode)=0 |
|
virtual void | Deinit ()=0 |
|
virtual void | HandleMessage (const CMessage &msg, bool global) |
|
CEntityHandle | GetEntityHandle () const |
|
void | SetEntityHandle (CEntityHandle ent) |
|
entity_id_t | GetEntityId () const |
|
CEntityHandle | GetSystemEntity () const |
|
const CSimContext & | GetSimContext () const |
|
void | SetSimContext (const CSimContext &context) |
|
virtual void | Serialize (ISerializer &serialize)=0 |
|
virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize)=0 |
|
virtual bool | NewJSObject (const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const |
| Returns false by default, indicating that a scripted wrapper of this IComponent is not supported. More...
|
|
virtual JS::Value | GetJSInstance () const |
|
virtual int | GetComponentTypeId () const =0 |
|
|
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 () |
|
◆ CCmpGuiInterfaceScripted()
CCmpGuiInterfaceScripted::CCmpGuiInterfaceScripted |
( |
const ScriptInterface & |
scriptInterface, |
|
|
JS::HandleValue |
instance |
|
) |
| |
|
inline |
◆ Allocate()
◆ ClassInit()
static void CCmpGuiInterfaceScripted::ClassInit |
( |
CComponentManager & |
componentManager | ) |
|
|
inlinestatic |
◆ Deallocate()
static void CCmpGuiInterfaceScripted::Deallocate |
( |
IComponent * |
cmp | ) |
|
|
inlinestatic |
◆ Deinit()
void CCmpGuiInterfaceScripted::Deinit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Deserialize()
◆ GetComponentTypeId()
int CCmpGuiInterfaceScripted::GetComponentTypeId |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetJSInstance()
JS::Value CCmpGuiInterfaceScripted::GetJSInstance |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSchema()
static std::string CCmpGuiInterfaceScripted::GetSchema |
( |
| ) |
|
|
inlinestatic |
◆ HandleMessage()
void CCmpGuiInterfaceScripted::HandleMessage |
( |
const CMessage & |
msg, |
|
|
bool |
global |
|
) |
| |
|
inlineoverridevirtual |
◆ Init()
void CCmpGuiInterfaceScripted::Init |
( |
const CParamNode & |
paramNode | ) |
|
|
inlineoverridevirtual |
◆ ScriptCall()
void CCmpGuiInterfaceScripted::ScriptCall |
( |
int |
player, |
|
|
const std::wstring & |
cmd, |
|
|
JS::HandleValue |
data, |
|
|
JS::MutableHandleValue |
ret |
|
) |
| |
|
inlineoverridevirtual |
Generic call function, for use by GUI scripts to talk to the GuiInterface script.
Implements ICmpGuiInterface.
◆ Serialize()
void CCmpGuiInterfaceScripted::Serialize |
( |
ISerializer & |
serialize | ) |
|
|
inlineoverridevirtual |
◆ m_Script
The documentation for this class was generated from the following file: