#include <evaqunlist.h>
Collaboration diagram for Qun:

Public Types | |
| enum | MessageType { Notify, Popup, Numbers, RecordOnly, Reject } |
Public Member Functions | |
| Qun (const int id) | |
| Qun & | operator= (const Qun &rhs) |
| const int | getQunID () const |
| const QunInfo & | getDetails () const |
| const std::list< FriendItem > & | getMembers () const |
| const FriendItem * | getMemberDetails (const int qqNum) |
| void | setDetails (const QunInfo &info) |
| void | setMember (const FriendItem &fi) |
| void | setMembers (const std::list< FriendItem > &list) |
| void | updateOnlineMembers (const std::list< int > &list) |
| void | setQQList (const std::list< int > &list) |
| const std::list< int > | getQQList () const |
| void | setMemberArgs (const std::map< int, QunMember > &list) |
| const bool | isAdmin (const int id) |
| const int | numMembers () const |
| void | setCardName (const std::string n) |
| void | setCardGender (const unsigned char g) |
| void | setCardPhone (const std::string p) |
| void | setCardEmail (const std::string e) |
| void | setCardMemo (const std::string m) |
| const std::string & | getCardName () const |
| const unsigned char & | getCardGender () const |
| const std::string & | getCardPhone () const |
| const std::string & | getCardEmail () const |
| const std::string & | getCardMemo () const |
| void | setMessageType (const MessageType type) |
| const MessageType | getMessageType () const |
| const std::list< TmpQun > & | getTmpQunList () const |
| void | addTmpQun (const TmpQun &q) |
| const bool | hasTmpQun () const |
| const bool | hasMember (const int id) |
| void | setRealNamesVersion (const int v) |
| const int | getRealNamesVersion () const |
| const int | getChatFontSize () const |
| const int | getChatFontColor () const |
| const int | getChatFontRed () const |
| const int | getChatFontGreen () const |
| const int | getChatFontBlue () const |
| void | setChatFontSize (const int size) |
| void | setChatFontColor (const int color) |
| void | setChatFontColor (const int red, const int green, const int blue) |
Private Attributes | |
| int | qunID |
| QunInfo | info |
| std::list< int > | numberList |
| std::map< int, QunMember > | memberArgs |
| std::list< FriendItem > | memberList |
| std::list< TmpQun > | tmpQunList |
| std::string | cardName |
| unsigned char | cardGender |
| std::string | cardPhone |
| std::string | cardEmail |
| std::string | cardMemo |
| int | m_RealNamesVersion |
| MessageType | msgType |
| int | m_ChatFontSize |
| int | m_ChatFontColor |
Definition at line 61 of file evaqunlist.h.
|
|
Definition at line 68 of file evaqunlist.h. |
|
|
Definition at line 68 of file evaqunlist.cpp. |
|
|
Definition at line 169 of file evaqunlist.cpp. References tmpQunList. |
|
|
Definition at line 99 of file evaqunlist.h. References cardEmail. Referenced by operator=(). |
|
|
Definition at line 97 of file evaqunlist.h. References cardGender. Referenced by operator=(). |
|
|
Definition at line 100 of file evaqunlist.h. References cardMemo. Referenced by operator=(). |
|
|
Definition at line 96 of file evaqunlist.h. References cardName. Referenced by operator=(). |
|
|
Definition at line 98 of file evaqunlist.h. References cardPhone. Referenced by operator=(). |
|
|
Definition at line 119 of file evaqunlist.h. References m_ChatFontColor. |
|
|
Definition at line 116 of file evaqunlist.h. References m_ChatFontColor. Referenced by operator=(). |
|
|
Definition at line 118 of file evaqunlist.h. References m_ChatFontColor. |
|
|
Definition at line 117 of file evaqunlist.h. References m_ChatFontColor. |
|
|
Definition at line 115 of file evaqunlist.h. References m_ChatFontSize. Referenced by operator=(). |
|
|
Definition at line 71 of file evaqunlist.h. References info. Referenced by operator=(). |
|
|
Definition at line 140 of file evaqunlist.cpp. References memberList. |
|
|
Definition at line 72 of file evaqunlist.h. References memberList. Referenced by operator=(). |
|
|
Definition at line 103 of file evaqunlist.h. References msgType. |
|
|
Definition at line 83 of file evaqunlist.h. References numberList. Referenced by operator=(). |
|
|
Definition at line 70 of file evaqunlist.h. References qunID. Referenced by QunList::add(), operator=(), and QunList::update(). |
|
|
Definition at line 113 of file evaqunlist.h. References m_RealNamesVersion. Referenced by operator=(). |
|
|
Definition at line 105 of file evaqunlist.h. References tmpQunList. Referenced by operator=(). |
|
|
Definition at line 206 of file evaqunlist.cpp. References memberList. |
|
|
Definition at line 108 of file evaqunlist.h. References tmpQunList. |
|
|
Definition at line 193 of file evaqunlist.cpp. References memberList, and QUN_TYPE_ADMIN. |
|
|
Definition at line 88 of file evaqunlist.h. References memberList. |
|
|
Definition at line 74 of file evaqunlist.cpp. References cardEmail, cardGender, cardMemo, cardName, cardPhone, getCardEmail(), getCardGender(), getCardMemo(), getCardName(), getCardPhone(), getChatFontColor(), getChatFontSize(), getDetails(), getMembers(), getQQList(), getQunID(), getRealNamesVersion(), getTmpQunList(), info, m_ChatFontColor, m_ChatFontSize, m_RealNamesVersion, memberList, numberList, qunID, and tmpQunList. Here is the call graph for this function: ![]() |
|
|
Definition at line 93 of file evaqunlist.h. References cardEmail. |
|
|
Definition at line 91 of file evaqunlist.h. References cardGender. |
|
|
Definition at line 94 of file evaqunlist.h. References cardMemo. |
|
|
Definition at line 90 of file evaqunlist.h. References cardName. |
|
|
Definition at line 92 of file evaqunlist.h. References cardPhone. |
|
||||||||||||||||
|
Definition at line 123 of file evaqunlist.h. References m_ChatFontColor. |
|
|
Definition at line 122 of file evaqunlist.h. References m_ChatFontColor. |
|
|
Definition at line 121 of file evaqunlist.h. References m_ChatFontSize. |
|
|
Definition at line 75 of file evaqunlist.h. |
|
|
Definition at line 150 of file evaqunlist.cpp. References FriendItem::getQQ(), memberArgs, memberList, FriendItem::setQunAdminValue(), and FriendItem::setQunGroupIndex(). Here is the call graph for this function: ![]() |
|
|
if we clear this list, the real name setting will lost Definition at line 174 of file evaqunlist.cpp. References m_RealNamesVersion, memberArgs, and numberList. |
|
|
Definition at line 94 of file evaqunlist.cpp. References memberArgs, and memberList. |
|
|
Definition at line 102 of file evaqunlist.h. References msgType. |
|
|
Definition at line 82 of file evaqunlist.h. References numberList. |
|
|
Definition at line 112 of file evaqunlist.h. References m_RealNamesVersion. |
|
|
Definition at line 125 of file evaqunlist.cpp. References memberList. |
|
|
Definition at line 137 of file evaqunlist.h. Referenced by getCardEmail(), operator=(), and setCardEmail(). |
|
|
Definition at line 135 of file evaqunlist.h. Referenced by getCardGender(), operator=(), and setCardGender(). |
|
|
Definition at line 138 of file evaqunlist.h. Referenced by getCardMemo(), operator=(), and setCardMemo(). |
|
|
Definition at line 134 of file evaqunlist.h. Referenced by getCardName(), operator=(), and setCardName(). |
|
|
Definition at line 136 of file evaqunlist.h. Referenced by getCardPhone(), operator=(), and setCardPhone(). |
|
|
Definition at line 127 of file evaqunlist.h. Referenced by getDetails(), and operator=(). |
|
|
Definition at line 145 of file evaqunlist.h. Referenced by getChatFontBlue(), getChatFontColor(), getChatFontGreen(), getChatFontRed(), operator=(), and setChatFontColor(). |
|
|
Definition at line 144 of file evaqunlist.h. Referenced by getChatFontSize(), operator=(), and setChatFontSize(). |
|
|
Definition at line 140 of file evaqunlist.h. Referenced by getRealNamesVersion(), operator=(), setMemberArgs(), and setRealNamesVersion(). |
|
|
Definition at line 129 of file evaqunlist.h. Referenced by setMember(), setMemberArgs(), and setMembers(). |
|
|
Definition at line 130 of file evaqunlist.h. Referenced by getMemberDetails(), getMembers(), hasMember(), isAdmin(), numMembers(), operator=(), setMember(), setMembers(), and updateOnlineMembers(). |
|
|
Definition at line 142 of file evaqunlist.h. Referenced by getMessageType(), and setMessageType(). |
|
|
Definition at line 128 of file evaqunlist.h. Referenced by getQQList(), operator=(), setMemberArgs(), and setQQList(). |
|
|
Definition at line 126 of file evaqunlist.h. Referenced by getQunID(), and operator=(). |
|
|
Definition at line 131 of file evaqunlist.h. Referenced by addTmpQun(), getTmpQunList(), hasTmpQun(), and operator=(). |
1.4.4