#include <receipt.h>
Inherits StanzaExtension.
Inheritance diagram for Receipt:

Public Member Functions | |
| Receipt (const Tag *tag) | |
| Receipt (ReceiptType rcpt) | |
| virtual | ~Receipt () |
| ReceiptType | rcpt () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| Tag * | tag () const |
Definition at line 42 of file receipt.h.
|
|
Constructs a new object from the given Tag.
Definition at line 31 of file receipt.cpp. |
|
|
Constructs a new object of the given type.
|
|
|
Virtual destructor. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 37 of file receipt.cpp. |
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. |
|
|
Returns the object's state.
|
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 45 of file receipt.cpp. |
1.4.1