|
Tachyon (current)
Current Main Branch
|
Go to the source code of this file.
Macros | |
| #define | MSG_0 100 |
| #define | MSG_1 101 |
| #define | MSG_2 102 |
| #define | MSG_3 103 |
| #define | MSG_4 104 |
| #define | MSG_5 105 |
| #define | MSG_ERR 200 |
| #define | MSG_ABORT 300 |
Functions | |
| void | rt_ui_message (int, char *) |
| void | rt_ui_progress (int) |
| int | rt_ui_checkaction (void) |
| #define MSG_0 100 |
Definition at line 12 of file ui.h.
Referenced by CreateMIPMap(), engrid_scene(), fakeimage(), gridstats(), LoadVol(), readimage(), rendercheck(), renderio(), renderscene(), and rt_boundthresh().
| #define MSG_ABORT 300 |
Definition at line 19 of file ui.h.
Referenced by createtgafile(), and opentgafile().
| #define MSG_ERR 200 |
Definition at line 18 of file ui.h.
Referenced by createtgafile(), LoadVol(), opentgafile(), and writetgaregion().
| int rt_ui_checkaction | ( | void | ) |
Definition at line 41 of file ui.c.
References global_rt_ui_checkaction.
| void rt_ui_message | ( | int | , |
| char * | |||
| ) |
Definition at line 31 of file ui.c.
References global_rt_ui_message.
Referenced by CreateMIPMap(), createtgafile(), engrid_scene(), fakeimage(), gridstats(), LoadVol(), opentgafile(), readimage(), rendercheck(), renderio(), renderscene(), rt_boundthresh(), and writetgaregion().
| void rt_ui_progress | ( | int | ) |
Definition at line 36 of file ui.c.
References global_rt_ui_progress.
Referenced by renderscene(), and thread_trace().
1.8.14