Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
BoardListQuery Class Reference

#include <StanzaExtensions.h>

Inheritance diagram for BoardListQuery:
Inheritance graph
[legend]
Collaboration diagram for BoardListQuery:
Collaboration graph
[legend]

Public Member Functions

 BoardListQuery (const glooxwrapper::Tag *tag=0)
 
virtual StanzaExtensionnewInstance (const glooxwrapper::Tag *tag) const
 
virtual const glooxwrapper::stringfilterString () const
 Required by gloox, used to find the BoardList element in a received IQ. More...
 
virtual glooxwrapper::Tagtag () const
 Required by gloox, used to serialize the BoardList request into XML for sending. More...
 
virtual glooxwrapper::StanzaExtensionclone () const
 
 ~BoardListQuery ()
 
- Public Member Functions inherited from glooxwrapper::StanzaExtension
 StanzaExtension (int type)
 
virtual ~StanzaExtension ()
 
int extensionType () const
 

Public Attributes

glooxwrapper::string m_Command
 
std::vector< const glooxwrapper::Tag * > m_StanzaBoardList
 

Constructor & Destructor Documentation

◆ BoardListQuery()

BoardListQuery::BoardListQuery ( const glooxwrapper::Tag tag = 0)

◆ ~BoardListQuery()

BoardListQuery::~BoardListQuery ( )

Member Function Documentation

◆ clone()

glooxwrapper::StanzaExtension * BoardListQuery::clone ( ) const
virtual

◆ filterString()

const glooxwrapper::string & BoardListQuery::filterString ( ) const
virtual

Required by gloox, used to find the BoardList element in a received IQ.

Implements glooxwrapper::StanzaExtension.

◆ newInstance()

virtual StanzaExtension* BoardListQuery::newInstance ( const glooxwrapper::Tag tag) const
inlinevirtual

◆ tag()

glooxwrapper::Tag * BoardListQuery::tag ( ) const
virtual

Required by gloox, used to serialize the BoardList request into XML for sending.

Implements glooxwrapper::StanzaExtension.

Member Data Documentation

◆ m_Command

glooxwrapper::string BoardListQuery::m_Command

◆ m_StanzaBoardList

std::vector<const glooxwrapper::Tag*> BoardListQuery::m_StanzaBoardList

The documentation for this class was generated from the following files: