#include <evaimreceive.h>
Public Member Functions | |
| ReceivedQunIM (const short src, const unsigned char *buf, const int len) | |
| ReceivedQunIM (const ReceivedQunIM &rhs) | |
| ReceivedQunIM () | |
| const short | getUnknown1 () const |
| const short | getSource () const |
| const int | getExtID () const |
| const int | getQunID () const |
| const char | getType () const |
| const int | getSenderQQ () const |
| const short | getSequence () const |
| const int | getSentTime () const |
| const short | getVersionID () const |
| const std::string | getMessage () const |
| const bool | hasFontAttribute () const |
| const short | getEncoding () const |
| const char | getRed () const |
| const char | getGreen () const |
| const char | getBlue () const |
| const char | getFontSize () const |
| const std::string & | getFontName () const |
| const bool | isBold () const |
| const bool | isItalic () const |
| const bool | isUnderline () const |
| ReceivedQunIM & | operator= (const ReceivedQunIM &rhs) |
Private Member Functions | |
| void | parseData (const unsigned char *buf, const int len) |
Private Attributes | |
| short | source |
| int | externalID |
| int | qunID |
| char | type |
| int | sender |
| short | unknown1 |
| short | sequence |
| uint | sentTime |
| int | versionID |
| std::string | message |
| bool | mHasFontAttribute |
| short | encoding |
| char | red |
| char | green |
| char | blue |
| char | fontSize |
| std::string | fontName |
| bool | bold |
| bool | italic |
| bool | underline |
Definition at line 181 of file evaimreceive.h.
|
||||||||||||||||
|
Definition at line 402 of file evaimreceive.cpp. References parseData(). Here is the call graph for this function: ![]() |
|
|
Definition at line 408 of file evaimreceive.cpp. |
|
|
Definition at line 185 of file evaimreceive.h. |
|
|
Definition at line 203 of file evaimreceive.h. References blue. Referenced by operator=(). |
|
|
Definition at line 200 of file evaimreceive.h. References encoding. Referenced by operator=(). |
|
|
Definition at line 190 of file evaimreceive.h. References externalID. Referenced by operator=(). |
|
|
Definition at line 205 of file evaimreceive.h. References fontName. Referenced by operator=(). |
|
|
Definition at line 204 of file evaimreceive.h. References fontSize. Referenced by operator=(). |
|
|
Definition at line 202 of file evaimreceive.h. References green. Referenced by operator=(). |
|
|
Definition at line 197 of file evaimreceive.h. References message. Referenced by operator=(). |
|
|
Definition at line 191 of file evaimreceive.h. References qunID. Referenced by operator=(). |
|
|
Definition at line 201 of file evaimreceive.h. References red. Referenced by operator=(). |
|
|
Definition at line 193 of file evaimreceive.h. References sender. Referenced by operator=(). |
|
|
Definition at line 195 of file evaimreceive.h. References sentTime. Referenced by operator=(). |
|
|
Definition at line 194 of file evaimreceive.h. References sequence. Referenced by operator=(). |
|
|
Definition at line 189 of file evaimreceive.h. References source. Referenced by operator=(). |
|
|
Definition at line 192 of file evaimreceive.h. References type. Referenced by operator=(). |
|
|
Definition at line 187 of file evaimreceive.h. References unknown1. Referenced by operator=(). |
|
|
Definition at line 196 of file evaimreceive.h. References versionID. Referenced by operator=(). |
|
|
Definition at line 199 of file evaimreceive.h. References mHasFontAttribute. Referenced by operator=(). |
|
|
Definition at line 206 of file evaimreceive.h. References bold. Referenced by operator=(). |
|
|
Definition at line 207 of file evaimreceive.h. References italic. Referenced by operator=(). |
|
|
Definition at line 208 of file evaimreceive.h. References underline. Referenced by operator=(). |
|
|
Definition at line 413 of file evaimreceive.cpp. References blue, bold, encoding, externalID, fontName, fontSize, getBlue(), getEncoding(), getExtID(), getFontName(), getFontSize(), getGreen(), getMessage(), getQunID(), getRed(), getSenderQQ(), getSentTime(), getSequence(), getSource(), getType(), getUnknown1(), getVersionID(), green, hasFontAttribute(), isBold(), isItalic(), isUnderline(), italic, message, mHasFontAttribute, qunID, red, sender, sentTime, sequence, source, type, underline, unknown1, and versionID. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 439 of file evaimreceive.cpp. References blue, bold, ReceiveIMPacket::convertToShow(), encoding, externalID, fontName, fontSize, green, italic, message, mHasFontAttribute, QQ_IM_NORMAL_REPLY, QQ_RECV_IM_TEMP_QUN_IM, QQ_RECV_IM_UNKNOWN_QUN_IM, qunID, red, sender, sentTime, sequence, source, type, underline, unknown1, and versionID. Referenced by ReceivedQunIM(). Here is the call graph for this function: ![]() |
|
|
Definition at line 225 of file evaimreceive.h. Referenced by getBlue(), operator=(), and parseData(). |
|
|
Definition at line 228 of file evaimreceive.h. Referenced by isBold(), operator=(), and parseData(). |
|
|
Definition at line 224 of file evaimreceive.h. Referenced by getEncoding(), operator=(), and parseData(). |
|
|
Definition at line 213 of file evaimreceive.h. Referenced by getExtID(), operator=(), and parseData(). |
|
|
Definition at line 227 of file evaimreceive.h. Referenced by getFontName(), operator=(), and parseData(). |
|
|
Definition at line 226 of file evaimreceive.h. Referenced by getFontSize(), operator=(), and parseData(). |
|
|
Definition at line 225 of file evaimreceive.h. Referenced by getGreen(), operator=(), and parseData(). |
|
|
Definition at line 228 of file evaimreceive.h. Referenced by isItalic(), operator=(), and parseData(). |
|
|
Definition at line 221 of file evaimreceive.h. Referenced by getMessage(), operator=(), and parseData(). |
|
|
Definition at line 223 of file evaimreceive.h. Referenced by hasFontAttribute(), operator=(), and parseData(). |
|
|
Definition at line 214 of file evaimreceive.h. Referenced by getQunID(), operator=(), and parseData(). |
|
|
Definition at line 225 of file evaimreceive.h. Referenced by getRed(), operator=(), and parseData(). |
|
|
Definition at line 216 of file evaimreceive.h. Referenced by getSenderQQ(), operator=(), and parseData(). |
|
|
Definition at line 219 of file evaimreceive.h. Referenced by getSentTime(), operator=(), and parseData(). |
|
|
Definition at line 218 of file evaimreceive.h. Referenced by getSequence(), operator=(), and parseData(). |
|
|
Definition at line 212 of file evaimreceive.h. Referenced by getSource(), operator=(), and parseData(). |
|
|
Definition at line 215 of file evaimreceive.h. Referenced by getType(), operator=(), and parseData(). |
|
|
Definition at line 228 of file evaimreceive.h. Referenced by isUnderline(), operator=(), and parseData(). |
|
|
Definition at line 217 of file evaimreceive.h. Referenced by getUnknown1(), operator=(), and parseData(). |
|
|
Definition at line 220 of file evaimreceive.h. Referenced by getVersionID(), operator=(), and parseData(). |
1.4.4