#include <evagroup.h>
Inherits OutPacket.
Inheritance diagram for GroupNameOpPacket:


Public Member Functions | |
| GroupNameOpPacket () | |
| GroupNameOpPacket (const char cmdType) | |
| GroupNameOpPacket (const GroupNameOpPacket &rhs) | |
| virtual | ~GroupNameOpPacket () |
| virtual OutPacket * | copy () |
| GroupNameOpPacket & | operator= (const GroupNameOpPacket &rhs) |
| const std::list< std::string > | getGroups () const |
| const char | getType () const |
| void | setGroups (const std::list< std::string > &l) |
| void | setType (const char type) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| std::list< std::string > | groups |
| char | type |
Definition at line 35 of file evagroup.h.
|
|
Definition at line 30 of file evagroup.cpp. Referenced by copy(). |
|
|
Definition at line 36 of file evagroup.cpp. |
|
|
Definition at line 42 of file evagroup.cpp. References getGroups(), getType(), groups, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 40 of file evagroup.h. |
|
|
Definition at line 42 of file evagroup.h. References GroupNameOpPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 45 of file evagroup.h. References groups. Referenced by GroupNameOpPacket(), and operator=(). |
|
|
Definition at line 46 of file evagroup.h. References type. Referenced by GroupNameOpPacket(), and operator=(). |
|
|
Definition at line 49 of file evagroup.cpp. References getGroups(), getType(), groups, and type. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 57 of file evagroup.cpp. References groups, QQ_MAX_GROUP_NAME_BYTE, QQ_UPLOAD_GROUP_NAME, and type. |
|
|
Definition at line 48 of file evagroup.h. References groups. |
|
|
|
|
|
Definition at line 53 of file evagroup.h. Referenced by getGroups(), GroupNameOpPacket(), operator=(), putBody(), and setGroups(). |
|
|
Definition at line 54 of file evagroup.h. Referenced by getType(), GroupNameOpPacket(), operator=(), and putBody(). |
1.4.4