libqutim 0.2.80.1
|
The ChatStateEvent class provides events for change chat state. More...
#include <chatunit.h>
Public Member Functions | |
ChatStateEvent (ChatState state) | |
ChatState | chatState () const |
Static Public Member Functions | |
static QEvent::Type | eventType () |
Protected Attributes | |
ChatState | m_state |
The ChatStateEvent class provides events for change chat state.
qutim_sdk_0_3::ChatStateEvent::ChatStateEvent | ( | ChatState | state | ) |
default ChatStateEvent's contructor
state | ChatState |
ChatState qutim_sdk_0_3::ChatStateEvent::chatState | ( | ) | const [inline] |
Returns chatState.
static QEvent::Type qutim_sdk_0_3::ChatStateEvent::eventType | ( | ) | [static] |
event type
ChatState qutim_sdk_0_3::ChatStateEvent::m_state [protected] |