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

extradata for container widget More...

#include <ui_node_container.h>

Data Fields

const invDef_tcontainer
 
int lastSelectedId
 
struct uiAction_sonSelect
 
LUA_EVENT lua_onSelect
 

Detailed Description

extradata for container widget

Note
everything is not used by all container's type (grid, single, scrolled)

Definition at line 64 of file ui_node_container.h.

Field Documentation

const invDef_t* containerExtraData_s::container

The container linked to this node.

Definition at line 66 of file ui_node_container.h.

int containerExtraData_s::lastSelectedId

id oject the object type selected

Definition at line 68 of file ui_node_container.h.

LUA_EVENT containerExtraData_s::lua_onSelect

references the event in lua: on_select(node)

Definition at line 70 of file ui_node_container.h.

struct uiAction_s* containerExtraData_s::onSelect

call when we select an item

Definition at line 69 of file ui_node_container.h.


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