#include <registration.h>
Inherits StanzaExtension.
Inheritance diagram for Registration::Query:

Public Member Functions | |
| Query (DataForm *form) | |
| Query (bool del=false) | |
| Query (int fields, const RegistrationFields &values) | |
| Query (const Tag *tag) | |
| virtual | ~Query () |
| const DataForm * | form () const |
| const std::string & | instructions () const |
| int | fields () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
Definition at line 207 of file registration.h.
|
|
Creates a new object that can be used to carry out a search.
Definition at line 26 of file registration.cpp. |
|
|
Creates a new object that can be used to carry out a search.
Definition at line 32 of file registration.cpp. |
|
||||||||||||
|
Creates a new object that can be used to carry out a search.
Definition at line 38 of file registration.cpp. |
|
|
Creates a new object that can be used to request search fields. Optionally, it can parse the given Tag.
Definition at line 44 of file registration.cpp. |
|
|
Virtual Destructor. Definition at line 149 of file registration.cpp. |
|
|
Returns the search fields, if set.
Definition at line 258 of file registration.h. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 155 of file registration.cpp. |
|
|
Returns the contained search form, if any.
Definition at line 246 of file registration.h. |
|
|
Returns the search instructions, if given
Definition at line 252 of file registration.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 279 of file registration.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 161 of file registration.cpp. |
1.4.1