#include <events.h>
Inheritance diagram for ICQ2000::SelfEvent::
Public Types | |
enum | EventType { MyStatusChange, MyUserInfoChange } |
An enum of the different self event types. | |
Public Methods | |
SelfEvent (Contact *self) | |
virtual | ~SelfEvent () |
virtual EventType | getType () const=0 |
get the type of SelfEvent. More... | |
Contact * | getSelfContact () const |
Protected Attributes | |
Contact * | m_self_contact |
|
get the type of SelfEvent.
Reimplemented in ICQ2000::MyStatusChangeEvent, and ICQ2000::MyUserInfoChangeEvent. |