KMIME Library
KMime::Headers::Generic Class Reference
Represents an arbitrary header, that can contain any header-field. More...
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::Generic:

Public Member Functions | |
virtual void | clear () |
Generic (const char *t, Content *p, const QString &s, const QByteArray &cs) | |
Generic (const char *t, Content *p, const QByteArray &s) | |
Generic (const char *t, Content *p) | |
Generic (const char *t) | |
virtual bool | isEmpty () const |
void | setType (const char *type) |
virtual const char * | type () const |
Detailed Description
Represents an arbitrary header, that can contain any header-field.
Adds a type over Unstructured.
- See also:
- Unstructured
Definition at line 1205 of file kmime_headers.h.
Member Function Documentation
void KMime::Headers::Generic::clear | ( | ) | [virtual] |
Deletes.
Reimplemented from KMime::Headers::Generics::Unstructured.
Definition at line 1195 of file kmime_headers.cpp.
bool KMime::Headers::Generic::isEmpty | ( | ) | const [virtual] |
Checks if this header contains any data.
Reimplemented from KMime::Headers::Generics::Unstructured.
Definition at line 1203 of file kmime_headers.cpp.
const char * KMime::Headers::Generic::type | ( | ) | const [virtual] |
Returns the type of this header (e.g.
"From").
Reimplemented from KMime::Headers::Base.
Definition at line 1208 of file kmime_headers.cpp.
The documentation for this class was generated from the following files: