Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISStringListViewNode Class Reference

Public Member Functions

void reset ()
void resetHighlights ()
void setHighlight (Colors _col)
void search (string _text, Colors _col)
boolean isDrawIcon ()
boolean isContainer ()
void toggleExpand ()
void setExpanded (boolean _b, boolean _noChildren)
void setExpandedAll ()
void preBuild ()
void build (ISScrollingListBox _list)
 ISStringListViewNode (ISStringListViewNode _parent, string _text, boolean _isRoot)

Public Attributes

ISStringListViewNode parent
string text
boolean isRoot
string key
Color keyCol
number keyX
number keyW
Color valCol
number valX
number valW
number width
Colors false highlight
boolean isNeedle
boolean expanded
boolean container
ISStringListViewNode[] children

Constructor & Destructor Documentation

◆ ISStringListViewNode()

ISStringListViewNode::ISStringListViewNode ( ISStringListViewNode _parent,
string _text,
boolean _isRoot )

Member Function Documentation

◆ build()

void ISStringListViewNode::build ( ISScrollingListBox _list)

◆ isContainer()

boolean ISStringListViewNode::isContainer ( )

◆ isDrawIcon()

boolean ISStringListViewNode::isDrawIcon ( )

◆ preBuild()

void ISStringListViewNode::preBuild ( )

◆ reset()

void ISStringListViewNode::reset ( )

◆ resetHighlights()

void ISStringListViewNode::resetHighlights ( )

◆ search()

void ISStringListViewNode::search ( string _text,
Colors _col )

◆ setExpanded()

void ISStringListViewNode::setExpanded ( boolean _b,
boolean _noChildren )

◆ setExpandedAll()

void ISStringListViewNode::setExpandedAll ( )

◆ setHighlight()

void ISStringListViewNode::setHighlight ( Colors _col)

◆ toggleExpand()

void ISStringListViewNode::toggleExpand ( )

Member Data Documentation

◆ children

ISStringListViewNode [] ISStringListViewNode::children

◆ container

boolean ISStringListViewNode::container

◆ expanded

boolean ISStringListViewNode::expanded

◆ highlight

Colors false ISStringListViewNode::highlight

◆ isNeedle

boolean ISStringListViewNode::isNeedle

◆ isRoot

boolean ISStringListViewNode::isRoot

◆ key

string ISStringListViewNode::key

◆ keyCol

Color ISStringListViewNode::keyCol

◆ keyW

number ISStringListViewNode::keyW

◆ keyX

number ISStringListViewNode::keyX

◆ parent

ISStringListViewNode ISStringListViewNode::parent

◆ text

string ISStringListViewNode::text

◆ valCol

Color ISStringListViewNode::valCol

◆ valW

number ISStringListViewNode::valW

◆ valX

number ISStringListViewNode::valX

◆ width

number ISStringListViewNode::width

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