Functions | |
void | register_metatable (lua_State *L) |
int | impl_widget_get (lua_State *L) |
int | impl_widget_set (lua_State *L) |
int | luaW_open (lua_State *L) |
int lua_widget::impl_widget_get | ( | lua_State * | L | ) |
Definition at line 481 of file lua_widget_attributes.cpp.
References ERR_LUA, find_child_by_index(), find_child_by_name(), getters, lua_isinteger(), luaL_argerror(), luaL_checkinteger(), luaW_checkwidget(), luaW_getglobal(), luaW_pushwidget(), name, and w.
Referenced by register_metatable().
int lua_widget::impl_widget_set | ( | lua_State * | L | ) |
Definition at line 513 of file lua_widget_attributes.cpp.
References ERR_LUA, luaL_argerror(), luaW_checkwidget(), name, setters, and w.
Referenced by register_metatable().
int lua_widget::luaW_open | ( | lua_State * | L | ) |
Definition at line 419 of file lua_widget_methods.cpp.
References intf_add_dialog_item(), intf_add_item_of_type(), intf_dialog_close(), intf_find_widget(), intf_remove_dialog_item(), intf_set_dialog_callback(), intf_set_dialog_canvas(), intf_set_dialog_focus(), lua_newtable, and luaL_setfuncs().
Referenced by lua_gui2::luaW_open().
void lua_widget::register_metatable | ( | lua_State * | L | ) |
Definition at line 192 of file lua_widget.cpp.
References impl_widget_collect(), impl_widget_get(), impl_widget_set(), lua_pushcfunction, lua_pushstring(), lua_setfield(), luaL_newmetatable(), and widgetKey.
Referenced by lua_kernel_base::lua_kernel_base().