#include <evaonlinestatus.h>
Inherits OutPacket.
Inheritance diagram for ChangeStatusPacket:


Public Member Functions | |
| ChangeStatusPacket () | |
| ChangeStatusPacket (char status) | |
| ChangeStatusPacket (const ChangeStatusPacket &rhs) | |
| virtual | ~ChangeStatusPacket () |
| OutPacket * | copy () |
| ChangeStatusPacket & | operator= (const ChangeStatusPacket &rhs) |
| const char | getOnlineStatus () const |
| void | setOnlineStatus (const char status) |
| void | setMiscStatus (const unsigned int status) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| char | myStatus |
| unsigned int | miscStatus |
Definition at line 134 of file evaonlinestatus.h.
|
|
Definition at line 312 of file evaonlinestatus.cpp. References miscStatus, myStatus, and QQ_FRIEND_STATUS_INVISIBLE. Referenced by copy(). |
|
|
Definition at line 319 of file evaonlinestatus.cpp. References myStatus. |
|
|
Definition at line 325 of file evaonlinestatus.cpp. References getOnlineStatus(), and myStatus. Here is the call graph for this function: ![]() |
|
|
Definition at line 140 of file evaonlinestatus.h. |
|
|
Definition at line 141 of file evaonlinestatus.h. References ChangeStatusPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 144 of file evaonlinestatus.h. References myStatus. Referenced by ChangeStatusPacket(), and operator=(). |
|
|
Definition at line 331 of file evaonlinestatus.cpp. References getOnlineStatus(), and myStatus. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 338 of file evaonlinestatus.cpp. References miscStatus, and myStatus. |
|
|
Definition at line 146 of file evaonlinestatus.h. References miscStatus. |
|
|
Definition at line 145 of file evaonlinestatus.h. References myStatus. |
|
|
Definition at line 151 of file evaonlinestatus.h. Referenced by ChangeStatusPacket(), putBody(), and setMiscStatus(). |
|
|
Definition at line 150 of file evaonlinestatus.h. Referenced by ChangeStatusPacket(), getOnlineStatus(), operator=(), putBody(), and setOnlineStatus(). |
1.4.4