#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/imapresponse.h>
Inheritance diagram for IMAPResponseStatusResponse:


Public Member Functions | |
| IMAPResponseStatusResponse (IMAPResponseStatus status=(IMAPResponseStatus) 0, QString comment=0, IMAPResponseCode code=(IMAPResponseCode) 0) | |
| void | setStatus (IMAPResponseStatus status) |
| IMAPResponseStatus | status () |
| void | setComment (QString comment) |
| QString | comment () |
| void | setResponseCode (IMAPResponseCode code) |
| IMAPResponseCode | responseCode () |
| void | setExitedUnexpected (bool exitu) |
| bool | exitedUnexpected () |
Private Attributes | |
| IMAPResponseStatus | _status |
| QString | _comment |
| IMAPResponseCode | _code |
| bool | _exitu |
|
||||||||||||||||
|
Definition at line 148 of file imapresponse.h. References _code, _comment, _status, code, comment(), and status(). |
|
|
Definition at line 158 of file imapresponse.h. References _comment. Referenced by IMAPResponseStatusResponse(), and IMAPResponseParser::parseResponse(). |
|
|
Definition at line 163 of file imapresponse.h. References _exitu. |
|
|
Definition at line 160 of file imapresponse.h. References _code. |
|
|
Definition at line 157 of file imapresponse.h. References _comment. |
|
|
Definition at line 162 of file imapresponse.h. References _exitu. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 159 of file imapresponse.h. References _code. Referenced by IMAPResponseParser::parseResponse(). |
|
|
Definition at line 155 of file imapresponse.h. References _status. |
|
|
Definition at line 156 of file imapresponse.h. References _status. Referenced by IMAPResponseStatusResponse(). |
|
|
Definition at line 168 of file imapresponse.h. Referenced by IMAPResponseStatusResponse(), responseCode(), and setResponseCode(). |
|
|
Definition at line 167 of file imapresponse.h. Referenced by comment(), IMAPResponseStatusResponse(), and setComment(). |
|
|
Definition at line 169 of file imapresponse.h. Referenced by exitedUnexpected(), and setExitedUnexpected(). |
|
|
Definition at line 166 of file imapresponse.h. Referenced by IMAPResponseStatusResponse(), setStatus(), and status(). |
1.4.2