Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include <StanzaExtensions.h>
Public Member Functions | |
ProfileQuery (const glooxwrapper::Tag *tag=0) | |
virtual StanzaExtension * | newInstance (const glooxwrapper::Tag *tag) const |
virtual const glooxwrapper::string & | filterString () const |
Required by gloox, used to find the Profile element in a received IQ. More... | |
virtual glooxwrapper::Tag * | tag () const |
Required by gloox, used to serialize the Profile request into XML for sending. More... | |
virtual glooxwrapper::StanzaExtension * | clone () const |
~ProfileQuery () | |
Public Member Functions inherited from glooxwrapper::StanzaExtension | |
StanzaExtension (int type) | |
virtual | ~StanzaExtension () |
virtual const string & | filterString () const =0 |
virtual StanzaExtension * | newInstance (const Tag *tag) const =0 |
virtual glooxwrapper::Tag * | tag () const =0 |
virtual StanzaExtension * | clone () const =0 |
int | extensionType () const |
Public Attributes | |
glooxwrapper::string | m_Command |
std::vector< const glooxwrapper::Tag * > | m_StanzaProfile |
ProfileQuery::ProfileQuery | ( | const glooxwrapper::Tag * | tag = 0 | ) |
ProfileQuery::~ProfileQuery | ( | ) |
|
virtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to find the Profile element in a received IQ.
Implements glooxwrapper::StanzaExtension.
|
inlinevirtual |
Implements glooxwrapper::StanzaExtension.
|
virtual |
Required by gloox, used to serialize the Profile request into XML for sending.
Implements glooxwrapper::StanzaExtension.
glooxwrapper::string ProfileQuery::m_Command |
std::vector<const glooxwrapper::Tag*> ProfileQuery::m_StanzaProfile |