#include <evaimsend.h>
Inherits InPacket.
Inheritance diagram for SendIMReplyPacket:


Public Member Functions | |
| SendIMReplyPacket () | |
| SendIMReplyPacket (unsigned char *buf, int len) | |
| SendIMReplyPacket (const SendIMReplyPacket &rhs) | |
| virtual | ~SendIMReplyPacket () |
| const char | getReplyCode () const |
| const bool | isSentOK () const |
| SendIMReplyPacket & | operator= (const SendIMReplyPacket &rhs) |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| char | replyCode |
Definition at line 124 of file evaimsend.h.
|
|
Definition at line 127 of file evaimsend.h. |
|
||||||||||||
|
Definition at line 291 of file evaimsend.cpp. |
|
|
Definition at line 297 of file evaimsend.cpp. References getReplyCode(), and replyCode. Here is the call graph for this function: ![]() |
|
|
Definition at line 130 of file evaimsend.h. |
|
|
Definition at line 132 of file evaimsend.h. References replyCode. Referenced by operator=(), and SendIMReplyPacket(). |
|
|
Definition at line 310 of file evaimsend.cpp. References QQ_SEND_IM_REPLY_OK, and replyCode. |
|
|
Definition at line 303 of file evaimsend.cpp. References getReplyCode(), and replyCode. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 315 of file evaimsend.cpp. References InPacket::decryptedBuf, and replyCode. |
|
|
Definition at line 140 of file evaimsend.h. Referenced by getReplyCode(), isSentOK(), operator=(), parseBody(), and SendIMReplyPacket(). |
1.4.4