#include <evaaddfriend.h>
Inherits InPacket.
Inheritance diagram for SystemNotificationPacket:


Public Member Functions | |
| SystemNotificationPacket () | |
| SystemNotificationPacket (unsigned char *buf, int len) | |
| SystemNotificationPacket (const SystemNotificationPacket &rhs) | |
| virtual | ~SystemNotificationPacket () |
| virtual InPacket * | copy () |
| SystemNotificationPacket & | operator= (const SystemNotificationPacket &rhs) |
| const uint8_t | getType () const |
| const int | getMyQQ () const |
| const int | getFromQQ () const |
| const std::string | getMessage () const |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| uint8_t | type |
| int | fromQQ |
| int | myQQ |
| std::string | message |
Static Private Attributes | |
| static const uint8_t | DIVIDER = 0x1f |
Definition at line 197 of file evaaddfriend.h.
|
|
Definition at line 200 of file evaaddfriend.h. Referenced by copy(). |
|
||||||||||||
|
Definition at line 315 of file evaaddfriend.cpp. |
|
|
Definition at line 320 of file evaaddfriend.cpp. References fromQQ, getFromQQ(), getMessage(), getMyQQ(), getType(), message, myQQ, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 203 of file evaaddfriend.h. |
|
|
Definition at line 205 of file evaaddfriend.h. References SystemNotificationPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 210 of file evaaddfriend.h. References fromQQ. Referenced by operator=(), and SystemNotificationPacket(). |
|
|
Definition at line 211 of file evaaddfriend.h. References message. Referenced by operator=(), and SystemNotificationPacket(). |
|
|
Definition at line 209 of file evaaddfriend.h. References myQQ. Referenced by operator=(), and SystemNotificationPacket(). |
|
|
Definition at line 208 of file evaaddfriend.h. References type. Referenced by operator=(), and SystemNotificationPacket(). |
|
|
Definition at line 329 of file evaaddfriend.cpp. References fromQQ, getFromQQ(), getMessage(), getMyQQ(), getType(), message, myQQ, and type. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 339 of file evaaddfriend.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, DIVIDER, fromQQ, message, myQQ, and type. |
|
|
Definition at line 215 of file evaaddfriend.h. Referenced by parseBody(). |
|
|
Definition at line 217 of file evaaddfriend.h. Referenced by getFromQQ(), operator=(), parseBody(), and SystemNotificationPacket(). |
|
|
Definition at line 219 of file evaaddfriend.h. Referenced by getMessage(), operator=(), parseBody(), and SystemNotificationPacket(). |
|
|
Definition at line 218 of file evaaddfriend.h. Referenced by getMyQQ(), operator=(), parseBody(), and SystemNotificationPacket(). |
|
|
Definition at line 216 of file evaaddfriend.h. Referenced by getType(), operator=(), parseBody(), and SystemNotificationPacket(). |
1.4.4