Public Member Functions | |
| KPlayer () | |
| virtual | ~KPlayer () |
| virtual void | Flush () |
| void | SetHandle (KHANDLE Handle) |
| void | SetState (KGPLAYERSTATE State) |
| void | SetsName (KStr &sName) |
| KHANDLE | GetHandle () |
| KGPLAYERSTATE | GetState () |
| KStr & | GetsName () |
| virtual void | operator>> (KNetMsg &Msg) |
| virtual void | operator<< (KNetMsg &Msg) |
Protected Attributes | |
| KHANDLE | m_Handle |
| KGPLAYERSTATE | m_State |
| KStr | m_sName |
Definition at line 34 of file Player.h.
1.5.1-p1