#include <evamemo.h>
Inherits OutPacket.
Inheritance diagram for EvaMemoPacket:


Public Member Functions | |
| EvaMemoPacket () | |
| EvaMemoPacket (const int id, const unsigned char type) | |
| EvaMemoPacket (const EvaMemoPacket &rhs) | |
| virtual | ~EvaMemoPacket () |
| EvaMemoPacket & | operator= (const EvaMemoPacket &rhs) |
| void | setType (const unsigned char type) |
| void | setMemo (const MemoItem &memo) |
| void | setQQ (const int qq) |
| const unsigned char | getType () const |
| const MemoItem | getMemo () const |
| const int | getQQ () const |
| void | setDetails (const MemoItem &memo) |
| void | setDetails (const stringList infos) |
| const stringList & | getDetails () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| int | m_Id |
| unsigned char | m_Type |
| MemoItem | m_Memo |
| stringList | m_Infos |
Definition at line 40 of file evamemo.h.
|
|
|
|
||||||||||||
|
Definition at line 23 of file evamemo.cpp. |
|
|
Definition at line 28 of file evamemo.cpp. |
|
|
|
|
|
Definition at line 60 of file evamemo.h. References m_Infos. |
|
|
Definition at line 55 of file evamemo.h. References m_Memo. Referenced by operator=(). |
|
|
Definition at line 56 of file evamemo.h. References m_Id. Referenced by operator=(). |
|
|
Definition at line 54 of file evamemo.h. References m_Type. Referenced by operator=(). |
|
|
Definition at line 34 of file evamemo.cpp. References getMemo(), getQQ(), getType(), m_Id, m_Memo, and m_Type. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 54 of file evamemo.cpp. References m_Id, m_Infos, m_Memo, m_Type, QQ_MEMO_DOWNLOAD, QQ_MEMO_FIELDS, QQ_MEMO_REMOVE, QQ_MEMO_UPLOAD, setDetails(), and EvaUtil::write32(). Here is the call graph for this function: ![]() |
|
|
Definition at line 59 of file evamemo.h. References m_Infos. |
|
|
Definition at line 43 of file evamemo.cpp. References MemoItem::address, MemoItem::email, m_Infos, MemoItem::mobile, MemoItem::name, MemoItem::note, MemoItem::telephone, and MemoItem::zipcode. Referenced by putBody(). |
|
|
Definition at line 51 of file evamemo.h. References m_Memo. |
|
|
Reimplemented from Packet. Definition at line 52 of file evamemo.h. References m_Id. |
|
|
Definition at line 50 of file evamemo.h. References m_Type. |
|
|
Definition at line 65 of file evamemo.h. Referenced by getQQ(), operator=(), putBody(), and setQQ(). |
|
|
Definition at line 68 of file evamemo.h. Referenced by getDetails(), putBody(), and setDetails(). |
|
|
Definition at line 67 of file evamemo.h. Referenced by getMemo(), operator=(), putBody(), and setMemo(). |
|
|
Definition at line 66 of file evamemo.h. Referenced by getType(), operator=(), putBody(), and setType(). |
1.4.4