Heart
1.3.866.61e5c3c
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
asyncsqldbwriter.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-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
#ifndef ASYNCSQLDBWRITER_H
9
#define ASYNCSQLDBWRITER_H
10
11
#include "
sqldbwriter.h
"
12
13
namespace
QH
{
14
15
20
class
HEARTSHARED_EXPORT
AsyncSqlDBWriter
:
public
SqlDBWriter
21
{
22
Q_OBJECT
23
public
:
24
AsyncSqlDBWriter
(QObject* ptr =
nullptr
);
25
~AsyncSqlDBWriter
();
26
27
};
20
class
HEARTSHARED_EXPORT
AsyncSqlDBWriter
:
public
SqlDBWriter
{
…
};
28
29
}
30
#endif
// ASYNCSQLDBWRITER_H
QH::AsyncSqlDBWriter
The AsyncSqlDbWriter class is some as SqlDBWriter but run all command in own thread....
Definition
asyncsqldbwriter.h:21
QH::SqlDBWriter
The SqlDBWriter class. This class write and read objects from database (hard level)....
Definition
sqldbwriter.h:36
HEARTSHARED_EXPORT
#define HEARTSHARED_EXPORT
Definition
heart_global.h:19
QH
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition
heart.cpp:13
sqldbwriter.h
src
public
asyncsqldbwriter.h
Generated by
1.9.8