MCPcopy Create free account
hub / github.com/SOUI2/soui / subscribeEvent

Method subscribeEvent

components/ScriptModule-LUA/src/ScriptModule-Lua.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 bool SScriptModule_Lua::subscribeEvent(SWindow* target, UINT uEvent, LPCSTR subscriber_name )
138 {
139 return target->GetEventSet()->subscribeEvent(uEvent,LuaFunctionSlot(d_state,subscriber_name));
140 }
141
142 bool SScriptModule_Lua::unsubscribeEvent(SWindow* target, UINT uEvent, LPCSTR subscriber_name )
143 {

Callers 12

CreateChildrenMethod · 0.45
InsertTabMethod · 0.45
OnCreateMethod · 0.45
CreateChildrenMethod · 0.45
InsertGroupMethod · 0.45
InsertItemMethod · 0.45
BindMethod · 0.45
getViewMethod · 0.45
CSmileyHostMethod · 0.45
SPropertyGridMethod · 0.45
CreateChildrenMethod · 0.45
OnInplaceActiveMethod · 0.45

Calls 1

LuaFunctionSlotClass · 0.85

Tested by

no test coverage detected