libkmime
KMime::HeaderFactory Class Reference
#include <kmime_headers.h>
Detailed Description
This is a factory for KMime::Headers.Factory for KMime::Headers.You can create new header objects by type with create and upgrade an existing Headers::Generic to a specialized header object.
If you are a header class author, you can register your class (let's call it Foo) so:
- Author:
- Marc Mutz <mutz@kde.org>
Definition at line 811 of file kmime_headers.h.
Static Public Member Functions | |
static Headers::Base * | create (const char *aType) |
static Headers::Base * | create (const QCString &aType) |
static Headers::Base * | upgrade (Headers::Generic *aType) |
Member Function Documentation
|
This is a wrapper around the above function, provided for convenience. It differs from the above only in what arguments it takes. Definition at line 837 of file kmime_headers.h. |
|
Create a new header object of type
Definition at line 822 of file kmime_headers.h. |
|
Consume
Definition at line 851 of file kmime_headers.h. |
The documentation for this class was generated from the following file: