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

Detailed Description
Represents a "Control" header.
Definition at line 637 of file kmime_headers.h.
Public Member Functions | |
| Control () | |
| Control (Content *p) | |
| Control (Content *p, const QCString &s) | |
| Control (Content *p, const QString &s) | |
| ~Control () | |
| 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 () |
| bool | isCancel () |
Protected Attributes | |
| QCString | c_trlMsg |
Member Function Documentation
|
|
Return the encoded header. The parameter specifies whether the header-type should be included. Reimplemented from KMime::Headers::Base. Definition at line 553 of file kmime_headers.cpp. |
|
|
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base. Definition at line 568 of file kmime_headers.cpp. |
|
|
Delete.
Reimplemented from KMime::Headers::Base. Definition at line 650 of file kmime_headers.h. |
|
|
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 547 of file kmime_headers.cpp. |
|
||||||||||||
|
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base. Definition at line 562 of file kmime_headers.cpp. |
|
|
Do we have data?
Reimplemented from KMime::Headers::Base. Definition at line 651 of file kmime_headers.h. |
|
|
Return the type of this header (e.g. "From") Reimplemented from KMime::Headers::Base. Definition at line 652 of file kmime_headers.h. |
The documentation for this class was generated from the following files:

