KMime::Headers::FollowUpTo Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::FollowUpTo:
Public Member Functions | |
| FollowUpTo (Content *p) | |
| FollowUpTo (Content *p, const TQCString &s) | |
| FollowUpTo (Content *p, const TQString &s) | |
| virtual const char * | type () |
Public Member Functions inherited from KMime::Headers::Newsgroups | |
| Newsgroups (Content *p) | |
| Newsgroups (Content *p, const TQCString &s) | |
| Newsgroups (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 () |
| TQCString | firstGroup () |
| bool | isCrossposted () |
| TQStringList | getGroups () |
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::Newsgroups | |
| TQCString | g_roups |
Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Detailed Description
Represents a "Followup-To" header.
Definition at line 721 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ FollowUpTo() [1/4]
|
inline |
Definition at line 724 of file kmime_headers.h.
◆ FollowUpTo() [2/4]
|
inline |
Definition at line 725 of file kmime_headers.h.
◆ FollowUpTo() [3/4]
|
inline |
Definition at line 726 of file kmime_headers.h.
◆ FollowUpTo() [4/4]
|
inline |
Definition at line 727 of file kmime_headers.h.
◆ ~FollowUpTo()
|
inline |
Definition at line 728 of file kmime_headers.h.
Member Function Documentation
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Newsgroups.
Definition at line 730 of file kmime_headers.h.
The documentation for this class was generated from the following file:

Public Member Functions inherited from