#include <kmime_headers.h>
Public Member Functions | |
| 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 () |
Protected Attributes | |
| TQCString | g_roups |
Protected Attributes inherited from KMime::Headers::Base | |
| const char * | e_ncCS |
| Content * | p_arent |
Additional Inherited Members | |
Public Types inherited from KMime::Headers::Base | |
| typedef TQPtrList< Base > | List |
Protected Member Functions inherited from KMime::Headers::Base | |
| TQCString | typeIntro () |
Detailed Description
Represents a "Newsgroups" header.
Definition at line 693 of file kmime_headers.h.
Constructor & Destructor Documentation
◆ Newsgroups() [1/4]
|
inline |
Definition at line 696 of file kmime_headers.h.
◆ Newsgroups() [2/4]
|
inline |
Definition at line 697 of file kmime_headers.h.
◆ Newsgroups() [3/4]
|
inline |
Definition at line 698 of file kmime_headers.h.
◆ Newsgroups() [4/4]
|
inline |
Definition at line 699 of file kmime_headers.h.
◆ ~Newsgroups()
|
inline |
Definition at line 700 of file kmime_headers.h.
Member Function Documentation
◆ as7BitString()
|
virtual |
Return the encoded header.
The parameter specifies whether the header-type should be included.
Reimplemented from KMime::Headers::Base.
Definition at line 955 of file kmime_headers.cpp.
◆ asUnicodeString()
|
virtual |
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base.
Definition at line 971 of file kmime_headers.cpp.
◆ clear()
|
inlinevirtual |
◆ firstGroup()
| TQCString KMime::Headers::Newsgroups::firstGroup | ( | ) |
Definition at line 977 of file kmime_headers.cpp.
◆ from7BitString()
|
virtual |
Parse the given string.
Take care of RFC2047-encoded strings. A default charset is given. If the last parameter is true the default charset is used in any case
Reimplemented from KMime::Headers::Base.
Definition at line 948 of file kmime_headers.cpp.
◆ fromUnicodeString()
|
virtual |
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base.
Definition at line 964 of file kmime_headers.cpp.
◆ getGroups()
| TQStringList KMime::Headers::Newsgroups::getGroups | ( | ) |
Definition at line 992 of file kmime_headers.cpp.
◆ isCrossposted()
|
inline |
Definition at line 711 of file kmime_headers.h.
◆ isEmpty()
|
inlinevirtual |
Do we have data?
Reimplemented from KMime::Headers::Base.
Definition at line 707 of file kmime_headers.h.
◆ type()
|
inlinevirtual |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Reimplemented in KMime::Headers::FollowUpTo.
Definition at line 708 of file kmime_headers.h.
Member Data Documentation
◆ g_roups
|
protected |
Definition at line 715 of file kmime_headers.h.
The documentation for this class was generated from the following files:

Public Member Functions inherited from