Functions | |
void | register_metatable (lua_State *L) |
int | impl_widget_get (lua_State *L) |
int | impl_widget_set (lua_State *L) |
int | impl_widget_dir (lua_State *L) |
int | luaW_open (lua_State *L) |
int lua_widget::impl_widget_dir | ( | lua_State * | L | ) |
Definition at line 973 of file lua_widget_attributes.cpp.
References getters, gui2::widget::id(), lua_push(), luaW_checkwidget(), luaW_get_attributes(), luaW_getglobal(), setters, and w.
Referenced by register_metatable().
int lua_widget::impl_widget_get | ( | lua_State * | L | ) |
Definition at line 914 of file lua_widget_attributes.cpp.
References lg::err(), ERR_LUA, find_child_by_index(), find_child_by_name(), getters, luaW_checkwidget(), luaW_getglobal(), luaW_pushwidget(), and w.
Referenced by register_metatable().
int lua_widget::impl_widget_set | ( | lua_State * | L | ) |
Definition at line 948 of file lua_widget_attributes.cpp.
References lg::err(), ERR_LUA, luaW_checkwidget(), setters, and w.
Referenced by register_metatable().
int lua_widget::luaW_open | ( | lua_State * | L | ) |
Definition at line 483 of file lua_widget_methods.cpp.
References intf_add_dialog_item(), intf_add_item_of_type(), intf_clear_items(), intf_dialog_close(), intf_find_widget(), intf_remove_dialog_item(), intf_set_dialog_callback(), intf_set_dialog_canvas(), and intf_set_dialog_focus().
Referenced by lua_gui2::luaW_open().
void lua_widget::register_metatable | ( | lua_State * | L | ) |
Definition at line 212 of file lua_widget.cpp.
References impl_widget_collect(), impl_widget_dir(), impl_widget_get(), impl_widget_length(), impl_widget_set(), and widgetKey.
Referenced by lua_kernel_base::lua_kernel_base().