#include <evaqun.h>
Inherits QunPacket.
Inheritance diagram for QunAdminOpPacket:


Public Member Functions | |
| QunAdminOpPacket () | |
| QunAdminOpPacket (const int id, const int qqID, const bool isSetAdmin) | |
| QunAdminOpPacket (const QunAdminOpPacket &rhs) | |
| virtual | ~QunAdminOpPacket () |
| const int | getQQ () const |
| const unsigned char | getActionCode () const |
| void | setQQ (const int qq) |
| void | setActionCode (const unsigned char code) |
| QunAdminOpPacket & | operator= (const QunAdminOpPacket &rhs) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| int | qqNum |
| unsigned char | action |
Definition at line 482 of file evaqun.h.
|
|
|
|
||||||||||||||||
|
Definition at line 1378 of file evaqun.cpp. References action, QQ_QUN_SET_ADMIN, QQ_QUN_UNSET_ADMIN, and qqNum. |
|
|
Definition at line 1388 of file evaqun.cpp. |
|
|
|
|
|
Definition at line 490 of file evaqun.h. References action. Referenced by operator=(). |
|
|
Definition at line 489 of file evaqun.h. References qqNum. Referenced by operator=(). |
|
|
Definition at line 1394 of file evaqun.cpp. References action, getActionCode(), getQQ(), and qqNum. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 1402 of file evaqun.cpp. References action, qqNum, QunPacket::qunCommand, and QunPacket::qunID. |
|
|
Definition at line 493 of file evaqun.h. References action. |
|
|
Reimplemented from Packet. Definition at line 492 of file evaqun.h. References qqNum. |
|
|
Definition at line 500 of file evaqun.h. Referenced by getActionCode(), operator=(), putBody(), QunAdminOpPacket(), and setActionCode(). |
|
|
Reimplemented from Packet. Definition at line 499 of file evaqun.h. Referenced by getQQ(), operator=(), putBody(), QunAdminOpPacket(), and setQQ(). |
1.4.4