Tachyon (current)  Current Main Branch
Macros | Functions
ui.h File Reference

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)
 

Macro Definition Documentation

◆ MSG_0

#define MSG_0   100

◆ MSG_1

#define MSG_1   101

Definition at line 13 of file ui.h.

◆ MSG_2

#define MSG_2   102

Definition at line 14 of file ui.h.

◆ MSG_3

#define MSG_3   103

Definition at line 15 of file ui.h.

◆ MSG_4

#define MSG_4   104

Definition at line 16 of file ui.h.

◆ MSG_5

#define MSG_5   105

Definition at line 17 of file ui.h.

◆ MSG_ABORT

#define MSG_ABORT   300

Definition at line 19 of file ui.h.

Referenced by createtgafile(), and opentgafile().

◆ MSG_ERR

#define MSG_ERR   200

Definition at line 18 of file ui.h.

Referenced by createtgafile(), LoadVol(), opentgafile(), and writetgaregion().

Function Documentation

◆ rt_ui_checkaction()

int rt_ui_checkaction ( void  )

Definition at line 41 of file ui.c.

References global_rt_ui_checkaction.

◆ rt_ui_message()

void rt_ui_message ( int  ,
char *   
)

◆ rt_ui_progress()

void rt_ui_progress ( int  )

Definition at line 36 of file ui.c.

References global_rt_ui_progress.

Referenced by renderscene(), and thread_trace().