#include <evaaddfriend.h>
Inherits OutPacket.
Inheritance diagram for AddFriendPacket:


Public Member Functions | |
| AddFriendPacket () | |
| AddFriendPacket (const int id) | |
| AddFriendPacket (const AddFriendPacket &rhs) | |
| virtual | ~AddFriendPacket () |
| OutPacket * | copy () |
| AddFriendPacket & | operator= (const AddFriendPacket &rhs) |
| void | setAddQQ (const int id) |
| const int | getAddQQ () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| int | qqNum |
Definition at line 29 of file evaaddfriend.h.
|
|
Definition at line 31 of file evaaddfriend.cpp. Referenced by copy(). |
|
|
Definition at line 37 of file evaaddfriend.cpp. |
|
|
Definition at line 43 of file evaaddfriend.cpp. References getAddQQ(), and qqNum. Here is the call graph for this function: ![]() |
|
|
Definition at line 35 of file evaaddfriend.h. |
|
|
Definition at line 37 of file evaaddfriend.h. References AddFriendPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 41 of file evaaddfriend.h. References qqNum. Referenced by AddFriendPacket(), and operator=(). |
|
|
Definition at line 50 of file evaaddfriend.cpp. References getAddQQ(), and qqNum. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 57 of file evaaddfriend.cpp. References qqNum. |
|
|
Definition at line 40 of file evaaddfriend.h. References qqNum. |
|
|
Reimplemented from Packet. Definition at line 45 of file evaaddfriend.h. Referenced by AddFriendPacket(), getAddQQ(), operator=(), putBody(), and setAddQQ(). |
1.4.4