libkmime
KMime::Headers::References Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::References:

Detailed Description
Represents a "References" header.
Definition at line 996 of file kmime_headers.h.
Public Member Functions | |
| References () | |
| References (Content *p) | |
| References (Content *p, const QCString &s) | |
| References (Content *p, const QString &s) | |
| ~References () | |
| virtual void | from7BitString (const QCString &s) |
| virtual QCString | as7BitString (bool incType=true) |
| virtual void | fromUnicodeString (const QString &s, const QCString &) |
| virtual QString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
| virtual const char * | type () |
| int | count () |
| QCString | first () |
| QCString | next () |
| QCString | at (unsigned int i) |
| void | append (const QCString &s) |
Protected Attributes | |
| QCString | r_ef |
| int | p_os |
Member Function Documentation
| void References::from7BitString | ( | const QCString & | s | ) | [virtual] |
Parse the given string.
Take care of RFC2047-encoded strings. A default charset is given. If the last parameter is true the default charset is used in any case
Reimplemented from KMime::Headers::Base.
Definition at line 1053 of file kmime_headers.cpp.
| QCString References::as7BitString | ( | bool | incType = true |
) | [virtual] |
Return the encoded header.
The parameter specifies whether the header-type should be included.
Reimplemented from KMime::Headers::Base.
Definition at line 1060 of file kmime_headers.cpp.
| void References::fromUnicodeString | ( | const QString & | s, | |
| const QCString & | ||||
| ) | [virtual] |
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base.
Definition at line 1069 of file kmime_headers.cpp.
| QString References::asUnicodeString | ( | ) | [virtual] |
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base.
Definition at line 1076 of file kmime_headers.cpp.
| virtual void KMime::Headers::References::clear | ( | ) | [inline, virtual] |
| virtual bool KMime::Headers::References::isEmpty | ( | ) | [inline, virtual] |
Do we have data?
Reimplemented from KMime::Headers::Base.
Definition at line 1010 of file kmime_headers.h.
| virtual const char* KMime::Headers::References::type | ( | ) | [inline, virtual] |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 1011 of file kmime_headers.h.
The documentation for this class was generated from the following files:

