Data Fields | |
| void * | uilib |
| int(* | open )(char *) |
| void(* | close )(void) |
| int(* | event )(void) |
| void(* | events )(void) |
| void(* | draw )(void) |
| void(* | model )(int, void *, int, void *, void **) |
| void(* | disp )(int, double *) |
Definition at line 30 of file rui.c.
| void* UI_State::uilib |
| int(* UI_State::open)(char *) |
Referenced by UIStart().
| void(* UI_State::close)(void) |
Referenced by UIFinish(), and UIStart().
| int(* UI_State::event)(void) |
Referenced by UIStart().
| void(* UI_State::events)(void) |
Referenced by UIStart().
| void(* UI_State::draw)(void) |
| void(* UI_State::model)(int, void *, int, void *, void **) |
Referenced by UIStart().
| void(* UI_State::disp)(int, double *) |
Referenced by UISetDisplacement(), and UIStart().
1.5.3