UFO: Alien Invasion
Loading...
Searching...
No Matches
abstractScrollableExtraData_t Struct Reference

#include <ui_node_abstractscrollable.h>

Collaboration diagram for abstractScrollableExtraData_t:
Collaboration graph

Data Fields

vec2_t cacheSize
uiScroll_t scrollX
uiScroll_t scrollY
struct uiAction_s * onViewChange
LUA_EVENT lua_onViewChange

Detailed Description

Definition at line 75 of file ui_node_abstractscrollable.h.

Field Documentation

◆ cacheSize

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_onViewChange

LUA_EVENT abstractScrollableExtraData_t::lua_onViewChange

references the event in lua: on_viewchange (node)

Definition at line 83 of file ui_node_abstractscrollable.h.

◆ onViewChange

struct uiAction_s* abstractScrollableExtraData_t::onViewChange

called when view change (number of elements...)

Definition at line 82 of file ui_node_abstractscrollable.h.

◆ scrollX

uiScroll_t abstractScrollableExtraData_t::scrollX

not yet implemented

Definition at line 79 of file ui_node_abstractscrollable.h.

◆ scrollY

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: