#include <evafriend.h>
Public Member Functions | |
| FriendItem () | |
| FriendItem (const unsigned char *buf, int *len) | |
| FriendItem (const FriendItem &rhs) | |
| ~FriendItem () | |
| const int | getQQ () const |
| const short | getFace () const |
| const char | getAge () const |
| const char | getGender () const |
| const std::string & | getNick () const |
| const char | getExtFlag () const |
| const char | getCommonFlag () const |
| const long | getLoginTime () const |
| const long | getIdleTime () const |
| const long | getLastRefreshTime () const |
| void | setQQ (const int id) |
| void | setFace (const short f) |
| void | setAge (const char a) |
| void | setGender (const char g) |
| void | setNick (const std::string &n) |
| void | setExtFlag (const char ef) |
| void | setCommonFlag (const char cf) |
| void | setOnline (const bool online) |
| const bool | isOnline () const |
| const unsigned short | getQunGroupIndex () const |
| const unsigned short | getQunAdminValue () const |
| void | setQunGroupIndex (const unsigned char index) |
| void | setQunAdminValue (const unsigned char value) |
| const bool | isAdmin () const |
| const bool | isShareHolder () const |
| void | setQunRealName (const std::string name) |
| void | setQunRealNameVersion (const int version) |
| const std::string & | getQunRealName () const |
| const int | getQunRealNameVersion () const |
| bool | isMember () |
| bool | isBoy () |
| FriendItem * | copy () |
| FriendItem & | operator= (const FriendItem &rhs) |
Private Member Functions | |
| void | parseData (const unsigned char *buf, int *len) |
Private Attributes | |
| int | qqNum |
| short | face |
| char | age |
| char | gender |
| std::string | nick |
| char | extFlag |
| char | commonFlag |
| long | loginTime |
| long | idleTime |
| long | lastRefreshTime |
| unsigned char | qunGroupIndex |
| unsigned char | qunAdminValue |
| int | m_QunRealNameVersion |
| std::string | m_QunRealName |
| bool | mIsOnline |
Definition at line 28 of file evafriend.h.
|
|
Definition at line 29 of file evafriend.cpp. References qunAdminValue, and qunGroupIndex. Referenced by copy(). |
|
||||||||||||
|
Definition at line 36 of file evafriend.cpp. References parseData(). Here is the call graph for this function: ![]() |
|
|
Definition at line 42 of file evafriend.cpp. |
|
|
Definition at line 33 of file evafriend.h. |
|
|
Definition at line 73 of file evafriend.h. References FriendItem(). Here is the call graph for this function: ![]() |
|
|
Definition at line 37 of file evafriend.h. References age. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 41 of file evafriend.h. References commonFlag. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 40 of file evafriend.h. References extFlag. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 36 of file evafriend.h. References face. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 38 of file evafriend.h. References gender. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 43 of file evafriend.h. References idleTime. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 44 of file evafriend.h. References lastRefreshTime. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 42 of file evafriend.h. References loginTime. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 39 of file evafriend.h. References nick. Referenced by operator=(), and QQFriend::setFriendItem(). |
|
|
Definition at line 35 of file evafriend.h. References qqNum. Referenced by operator=(), QQFriend::setFriendItem(), and Qun::setMember(). |
|
|
Definition at line 58 of file evafriend.h. References qunAdminValue. Referenced by operator=(). |
|
|
Definition at line 57 of file evafriend.h. References qunGroupIndex. Referenced by operator=(). |
|
|
Definition at line 68 of file evafriend.h. References m_QunRealName. Referenced by operator=(). |
|
|
Definition at line 69 of file evafriend.h. References m_QunRealNameVersion. |
|
|
Definition at line 62 of file evafriend.h. References QUN_TYPE_ADMIN, and qunAdminValue. |
|
|
Definition at line 72 of file evafriend.h. References gender, and QQ_FRIEND_GENDER_GG. |
|
|
Definition at line 71 of file evafriend.h. References commonFlag. |
|
|
Definition at line 55 of file evafriend.h. References mIsOnline. Referenced by operator=(). |
|
|
Definition at line 63 of file evafriend.h. References QUN_TYEP_SHAREHOLDER, and qunAdminValue. |
|
|
Definition at line 47 of file evafriend.cpp. References age, commonFlag, extFlag, face, gender, getAge(), getCommonFlag(), getExtFlag(), getFace(), getGender(), getIdleTime(), getLastRefreshTime(), getLoginTime(), getNick(), getQQ(), getQunAdminValue(), getQunGroupIndex(), getQunRealName(), idleTime, isOnline(), lastRefreshTime, loginTime, m_QunRealName, mIsOnline, nick, qqNum, qunAdminValue, and qunGroupIndex. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 66 of file evafriend.cpp. References age, commonFlag, extFlag, face, gender, nick, and qqNum. Referenced by FriendItem(). |
|
|
Definition at line 48 of file evafriend.h. References age. |
|
|
Definition at line 52 of file evafriend.h. References commonFlag. |
|
|
Definition at line 51 of file evafriend.h. References extFlag. |
|
|
Definition at line 47 of file evafriend.h. References face. |
|
|
Definition at line 49 of file evafriend.h. References gender. |
|
|
Definition at line 50 of file evafriend.h. References nick. |
|
|
Definition at line 54 of file evafriend.h. References mIsOnline. |
|
|
Definition at line 46 of file evafriend.h. References qqNum. |
|
|
Definition at line 61 of file evafriend.h. References qunAdminValue. Referenced by Qun::setMember(). |
|
|
Definition at line 60 of file evafriend.h. References qunGroupIndex. Referenced by Qun::setMember(). |
|
|
Definition at line 66 of file evafriend.h. References m_QunRealName. |
|
|
Definition at line 67 of file evafriend.h. References m_QunRealNameVersion. |
|
|
Definition at line 80 of file evafriend.h. Referenced by getAge(), operator=(), parseData(), and setAge(). |
|
|
Definition at line 84 of file evafriend.h. Referenced by getCommonFlag(), isMember(), operator=(), parseData(), and setCommonFlag(). |
|
|
Definition at line 83 of file evafriend.h. Referenced by getExtFlag(), operator=(), parseData(), and setExtFlag(). |
|
|
Definition at line 79 of file evafriend.h. Referenced by getFace(), operator=(), parseData(), and setFace(). |
|
|
Definition at line 81 of file evafriend.h. Referenced by getGender(), isBoy(), operator=(), parseData(), and setGender(). |
|
|
Definition at line 87 of file evafriend.h. Referenced by getIdleTime(), and operator=(). |
|
|
Definition at line 88 of file evafriend.h. Referenced by getLastRefreshTime(), and operator=(). |
|
|
Definition at line 86 of file evafriend.h. Referenced by getLoginTime(), and operator=(). |
|
|
Definition at line 93 of file evafriend.h. Referenced by getQunRealName(), operator=(), and setQunRealName(). |
|
|
Definition at line 92 of file evafriend.h. Referenced by getQunRealNameVersion(), and setQunRealNameVersion(). |
|
|
Definition at line 95 of file evafriend.h. Referenced by isOnline(), operator=(), and setOnline(). |
|
|
Definition at line 82 of file evafriend.h. Referenced by getNick(), operator=(), parseData(), and setNick(). |
|
|
Definition at line 78 of file evafriend.h. Referenced by getQQ(), operator=(), parseData(), and setQQ(). |
|
|
Definition at line 91 of file evafriend.h. Referenced by FriendItem(), getQunAdminValue(), isAdmin(), isShareHolder(), operator=(), and setQunAdminValue(). |
|
|
Definition at line 90 of file evafriend.h. Referenced by FriendItem(), getQunGroupIndex(), operator=(), and setQunGroupIndex(). |
1.4.4