Public Member Functions | |
| KChatLine () | |
| KChatLine (char *pText, KCOLOR Color=KRGB_WHITE) | |
| ~KChatLine () | |
| KTIME | GetTime () |
| char * | GetpText () |
| KCOLOR | GetColor () |
Protected Attributes | |
| KTIME | m_Time |
| char * | m_pText |
| KCOLOR | m_Color |
Definition at line 22 of file Chat.h.
1.5.1-p1