Heart
1.3.861.487e628
Heart is base back end library for your c++ Qt projects.
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
h
i
m
n
o
p
q
s
t
u
v
Functions
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
b
c
d
f
h
i
l
m
n
p
q
r
t
u
w
Functions
Macros
b
c
d
f
h
l
m
n
p
q
r
t
u
w
Examples
versionisreceived.cpp
Go to the documentation of this file.
1
//#
2
//# Copyright (C) 2020-2025 QuasarApp.
3
//# Distributed under the lgplv3 software license, see the accompanying
4
//# Everyone is permitted to copy and distribute verbatim copies
5
//# of this license document, but changing it is not allowed.
6
//#
7
8
#include "
versionisreceived.h
"
9
namespace
QH
{
10
namespace
PKG {
11
12
VersionIsReceived::VersionIsReceived
()
13
{
14
15
}
12
VersionIsReceived::VersionIsReceived
() {
…
}
16
17
QDataStream &
VersionIsReceived::fromStream
(QDataStream &stream) {
18
return
stream;
19
}
17
QDataStream &
VersionIsReceived::fromStream
(QDataStream &stream) {
…
}
20
21
QDataStream &
VersionIsReceived::toStream
(QDataStream &stream)
const
{
22
return
stream;
23
}
21
QDataStream &
VersionIsReceived::toStream
(QDataStream &stream)
const
{
…
}
24
}
25
}
QH::PKG::VersionIsReceived::fromStream
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
Definition
versionisreceived.cpp:17
QH::PKG::VersionIsReceived::toStream
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
Definition
versionisreceived.cpp:21
QH::PKG::VersionIsReceived::VersionIsReceived
VersionIsReceived()
Definition
versionisreceived.cpp:12
QH
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition
heart.cpp:13
versionisreceived.h
src
private
versionisreceived.cpp
Generated by
1.9.8