#include <evaqun.h>
Inherits OutPacket.
Inherited by QunActivatePacket, QunActivePacket, QunAdminOpPacket, QunAuthPacket, QunCreatePacket, QunExitPacket, QunGetInfoPacket, QunGetMemberInfoPacket, QunGetOnlineMemberPacket, QunJoinPacket, QunModifyCardPacket, QunModifyMemberPacket, QunModifyPacket, QunRequestAllRealNames, QunRequestCardPacket, QunSearchPacket, QunSendIMPacket, and QunTransferPacket.
Inheritance diagram for QunPacket:


Public Member Functions | |
| QunPacket () | |
| QunPacket (const char qunCmd) | |
| QunPacket (const char qunCmd, const int id) | |
| QunPacket (const QunPacket &rhs) | |
| virtual | ~QunPacket () |
| OutPacket * | copy () |
| QunPacket & | operator= (const QunPacket &rhs) |
| const char | getQunCommand () const |
| const int | getQunID () const |
| void | setQunCommand (const char cmd) |
| void | setQunID (const int id) |
Protected Attributes | |
| char | qunCommand |
| int | qunID |
Definition at line 87 of file evaqun.h.
|
|
Definition at line 89 of file evaqun.h. Referenced by copy(). |
|
|
Definition at line 233 of file evaqun.cpp. References qunCommand. |
|
||||||||||||
|
Definition at line 239 of file evaqun.cpp. References qunCommand, and qunID. |
|
|
Definition at line 246 of file evaqun.cpp. |
|
|
Definition at line 252 of file evaqun.cpp. |
|
|
Reimplemented in QunSendIMPacket, and QunSendIMExPacket. Definition at line 95 of file evaqun.h. References QunPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 98 of file evaqun.h. References qunCommand. Referenced by operator=(). |
|
|
Definition at line 99 of file evaqun.h. References qunID. Referenced by operator=(). |
|
|
Definition at line 256 of file evaqun.cpp. References getQunCommand(), getQunID(), qunCommand, and qunID. Here is the call graph for this function: ![]() |
|
|
Definition at line 101 of file evaqun.h. References qunCommand. |
|
|
Definition at line 102 of file evaqun.h. References qunID. |
|
|
1.4.4