#include <evaqun.h>
Inherits QunSendIMPacket.
Inheritance diagram for QunSendIMExPacket:


Public Member Functions | |
| QunSendIMExPacket () | |
| QunSendIMExPacket (const int id) | |
| QunSendIMExPacket (const QunSendIMExPacket &rhs) | |
| virtual | ~QunSendIMExPacket () |
| OutPacket * | copy () |
| QunSendIMExPacket & | operator= (const QunSendIMExPacket &rhs) |
| const unsigned char | getNumFragments () const |
| const unsigned char | getSeqOfFragments () const |
| const short | getMessageID () const |
| void | setNumFragments (const unsigned char num) |
| void | setSeqOfFragments (const unsigned char seq) |
| void | setMessageID (const short id) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| unsigned char | numFragments |
| unsigned char | seqFragments |
Static Private Attributes | |
| static short | messageID = 0 |
Definition at line 360 of file evaqun.h.
|
|
Definition at line 362 of file evaqun.h. Referenced by copy(). |
|
|
Definition at line 1513 of file evaqun.cpp. References messageID, numFragments, QQ_QUN_CMD_SEND_IM_EX, QunPacket::qunCommand, and seqFragments. |
|
|
Definition at line 1522 of file evaqun.cpp. |
|
|
|
|
|
Reimplemented from QunSendIMPacket. Definition at line 366 of file evaqun.h. References QunSendIMExPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 371 of file evaqun.h. References messageID. Referenced by operator=(). |
|
|
Definition at line 369 of file evaqun.h. References numFragments. Referenced by operator=(). |
|
|
Definition at line 370 of file evaqun.h. References seqFragments. Referenced by operator=(). |
|
|
Definition at line 1528 of file evaqun.cpp. References getMessageID(), getNumFragments(), getSeqOfFragments(), messageID, numFragments, and seqFragments. Here is the call graph for this function: ![]() |
|
|
Reimplemented from QunSendIMPacket. Definition at line 1537 of file evaqun.cpp. References QunSendIMPacket::blue, EvaUtil::convertToSend(), QunSendIMPacket::encoding, QunSendIMPacket::fontFlag, QunSendIMPacket::fontName, QunSendIMPacket::green, QunSendIMPacket::message, messageID, numFragments, QunPacket::qunCommand, QunPacket::qunID, QunSendIMPacket::red, and seqFragments. Here is the call graph for this function: ![]() |
|
|
Definition at line 375 of file evaqun.h. References messageID. |
|
|
Definition at line 373 of file evaqun.h. References numFragments. |
|
|
Definition at line 374 of file evaqun.h. References seqFragments. |
|
|
Definition at line 382 of file evaqun.h. Referenced by getMessageID(), operator=(), putBody(), QunSendIMExPacket(), and setMessageID(). |
|
|
Definition at line 380 of file evaqun.h. Referenced by getNumFragments(), operator=(), putBody(), QunSendIMExPacket(), and setNumFragments(). |
|
|
Definition at line 381 of file evaqun.h. Referenced by getSeqOfFragments(), operator=(), putBody(), QunSendIMExPacket(), and setSeqOfFragments(). |
1.4.4