UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ui_node_text.h File Reference

Go to the source code of this file.

Data Structures

class  uiTextNode
 
struct  textExtraData_t
 

Functions

void UI_TextScrollEnd (const char *nodePath)
 Scroll to the bottom. More...
 
void UI_TextNodeSelectLine (uiNode_t *node, int num)
 Change the selected line. More...
 
const char * UI_TextNodeGetSelectedText (uiNode_t *node, int num)
 
void UI_RegisterTextNode (uiBehaviour_t *behaviour)
 
 CASSERT (offsetof(textExtraData_t, super)==0)
 

Function Documentation

CASSERT ( offsetof(textExtraData_t, super)  = =0)
Note
text node inherite scrollable node. Scrollable (super) extradata must not move, else we can't call scrollable functions.
void UI_RegisterTextNode ( uiBehaviour_t behaviour)
const char* UI_TextNodeGetSelectedText ( uiNode_t node,
int  num 
)
void UI_TextScrollEnd ( const char *  nodePath)