#include <kmime_headers.h>
Public Member Functions | |
| Lines (Content *p) | |
| Lines (Content *p, unsigned int i) | |
| Lines (Content *p, const TQCString &s) | |
| Lines (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 | numberOfLines () |
| void | setNumberOfLines (int i) |
Public Member Functions inherited from KMime::Headers::Base | |
| Base () | |
| Base (KMime::Content *parent) | |
| virtual | ~Base () |
| KMime::Content * | parent () |
| void | setParent (KMime::Content *p) |
| virtual void | from7BitString (const TQCString &) |
| virtual TQCString | as7BitString (bool=true) |
| TQCString | rfc2047Charset () |
| void | setRFC2047Charset (const TQCString &cs) |
| TQCString | defaultCS () |
| bool | forceCS () |
| virtual void | fromUnicodeString (const TQString &, const TQCString &) |
| virtual TQString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
| virtual const char * | type () |
| bool | is (const char *t) |
| bool | isMimeHeader () |
| bool | isXHeader () |
Protected Attributes | |
| int | l_ines |
Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Additional Inherited Members | |
Public Types inherited from KMime::Headers::Base | |
| typedef TQPtrList< Base > | List |
Protected Member Functions inherited from KMime::Headers::Base | |
| TQCString | typeIntro () |
Detailed Description
Represents a "Lines" header.
Definition at line 736 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ Lines() [1/5]
|
inline |
Definition at line 739 of file kmime_headers.h.
◆ Lines() [2/5]
|
inline |
Definition at line 740 of file kmime_headers.h.
◆ Lines() [3/5]
|
inline |
Definition at line 741 of file kmime_headers.h.
◆ Lines() [4/5]
|
inline |
Definition at line 742 of file kmime_headers.h.
◆ Lines() [5/5]
|
inline |
Definition at line 743 of file kmime_headers.h.
◆ ~Lines()
|
inline |
Definition at line 744 of file kmime_headers.h.
Member Function Documentation
◆ as7BitString()
|
virtual |
Return the encoded header.
The parameter specifies whether the header-type should be included.
Reimplemented from KMime::Headers::Base.
Definition at line 1019 of file kmime_headers.cpp.
◆ asUnicodeString()
|
virtual |
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base.
Definition at line 1038 of file kmime_headers.cpp.
◆ clear()
|
inlinevirtual |
◆ from7BitString()
|
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 1012 of file kmime_headers.cpp.
◆ fromUnicodeString()
|
virtual |
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base.
Definition at line 1031 of file kmime_headers.cpp.
◆ isEmpty()
|
inlinevirtual |
Do we have data?
Reimplemented from KMime::Headers::Base.
Definition at line 751 of file kmime_headers.h.
◆ numberOfLines()
|
inline |
Definition at line 754 of file kmime_headers.h.
◆ setNumberOfLines()
|
inline |
Definition at line 755 of file kmime_headers.h.
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 752 of file kmime_headers.h.
Member Data Documentation
◆ l_ines
|
protected |
Definition at line 758 of file kmime_headers.h.
The documentation for this class was generated from the following files:

Public Member Functions inherited from