libkmime
KMime::Headers::Generic Class Reference
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::Generic:

Detailed Description
Represents an arbitrary header, that can contain any header-field.Adds a type over GUnstructured.
- See also:
- GUnstructured
Definition at line 568 of file kmime_headers.h.
Public Member Functions | |
Generic () | |
Generic (const char *t) | |
Generic (const char *t, Content *p) | |
Generic (const char *t, Content *p, const QCString &s) | |
Generic (const char *t, Content *p, const QString &s, const QCString &cs) | |
~Generic () | |
virtual void | clear () |
virtual bool | isEmpty () |
virtual const char * | type () |
void | setType (const char *type) |
Protected Attributes | |
char * | t_ype |
Member Function Documentation
virtual void KMime::Headers::Generic::clear | ( | ) | [inline, virtual] |
Delete.
Reimplemented from KMime::Headers::Generics::GUnstructured.
Definition at line 582 of file kmime_headers.h.
virtual bool KMime::Headers::Generic::isEmpty | ( | ) | [inline, virtual] |
Do we have data?
Reimplemented from KMime::Headers::Generics::GUnstructured.
Definition at line 583 of file kmime_headers.h.
virtual const char* KMime::Headers::Generic::type | ( | ) | [inline, virtual] |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 584 of file kmime_headers.h.
The documentation for this class was generated from the following files: