KMime::Headers::From Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::From:
Public Member Functions | |
| From (Content *p) | |
| From (Content *p, const TQCString &s) | |
| From (Content *p, const TQString &s, const TQCString &cs) | |
| virtual const char * | type () |
| Public Member Functions inherited from KMime::Headers::AddressField | |
| AddressField (Content *p) | |
| AddressField (Content *p, const TQCString &s) | |
| AddressField (Content *p, const TQString &s, const TQCString &cs) | |
| AddressField (const AddressField &a) | |
| AddressField & | operator= (const AddressField &a) |
| virtual void | from7BitString (const TQCString &s) |
| virtual TQCString | as7BitString (bool incType=true) |
| virtual void | fromUnicodeString (const TQString &s, const TQCString &cs) |
| virtual TQString | asUnicodeString () |
| virtual void | clear () |
| virtual bool | isEmpty () |
| bool | hasName () |
| bool | hasEmail () |
| TQString | name () |
| TQCString | nameAs7Bit () |
| TQCString | email () |
| void | setName (const TQString &s) |
| void | setNameFrom7Bit (const TQCString &s) |
| void | setEmail (const TQCString &s) |
| Public Member Functions inherited from KMime::Headers::Base | |
| Base () | |
| Base (KMime::Content *parent) | |
| virtual | ~Base () |
| KMime::Content * | parent () |
| void | setParent (KMime::Content *p) |
| TQCString | rfc2047Charset () |
| void | setRFC2047Charset (const TQCString &cs) |
| TQCString | defaultCS () |
| bool | forceCS () |
| 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::AddressField | |
| TQString | n_ame |
| TQCString | e_mail |
| Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Detailed Description
Represent a "From" header.
Definition at line 102 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ From() [1/4]
|
inline |
Definition at line 105 of file kmime_headers.h.
◆ From() [2/4]
|
inline |
Definition at line 106 of file kmime_headers.h.
◆ From() [3/4]
|
inline |
Definition at line 107 of file kmime_headers.h.
◆ From() [4/4]
|
inline |
Definition at line 108 of file kmime_headers.h.
◆ ~From()
|
inline |
Definition at line 109 of file kmime_headers.h.
Member Function Documentation
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 111 of file kmime_headers.h.
The documentation for this class was generated from the following file:
