KMime::HeaderFactory Class Reference
This is a factory for KMime::Headers.Factory for KMime::Headers. More...
#include <kmime_headers.h>
Inheritance diagram for KMime::HeaderFactory:


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) |
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 809 of file kmime_headers.h.
Member Function Documentation
|
Create a new header object of type
Definition at line 820 of file kmime_headers.h. |
|
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 835 of file kmime_headers.h. |
|
Consume
Definition at line 849 of file kmime_headers.h. |
The documentation for this class was generated from the following file: