From 564216b28a05cbcebbaef96d9f07d48dd671b7d5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 31 Aug 2010 07:22:02 +0000 Subject: delete old html files --- doc/html/classQXmppStanza.html | 228 ----------------------------------------- 1 file changed, 228 deletions(-) delete mode 100644 doc/html/classQXmppStanza.html (limited to 'doc/html/classQXmppStanza.html') diff --git a/doc/html/classQXmppStanza.html b/doc/html/classQXmppStanza.html deleted file mode 100644 index 3624c8b3..00000000 --- a/doc/html/classQXmppStanza.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - -QXmpp: QXmppStanza Class Reference - - - - - - - - - -
-

QXmppStanza Class Reference
- -[Stanzas] -

-

The QXmppStanza class is the base class for all XMPP stanzas. -More...

- -

#include <QXmppStanza.h>

-
-Inheritance diagram for QXmppStanza:
-
-
- - -QXmppIq -QXmppMessage -QXmppPresence -QXmppArchiveChatIq -QXmppArchiveListIq -QXmppArchivePrefIq -QXmppArchiveRetrieveIq -QXmppJingleIq -QXmppMucAdminIq -QXmppMucOwnerIq -QXmppRosterIq -QXmppRpcInvokeIq -QXmppRpcResponseIq -QXmppVCard -QXmppVersionIq - -
-
- -

List of all members.

- - - - - - - - - - - - - - - - - -

Public Member Functions

QXmppStanza (const QString &from="", const QString &to="")
QString to () const
void setTo (const QString &)
-QString from () const
 Returns the stanza's sender JID.
void setFrom (const QString &)
-QString id () const
 Returns the stanza's identifier.
void setId (const QString &)
-QString lang () const
-void setLang (const QString &)
-QXmppStanza::Error error () const
-void setError (QXmppStanza::Error &error)
-QXmppElementList extensions () const
-void setExtensions (const QXmppElementList &elements)
-

Detailed Description

-

The QXmppStanza class is the base class for all XMPP stanzas.

-

Member Function Documentation

- -
-
- - - - - - - - - -
void QXmppStanza::setFrom (const QString &  from ) 
-
-
-

Sets the stanza's sender JID.

-
Parameters:
- - -
from 
-
-
- -
-
- -
-
- - - - - - - - - -
void QXmppStanza::setId (const QString &  id ) 
-
-
-

Sets the stanza's identifier.

-
Parameters:
- - -
id 
-
-
- -
-
- -
-
- - - - - - - - - -
void QXmppStanza::setTo (const QString &  to ) 
-
-
-

Sets the stanza's recipient JID.

-
Parameters:
- - -
to 
-
-
- -
-
- -
-
- - - - - - - - -
QString QXmppStanza::to ( )  const
-
-
-

Returns the stanza's recipient JID.

- -
-
-
The documentation for this class was generated from the following files: -
- -
- All Classes Functions Enumerations Enumerator
- - -
- -
- -
Generated on Sun Aug 22 16:04:14 2010 for QXmpp by  - -doxygen 1.6.1
- - -- cgit v1.2.3