|
libqutim
0.3.1.0
|
#include <authorizationdialog.h>
Public Types | |
| enum | Type { New, Accept, Reject, Accepted, Rejected } |
Public Member Functions | |
| Reply (Type type, Contact *contact, const QString &body=QString()) | |
| QString | body () const |
| Contact * | contact () const |
| Type | replyType () const |
| void | setType (Type type) |
Static Public Member Functions | |
| static QEvent::Type | eventType () |
| qutim_sdk_0_3::Authorization::Reply::Reply | ( | Type | type, |
| Contact * | contact, | ||
| const QString & | body = QString() |
||
| ) | [inline] |
| QString qutim_sdk_0_3::Authorization::Reply::body | ( | ) | const [inline] |
| Contact* qutim_sdk_0_3::Authorization::Reply::contact | ( | ) | const [inline] |
| static QEvent::Type qutim_sdk_0_3::Authorization::Reply::eventType | ( | ) | [static] |
| Type qutim_sdk_0_3::Authorization::Reply::replyType | ( | ) | const [inline] |
| void qutim_sdk_0_3::Authorization::Reply::setType | ( | Type | type | ) | [inline] |