#include <stanzaextension.h>
Inherited by DelayedDelivery, GPGEncrypted, GPGSigned, OOB, VCardUpdate, and XDelayedDelivery.
Inheritance diagram for StanzaExtension:

Public Member Functions | |
| StanzaExtension (StanzaExtensionType type) | |
| virtual | ~StanzaExtension () |
| StanzaExtensionType | type () const |
| virtual Tag * | tag () const =0 |
You should not need to use this class directly.
Definition at line 49 of file stanzaextension.h.
|
|
Constructs an empty StanzaExtension. Definition at line 55 of file stanzaextension.h. |
|
|
Virtual destructor. Definition at line 60 of file stanzaextension.h. |
|
|
Returns a Tag representation of the extension.
Implemented in DelayedDelivery, GPGEncrypted, GPGSigned, OOB, VCardUpdate, and XDelayedDelivery. |
|
|
Returns the extension's type.
Definition at line 66 of file stanzaextension.h. |
1.4.1