Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISXuiTableLayoutCell Class Reference
Inheritance diagram for ISXuiTableLayoutCell:
ISBaseObject

Public Member Functions

number getAbsoluteX ()
number getAbsoluteY ()
number getX ()
number getY ()
number getWidth ()
number getHeight ()
void addChild (ISUIElement _child)
void setRectangle (number _x, number _y, number _w, number _h)
 ISXuiTableLayoutCell (integer _columnIndex, integer _rowIndex, ISXuiTableLayout _parent)
Public Member Functions inherited from ISBaseObject
void initialise ()
ISBaseObject derive (string type)
void addEventListener (string _event, function _callback, unknown _target)
void removeEventListener (string _event, function _callback)
void triggerEvent (string _event, unknown ...)
void clearEventListeners ()
 ISBaseObject ()

Public Attributes

ISXuiTableLayout parent
integer columnIndex
integer rowIndex
number x
number y
number width
number height
boolean drawBackground
umbrella::RGBA backgroundColor
boolean drawBorder
umbrella::RGBA borderColor
ISUIElement[] children
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ ISXuiTableLayoutCell()

ISXuiTableLayoutCell::ISXuiTableLayoutCell ( integer _columnIndex,
integer _rowIndex,
ISXuiTableLayout _parent )

Member Function Documentation

◆ addChild()

void ISXuiTableLayoutCell::addChild ( ISUIElement _child)

◆ getAbsoluteX()

number ISXuiTableLayoutCell::getAbsoluteX ( )

◆ getAbsoluteY()

number ISXuiTableLayoutCell::getAbsoluteY ( )

◆ getHeight()

number ISXuiTableLayoutCell::getHeight ( )

◆ getWidth()

number ISXuiTableLayoutCell::getWidth ( )

◆ getX()

number ISXuiTableLayoutCell::getX ( )

◆ getY()

number ISXuiTableLayoutCell::getY ( )

◆ setRectangle()

void ISXuiTableLayoutCell::setRectangle ( number _x,
number _y,
number _w,
number _h )

Member Data Documentation

◆ backgroundColor

umbrella::RGBA ISXuiTableLayoutCell::backgroundColor

◆ borderColor

umbrella::RGBA ISXuiTableLayoutCell::borderColor

◆ children

ISUIElement [] ISXuiTableLayoutCell::children

◆ columnIndex

integer ISXuiTableLayoutCell::columnIndex

◆ drawBackground

boolean ISXuiTableLayoutCell::drawBackground

◆ drawBorder

boolean ISXuiTableLayoutCell::drawBorder

◆ height

number ISXuiTableLayoutCell::height

◆ parent

ISXuiTableLayout ISXuiTableLayoutCell::parent

◆ rowIndex

integer ISXuiTableLayoutCell::rowIndex

◆ width

number ISXuiTableLayoutCell::width

◆ x

number ISXuiTableLayoutCell::x

◆ y

number ISXuiTableLayoutCell::y

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