UFO: Alien Invasion
|
#include <ui_node_abstractscrollable.h>
Data Fields | |
vec2_t | cacheSize |
uiScroll_t | scrollX |
uiScroll_t | scrollY |
struct uiAction_s * | onViewChange |
LUA_EVENT | lua_onViewChange |
Definition at line 75 of file ui_node_abstractscrollable.h.
vec2_t abstractScrollableExtraData_t::cacheSize |
check the size change while we don't have a real event from property setter
Definition at line 76 of file ui_node_abstractscrollable.h.
LUA_EVENT abstractScrollableExtraData_t::lua_onViewChange |
references the event in lua: on_viewchange (node)
Definition at line 83 of file ui_node_abstractscrollable.h.
struct uiAction_s* abstractScrollableExtraData_t::onViewChange |
called when view change (number of elements...)
Definition at line 82 of file ui_node_abstractscrollable.h.
uiScroll_t abstractScrollableExtraData_t::scrollX |
not yet implemented
Definition at line 79 of file ui_node_abstractscrollable.h.
uiScroll_t abstractScrollableExtraData_t::scrollY |
Definition at line 80 of file ui_node_abstractscrollable.h.