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

Public Member Functions | |
Generic (const char *t) | |
Generic (const char *t, Content *p) | |
Generic (const char *t, Content *p, const QByteArray &s) | |
Generic (const char *t, Content *p, const QString &s, const QByteArray &cs) | |
virtual void | clear () |
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
Member Function Documentation
void KMime::Headers::Generic::clear | ( | ) | [virtual] |
Deletes.
Reimplemented from KMime::Headers::Generics::Unstructured.
Definition at line 1264 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 1272 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 1277 of file kmime_headers.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:08:32 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:08:32 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.