gloox
1.0.28
|
#include <messageevent.h>
Public Member Functions | |
MessageEvent (const Tag *tag) | |
MessageEvent (int type, const std::string &id=EmptyString) | |
virtual | ~MessageEvent () |
int | event () const |
std::string | id () const |
virtual const std::string & | filterString () const |
virtual StanzaExtension * | newInstance (const Tag *tag) const |
Tag * | tag () const |
virtual StanzaExtension * | clone () const |
Public Member Functions inherited from StanzaExtension | |
StanzaExtension (int type) | |
virtual | ~StanzaExtension () |
virtual Stanza * | embeddedStanza () const |
virtual Tag * | embeddedTag () const |
int | extensionType () const |
An implementation of Message Events (XEP-0022) as a StanzaExtension.
Definition at line 32 of file messageevent.h.
MessageEvent | ( | const Tag * | tag | ) |
Constructs a new object from the given Tag.
tag | A Tag to parse. |
Definition at line 28 of file messageevent.cpp.
|
inline |
Constructs a new object of the given type, with an optional message ID.
type | One or more MessageEventType . |
id | An optional message ID. Links this Event to the message it is generated for. |
Definition at line 47 of file messageevent.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 54 of file messageevent.h.
|
inlinevirtual |
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension.
Definition at line 81 of file messageevent.h.
|
inline |
Returns the object's event or events.
Definition at line 60 of file messageevent.h.
|
virtual |
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension.
Definition at line 47 of file messageevent.cpp.
|
inline |
|
inlinevirtual |
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:
Implements StanzaExtension.
Definition at line 72 of file messageevent.h.
|
virtual |
Returns a Tag representation of the extension.
Implements StanzaExtension.
Definition at line 53 of file messageevent.cpp.