#include <kmime_headers.h>
Public Member Functions | |
| References (Content *p) | |
| References (Content *p, const TQCString &s) | |
| References (Content *p, const TQString &s) | |
| virtual void | from7BitString (const TQCString &s) |
| virtual TQCString | as7BitString (bool incType=true) |
| virtual void | fromUnicodeString (const TQString &s, const TQCString &) |
| virtual TQString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
| virtual const char * | type () |
| int | count () |
| TQCString | first () |
| TQCString | next () |
| TQCString | at (unsigned int i) |
| void | append (const TQCString &s) |
Protected Attributes | |
| TQCString | r_ef |
| int | p_os |
Detailed Description
Represents a "References" header.
Definition at line 209 of file kmime_headers.h.
Member Function Documentation
| TQCString References::as7BitString | ( | bool | = 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.
| TQString 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] |
| void References::from7BitString | ( | const TQCString & | ) | [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.
| void References::fromUnicodeString | ( | const TQString & | , |
| const TQCString & | |||
| ) | [virtual] |
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base.
Definition at line 1069 of file kmime_headers.cpp.
| virtual bool KMime::Headers::References::isEmpty | ( | ) | [inline, virtual] |
Do we have data?
Reimplemented from KMime::Headers::Base.
Definition at line 223 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 224 of file kmime_headers.h.
The documentation for this class was generated from the following files:
