#include <pubsubevent.h>
Inherits StanzaExtension.
Inheritance diagram for Event:

Public Types | |
| typedef std::list< ItemOperation * > | ItemOperationList |
Public Member Functions | |
| Event (const Tag *event) | |
| virtual | ~Event () |
| PubSub::EventType | type () const |
| const StringList & | subscriptions () const |
| const ItemOperationList & | items () const |
| const std::string & | node () |
| const std::string & | filterString () const |
| StanzaExtension * | newInstance (const Tag *tag) const |
| Tag * | tag () const |
Classes | |
| struct | ItemOperation |
Definition at line 34 of file pubsubevent.h.
|
|
A list of ItemOperations. Definition at line 62 of file pubsubevent.h. |
|
|
PubSub event notification Stanza Extension.
Definition at line 32 of file pubsubevent.cpp. |
|
|
Virtual destructor. Definition at line 122 of file pubsubevent.cpp. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 138 of file pubsubevent.cpp. |
|
|
Returns the list of ItemOperations for EventItems(Retract) notification.
Definition at line 93 of file pubsubevent.h. |
|
|
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. Definition at line 106 of file pubsubevent.h. |
|
|
Returns the node's ID for which the notification is sent.
Definition at line 100 of file pubsubevent.h. |
|
|
Returns the list of subscription IDs for which this notification is valid.
Definition at line 86 of file pubsubevent.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 144 of file pubsubevent.cpp. |
|
|
Returns the event's type.
Definition at line 79 of file pubsubevent.h. |
1.4.1