KMime::Headers::BCC Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::BCC:
Public Member Functions | |
| BCC (Content *p) | |
| BCC (Content *p, const TQCString &s) | |
| BCC (Content *p, const TQString &s, const TQCString &cs) | |
| virtual const char * | type () |
| Public Member Functions inherited from KMime::Headers::To | |
| To (Content *p) | |
| To (Content *p, const TQCString &s) | |
| To (Content *p, const TQString &s, const TQCString &cs) | |
| 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 () |
| void | addAddress (const AddressField &a) |
| void | emails (TQStrList *l) |
| void | names (TQStringList *l) |
| void | displayNames (TQStringList *l) |
| 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::To | |
| ObsAddressList * | a_ddrList |
| Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Detailed Description
Represents a "BCC" header.
Definition at line 195 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ BCC() [1/4]
|
inline |
Definition at line 198 of file kmime_headers.h.
◆ BCC() [2/4]
|
inline |
Definition at line 199 of file kmime_headers.h.
◆ BCC() [3/4]
|
inline |
Definition at line 200 of file kmime_headers.h.
◆ BCC() [4/4]
|
inline |
Definition at line 201 of file kmime_headers.h.
◆ ~BCC()
|
inline |
Definition at line 202 of file kmime_headers.h.
Member Function Documentation
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::To.
Definition at line 204 of file kmime_headers.h.
The documentation for this class was generated from the following file:
