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


Public Member Functions | |
| AddFriendAuthPacket () | |
| AddFriendAuthPacket (const int id, const uint8_t type) | |
| AddFriendAuthPacket (AddFriendAuthPacket &rhs) | |
| virtual | ~AddFriendAuthPacket () |
| virtual OutPacket * | copy () |
| AddFriendAuthPacket & | operator= (const AddFriendAuthPacket &rhs) |
| const std::string | getMessage () const |
| void | setMessage (const std::string &msg) |
| const int | getBuddyQQ () const |
| void | setBuddyQQ (const int id) |
| const uint8_t | getType () const |
| void | setType (const uint8_t type) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| uint8_t | type |
| int | buddyQQNum |
| std::string | message |
Static Private Attributes | |
| static const unsigned char | DIVIDER = 0x1f |
Definition at line 68 of file evaaddfriend.h.
|
|
Definition at line 106 of file evaaddfriend.cpp. Referenced by copy(). |
|
||||||||||||
|
Definition at line 112 of file evaaddfriend.cpp. |
|
|
Definition at line 120 of file evaaddfriend.cpp. References buddyQQNum, getBuddyQQ(), getMessage(), getType(), message, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 75 of file evaaddfriend.h. |
|
|
Definition at line 78 of file evaaddfriend.h. References AddFriendAuthPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 84 of file evaaddfriend.h. References buddyQQNum. Referenced by AddFriendAuthPacket(), and operator=(). |
|
|
Definition at line 81 of file evaaddfriend.h. References message. Referenced by AddFriendAuthPacket(), and operator=(). |
|
|
Definition at line 87 of file evaaddfriend.h. Referenced by AddFriendAuthPacket(), and operator=(). |
|
|
Definition at line 128 of file evaaddfriend.cpp. References buddyQQNum, getBuddyQQ(), getMessage(), getType(), message, and type. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 137 of file evaaddfriend.cpp. References buddyQQNum, DIVIDER, message, and type. |
|
|
Definition at line 85 of file evaaddfriend.h. References buddyQQNum. |
|
|
Definition at line 82 of file evaaddfriend.h. References message. |
|
|
Definition at line 88 of file evaaddfriend.h. |
|
|
Definition at line 95 of file evaaddfriend.h. Referenced by AddFriendAuthPacket(), getBuddyQQ(), operator=(), putBody(), and setBuddyQQ(). |
|
|
Definition at line 93 of file evaaddfriend.h. Referenced by putBody(). |
|
|
Definition at line 96 of file evaaddfriend.h. Referenced by AddFriendAuthPacket(), getMessage(), operator=(), putBody(), and setMessage(). |
|
|
Definition at line 94 of file evaaddfriend.h. Referenced by AddFriendAuthPacket(), operator=(), and putBody(). |
1.4.4