#include <ui_node_text.h>
Data Fields | |
abstractScrollableExtraData_t | super |
int | dataID |
int | versionId |
int | textLineSelected |
int | lineUnderMouse |
int | lineHeight |
int | tabWidth |
int | longlines |
qboolean | mousefx |
Definition at line 38 of file ui_node_text.h.
size between two lines
Definition at line 46 of file ui_node_text.h.
UI_TEXT: The line under the mouse, when the mouse is over the node
Definition at line 45 of file ui_node_text.h.
what to do with long lines
Definition at line 48 of file ui_node_text.h.
Definition at line 49 of file ui_node_text.h.
Definition at line 39 of file ui_node_text.h.
max size of a tabulation
Definition at line 47 of file ui_node_text.h.
Which line is currenlty selected? This counts only visible lines). Add textScroll to this value to get total linecount.
Definition at line 44 of file ui_node_text.h.
Cached version of the shared data, to check update
Definition at line 42 of file ui_node_text.h.