QXmpp  Version:0.9.3
Public Types | Public Member Functions
QXmppIq Class Reference

The QXmppIq class is the base class for all IQs. More...

#include <QXmppIq.h>

Inheritance diagram for QXmppIq:
QXmppStanza QXmppArchiveChatIq QXmppArchiveListIq QXmppArchivePrefIq QXmppArchiveRemoveIq QXmppArchiveRetrieveIq QXmppBindIq QXmppJingleIq QXmppMucAdminIq QXmppMucOwnerIq QXmppPubSubIq QXmppRegisterIq QXmppRosterIq QXmppRpcInvokeIq QXmppRpcResponseIq QXmppSessionIq QXmppVCardIq QXmppVersionIq

List of all members.

Public Types

enum  Type { Error = 0, Get, Set, Result }
 This enum describes the type of IQ. More...

Public Member Functions

 QXmppIq (QXmppIq::Type type=QXmppIq::Get)
 QXmppIq (const QXmppIq &other)
 Constructs a copy of other.
QXmppIqoperator= (const QXmppIq &other)
 Assigns other to this IQ.
QXmppIq::Type type () const
void setType (QXmppIq::Type)

Detailed Description

The QXmppIq class is the base class for all IQs.


Member Enumeration Documentation

This enum describes the type of IQ.

Enumerator:
Error 

Error response.

Get 

Get request.

Set 

Set request.

Result 

Result.


Constructor & Destructor Documentation

Constructs a QXmppIq with the specified type.

Parameters:
type

Member Function Documentation

Sets the IQ's type.

Parameters:
type

Returns the IQ's type.


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator Properties