OpenClonk
C4InteractiveThread.h File Reference
Include dependency graph for C4InteractiveThread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4InteractiveThreadNotifyProc
 
class  C4InteractiveThread
 
class  C4InteractiveThread::Callback
 

Enumerations

enum  C4InteractiveEventType {
  Ev_None = 0 , Ev_Function , Ev_Log , Ev_LogSilent ,
  Ev_LogFatal , Ev_LogDebug , Ev_FileChange , Ev_HTTP_Response ,
  Ev_UPNP_Response , Ev_IRC_Message , Ev_Net_Conn , Ev_Net_Disconn ,
  Ev_Net_Packet , Ev_Last = Ev_Net_Packet
}
 

Enumeration Type Documentation

◆ C4InteractiveEventType

Enumerator
Ev_None 
Ev_Function 
Ev_Log 
Ev_LogSilent 
Ev_LogFatal 
Ev_LogDebug 
Ev_FileChange 
Ev_HTTP_Response 
Ev_UPNP_Response 
Ev_IRC_Message 
Ev_Net_Conn 
Ev_Net_Disconn 
Ev_Net_Packet 
Ev_Last 

Definition at line 23 of file C4InteractiveThread.h.

24 {
25  Ev_None = 0,
26 
28 
29  Ev_Log,
33 
35 
38 
40 
44 
46 };
@ Ev_FileChange
@ Ev_None
@ Ev_Last
@ Ev_HTTP_Response
@ Ev_Net_Conn
@ Ev_LogFatal
@ Ev_Function
@ Ev_Net_Disconn
@ Ev_UPNP_Response
@ Ev_Net_Packet
@ Ev_Log
@ Ev_LogDebug
@ Ev_IRC_Message
@ Ev_LogSilent