KMime::HeaderFactory Class Reference
This is a factory for KMime::Headers.Factory for KMime::Headers. More...
#include <kmime_headers.h>
Inherits QAsciiDict.
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>
Member Function Documentation
|
Create a new header object of type
|
|
This is a wrapper around the above function, provided for convenience. It differs from the above only in what arguments it takes. |
|
Consume
|
The documentation for this class was generated from the following file:
- kmime_headers.h