#include <evauserinfo.h>
Inherits OutPacket.
Inheritance diagram for ModifyInfoPacket:


Public Member Functions | |
| ModifyInfoPacket () | |
| ModifyInfoPacket (const ContactInfo &info) | |
| ModifyInfoPacket (const ModifyInfoPacket &rhs) | |
| virtual | ~ModifyInfoPacket () |
| OutPacket * | copy () |
| ModifyInfoPacket & | operator= (const ModifyInfoPacket &rhs) |
| void | setPassword (const std::string &password) |
| void | setNewPassword (const std::string &password) |
| void | setContactInfo (const ContactInfo &info) |
| const std::string | getPassword () const |
| const std::string | getNewPassword () const |
| const ContactInfo | getContactInfo () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| ContactInfo | newInfo |
| std::string | currentPwd |
| std::string | newPwd |
Static Private Attributes | |
| static const unsigned char | DELIMIT = 0x1f |
Definition at line 96 of file evauserinfo.h.
|
|
Definition at line 142 of file evauserinfo.cpp. Referenced by copy(). |
|
|
Definition at line 147 of file evauserinfo.cpp. |
|
|
Definition at line 153 of file evauserinfo.cpp. References currentPwd, getContactInfo(), getNewPassword(), getPassword(), newInfo, and newPwd. Here is the call graph for this function: ![]() |
|
|
Definition at line 101 of file evauserinfo.h. |
|
|
Definition at line 103 of file evauserinfo.h. References ModifyInfoPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 112 of file evauserinfo.h. References newInfo. Referenced by ModifyInfoPacket(), and operator=(). |
|
|
Definition at line 111 of file evauserinfo.h. References newPwd. Referenced by ModifyInfoPacket(), and operator=(). |
|
|
Definition at line 110 of file evauserinfo.h. References currentPwd. Referenced by ModifyInfoPacket(), and operator=(). |
|
|
Definition at line 161 of file evauserinfo.cpp. References currentPwd, getContactInfo(), getNewPassword(), getPassword(), newInfo, and newPwd. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 170 of file evauserinfo.cpp. References ContactInfo::at(), currentPwd, DELIMIT, newInfo, newPwd, and QQ_CONTACT_FIELDS. Here is the call graph for this function: ![]() |
|
|
Definition at line 108 of file evauserinfo.h. References newInfo. |
|
|
Definition at line 107 of file evauserinfo.h. References newPwd. |
|
|
Definition at line 106 of file evauserinfo.h. References currentPwd. |
|
|
Definition at line 117 of file evauserinfo.h. Referenced by getPassword(), ModifyInfoPacket(), operator=(), putBody(), and setPassword(). |
|
|
Definition at line 119 of file evauserinfo.h. Referenced by putBody(). |
|
|
Definition at line 116 of file evauserinfo.h. Referenced by getContactInfo(), ModifyInfoPacket(), operator=(), putBody(), and setContactInfo(). |
|
|
Definition at line 118 of file evauserinfo.h. Referenced by getNewPassword(), ModifyInfoPacket(), operator=(), putBody(), and setNewPassword(). |
1.4.4