KMime::Headers::Subject Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::Subject:
Public Member Functions | |
| Subject (Content *p) | |
| Subject (Content *p, const TQCString &s) | |
| Subject (Content *p, const TQString &s, const TQCString &cs) | |
| virtual const char * | type () |
| bool | isReply () |
Public Member Functions inherited from KMime::Headers::Generics::GUnstructured | |
| GUnstructured (Content *p) | |
| GUnstructured (Content *p, const TQCString &s) | |
| GUnstructured (Content *p, const TQString &s, const TQCString &cs) | |
| virtual void | from7BitString (const TQCString &str) |
| virtual TQCString | as7BitString (bool withHeaderType=true) |
| virtual void | fromUnicodeString (const TQString &str, const TQCString &suggestedCharset) |
| virtual TQString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
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 () |
Additional Inherited Members | |
Public Types inherited from KMime::Headers::Base | |
| typedef TQPtrList< Base > | List |
Protected Member Functions inherited from KMime::Headers::Base | |
| TQCString | typeIntro () |
Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Detailed Description
Represents a "Subject" header.
Definition at line 594 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ Subject() [1/4]
|
inline |
Definition at line 597 of file kmime_headers.h.
◆ Subject() [2/4]
|
inline |
Definition at line 598 of file kmime_headers.h.
◆ Subject() [3/4]
|
inline |
Definition at line 599 of file kmime_headers.h.
◆ Subject() [4/4]
|
inline |
Definition at line 601 of file kmime_headers.h.
◆ ~Subject()
|
inline |
Definition at line 603 of file kmime_headers.h.
Member Function Documentation
◆ isReply()
|
inline |
Definition at line 607 of file kmime_headers.h.
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 605 of file kmime_headers.h.
The documentation for this class was generated from the following file:

Public Member Functions inherited from