#include <evaqunlist.h>
Public Member Functions | |
| QunList () | |
| QunList & | operator= (const QunList &rhs) |
| void | add (const Qun &q) |
| bool | remove (const int id) |
| void | update (const Qun &q) |
| Qun * | getQun (const int id) |
| void | setDetails (const QunInfo &info) |
| void | setMember (const int id, const FriendItem &fi) |
| void | setMembers (const int id, const std::list< FriendItem > &list) |
| void | setOnlineMembers (const int id, const std::list< int > &list) |
| void | setQQList (const int id, const std::list< int > &list) |
| void | setMemberArgs (const int id, const std::map< int, QunMember > &member) |
| const std::list< Qun > & | getQunList () const |
| void | clearQunList () |
| void | setMyQunCardInfo (const int id, const std::string name, const unsigned char gender, const std::string phone, const std::string email, const std::string memo) |
| const int | numQuns () const |
Private Attributes | |
| std::list< Qun > | qunList |
Definition at line 148 of file evaqunlist.h.
|
|
Definition at line 150 of file evaqunlist.h. |
|
|
Definition at line 225 of file evaqunlist.cpp. References getQun(), Qun::getQunID(), and qunList. Referenced by update(). Here is the call graph for this function: ![]() |
|
|
Definition at line 168 of file evaqunlist.h. References qunList. |
|
|
Definition at line 250 of file evaqunlist.cpp. References qunList. Referenced by add(). |
|
|
Definition at line 167 of file evaqunlist.h. References qunList. Referenced by operator=(). |
|
|
Definition at line 172 of file evaqunlist.h. References qunList. |
|
|
Definition at line 219 of file evaqunlist.cpp. References getQunList(), and qunList. Here is the call graph for this function: ![]() |
|
|
Definition at line 232 of file evaqunlist.cpp. References qunList. Referenced by update(). |
|
|
Definition at line 261 of file evaqunlist.cpp. References QunInfo::getQunID(), and qunList. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 272 of file evaqunlist.cpp. References qunList. |
|
||||||||||||
|
Definition at line 316 of file evaqunlist.cpp. References qunList. |
|
||||||||||||
|
Definition at line 283 of file evaqunlist.cpp. References qunList. |
|
||||||||||||||||||||||||||||
|
Definition at line 327 of file evaqunlist.cpp. References qunList. |
|
||||||||||||
|
Definition at line 294 of file evaqunlist.cpp. References qunList. |
|
||||||||||||
|
Definition at line 305 of file evaqunlist.cpp. References qunList. |
|
|
Definition at line 244 of file evaqunlist.cpp. References add(), Qun::getQunID(), and remove(). Here is the call graph for this function: ![]() |
|
|
Definition at line 174 of file evaqunlist.h. Referenced by add(), clearQunList(), getQun(), getQunList(), numQuns(), operator=(), remove(), setDetails(), setMember(), setMemberArgs(), setMembers(), setMyQunCardInfo(), setOnlineMembers(), and setQQList(). |
1.4.4