Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IMAPResponseStatusResponse Class Reference

#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/imapresponse.h>

Inheritance diagram for IMAPResponseStatusResponse:

Inheritance graph
[legend]
Collaboration diagram for IMAPResponseStatusResponse:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

IMAPResponseStatusResponse::IMAPResponseStatusResponse IMAPResponseStatus  status = (IMAPResponseStatus)0,
QString  comment = 0,
IMAPResponseCode  code = (IMAPResponseCode)0
[inline]
 

Definition at line 148 of file imapresponse.h.

References _code, _comment, _status, code, comment(), and status().


Member Function Documentation

QString IMAPResponseStatusResponse::comment  )  [inline]
 

Definition at line 158 of file imapresponse.h.

References _comment.

Referenced by IMAPResponseStatusResponse(), and IMAPResponseParser::parseResponse().

bool IMAPResponseStatusResponse::exitedUnexpected  )  [inline]
 

Definition at line 163 of file imapresponse.h.

References _exitu.

IMAPResponseCode IMAPResponseStatusResponse::responseCode  )  [inline]
 

Definition at line 160 of file imapresponse.h.

References _code.

void IMAPResponseStatusResponse::setComment QString  comment  )  [inline]
 

Definition at line 157 of file imapresponse.h.

References _comment.

void IMAPResponseStatusResponse::setExitedUnexpected bool  exitu  )  [inline]
 

Definition at line 162 of file imapresponse.h.

References _exitu.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseStatusResponse::setResponseCode IMAPResponseCode  code  )  [inline]
 

Definition at line 159 of file imapresponse.h.

References _code.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseStatusResponse::setStatus IMAPResponseStatus  status  )  [inline]
 

Definition at line 155 of file imapresponse.h.

References _status.

IMAPResponseStatus IMAPResponseStatusResponse::status  )  [inline]
 

Definition at line 156 of file imapresponse.h.

References _status.

Referenced by IMAPResponseStatusResponse().


Member Data Documentation

IMAPResponseCode IMAPResponseStatusResponse::_code [private]
 

Definition at line 168 of file imapresponse.h.

Referenced by IMAPResponseStatusResponse(), responseCode(), and setResponseCode().

QString IMAPResponseStatusResponse::_comment [private]
 

Definition at line 167 of file imapresponse.h.

Referenced by comment(), IMAPResponseStatusResponse(), and setComment().

bool IMAPResponseStatusResponse::_exitu [private]
 

Definition at line 169 of file imapresponse.h.

Referenced by exitedUnexpected(), and setExitedUnexpected().

IMAPResponseStatus IMAPResponseStatusResponse::_status [private]
 

Definition at line 166 of file imapresponse.h.

Referenced by IMAPResponseStatusResponse(), setStatus(), and status().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 17:35:56 2005 for OPIE by  doxygen 1.4.2