UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
abstractScrollableExtraData_t Struct Reference

#include <ui_node_abstractscrollable.h>

Data Fields

vec2_t cacheSize
 
uiScroll_t scrollX
 
uiScroll_t scrollY
 
struct uiAction_sonViewChange
 
LUA_EVENT lua_onViewChange
 

Detailed Description

Definition at line 75 of file ui_node_abstractscrollable.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: