KMime::Headers::CC Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::CC:
Public Member Functions | |
| CC (Content *p) | |
| CC (Content *p, const TQCString &s) | |
| CC (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 "CC" header.
Definition at line 180 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ CC() [1/4]
|
inline |
Definition at line 183 of file kmime_headers.h.
◆ CC() [2/4]
|
inline |
Definition at line 184 of file kmime_headers.h.
◆ CC() [3/4]
|
inline |
Definition at line 185 of file kmime_headers.h.
◆ CC() [4/4]
|
inline |
Definition at line 186 of file kmime_headers.h.
◆ ~CC()
|
inline |
Definition at line 187 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 189 of file kmime_headers.h.
The documentation for this class was generated from the following file:
