QXmpp
Version: 1.11.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
Typedefs
a
b
c
d
e
f
g
i
j
m
n
o
p
r
s
u
v
Enumerations
a
c
d
e
g
h
i
l
m
n
q
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
a
b
d
f
g
i
j
l
m
n
p
r
s
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Loading...
Searching...
No Matches
src
base
QXmppBitsOfBinaryIq.h
1
// SPDX-FileCopyrightText: 2019 Linus Jahn <lnj@kaidan.im>
2
//
3
// SPDX-License-Identifier: LGPL-2.1-or-later
4
5
#ifndef QXMPPBITSOFBINARYIQ_H
6
#define QXMPPBITSOFBINARYIQ_H
7
8
#include "QXmppBitsOfBinaryData.h"
9
#include "QXmppIq.h"
10
11
class
QXMPP_EXPORT
QXmppBitsOfBinaryIq
:
public
QXmppIq
,
public
QXmppBitsOfBinaryData
12
{
13
public
:
14
QXmppBitsOfBinaryIq
();
15
~QXmppBitsOfBinaryIq
()
override
;
16
17
static
bool
isBitsOfBinaryIq(
const
QDomElement &element);
18
19
protected
:
21
void
parseElementFromChild(
const
QDomElement &element)
override
;
22
void
toXmlElementFromChild(QXmlStreamWriter *writer)
const override
;
24
};
11
class
QXMPP_EXPORT
QXmppBitsOfBinaryIq
:
public
QXmppIq
,
public
QXmppBitsOfBinaryData
{
…
};
25
26
#endif
// QXMPPBITSOFBINARYIQ_H
QXmppBitsOfBinaryData
Definition
QXmppBitsOfBinaryData.h:19
QXmppBitsOfBinaryIq
Definition
QXmppBitsOfBinaryIq.h:12
QXmppIq
The QXmppIq class is the base class for all IQs.
Definition
QXmppIq.h:23
Generated by
1.9.8