#include <evaqunlist.h>
Public Member Functions | |
| TmpQun () | |
| TmpQun (const int pid) | |
| TmpQun & | operator= (const TmpQun &rhs) |
| void | setQunID (const int id) |
| void | setParentID (const int id) |
| void | setName (const std::string &n) |
| void | setMemberList (const std::list< int > &list) |
| void | addMember (const int qqNum) |
| const bool | removeMember (const int qqNum) |
| const int | getQunID () const |
| const int | getParentID () const |
| const std::string & | getName () const |
| const std::list< int > & | getMemberQQList () const |
Private Attributes | |
| int | qunID |
| int | parentID |
| std::string | name |
| std::list< int > | memberList |
Definition at line 33 of file evaqunlist.h.
|
|
Definition at line 26 of file evaqunlist.cpp. |
|
|
Definition at line 31 of file evaqunlist.cpp. |
|
|
Definition at line 45 of file evaqunlist.cpp. References memberList. |
|
|
Definition at line 52 of file evaqunlist.h. References memberList. Referenced by operator=(). |
|
|
Definition at line 51 of file evaqunlist.h. References name. Referenced by operator=(). |
|
|
Definition at line 50 of file evaqunlist.h. References parentID. Referenced by operator=(). |
|
|
Definition at line 49 of file evaqunlist.h. References qunID. Referenced by operator=(). |
|
|
Definition at line 36 of file evaqunlist.cpp. References getMemberQQList(), getName(), getParentID(), getQunID(), memberList, name, parentID, and qunID. Here is the call graph for this function: ![]() |
|
|
Definition at line 50 of file evaqunlist.cpp. References memberList. |
|
|
Definition at line 44 of file evaqunlist.h. References memberList. |
|
|
Definition at line 42 of file evaqunlist.h. References name. |
|
|
Definition at line 41 of file evaqunlist.h. References parentID. |
|
|
Definition at line 40 of file evaqunlist.h. References qunID. |
|
|
Definition at line 57 of file evaqunlist.h. Referenced by addMember(), getMemberQQList(), operator=(), removeMember(), and setMemberList(). |
|
|
Definition at line 56 of file evaqunlist.h. Referenced by getName(), operator=(), and setName(). |
|
|
Definition at line 55 of file evaqunlist.h. Referenced by getParentID(), operator=(), and setParentID(). |
|
|
Definition at line 54 of file evaqunlist.h. Referenced by getQunID(), operator=(), and setQunID(). |
1.4.4