#include <evaqun.h>
Inherits QunPacket.
Inheritance diagram for QunCreatePacket:


Public Member Functions | |
| QunCreatePacket () | |
| QunCreatePacket (const std::string &name, const unsigned short category, const unsigned char auth=QQ_QUN_JOIN_NEED_AUTH) | |
| QunCreatePacket (const QunCreatePacket &rhs) | |
| void | setNotice (const std::string ¬ice) |
| void | setDescription (const std::string &desc) |
| void | setMembers (const std::list< int > &members) |
| const std::string & | getName () const |
| const unsigned short | getCategory () const |
| const unsigned char | getAuth () const |
| const std::string & | getNotice () const |
| const std::string & | getDescription () const |
| const std::list< int > & | getMembers () const |
| QunCreatePacket & | operator= (const QunCreatePacket &rhs) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| unsigned char | qunAuth |
| unsigned short | qunCategory |
| std::string | qunName |
| std::string | qunNotice |
| std::string | qunDescription |
| std::list< int > | qunMembers |
Definition at line 554 of file evaqun.h.
|
|
|
|
||||||||||||||||
|
Definition at line 1676 of file evaqun.cpp. |
|
|
Definition at line 1683 of file evaqun.cpp. |
|
|
Definition at line 567 of file evaqun.h. References qunAuth. Referenced by operator=(). |
|
|
Definition at line 566 of file evaqun.h. References qunCategory. Referenced by operator=(). |
|
|
Definition at line 570 of file evaqun.h. References qunDescription. Referenced by operator=(). |
|
|
Definition at line 571 of file evaqun.h. References qunMembers. Referenced by operator=(). |
|
|
Definition at line 565 of file evaqun.h. References qunName. Referenced by operator=(). |
|
|
Definition at line 569 of file evaqun.h. References qunNotice. Referenced by operator=(). |
|
|
Definition at line 1689 of file evaqun.cpp. References getAuth(), getCategory(), getDescription(), getMembers(), getName(), getNotice(), qunAuth, qunCategory, qunDescription, qunMembers, qunName, and qunNotice. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 1701 of file evaqun.cpp. References Packet::getQQ(), QQ_QUN_TYPE_PERMANENT, qunAuth, qunCategory, QunPacket::qunCommand, qunDescription, qunMembers, qunName, and qunNotice. Here is the call graph for this function: ![]() |
|
|
Definition at line 562 of file evaqun.h. References qunDescription. |
|
|
Definition at line 563 of file evaqun.h. References qunMembers. |
|
|
Definition at line 561 of file evaqun.h. References qunNotice. |
|
|
Definition at line 578 of file evaqun.h. Referenced by getAuth(), operator=(), and putBody(). |
|
|
Definition at line 579 of file evaqun.h. Referenced by getCategory(), operator=(), and putBody(). |
|
|
Definition at line 582 of file evaqun.h. Referenced by getDescription(), operator=(), putBody(), and setDescription(). |
|
|
Definition at line 583 of file evaqun.h. Referenced by getMembers(), operator=(), putBody(), and setMembers(). |
|
|
Definition at line 580 of file evaqun.h. Referenced by getName(), operator=(), and putBody(). |
|
|
Definition at line 581 of file evaqun.h. Referenced by getNotice(), operator=(), putBody(), and setNotice(). |
1.4.4