KDDockWidgets API Documentation
2.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
j
l
m
o
p
q
r
s
t
v
w
Functions
a
b
c
f
g
i
j
l
m
o
p
q
r
s
t
w
Variables
a
r
s
Typedefs
Enumerations
Enumerator
a
c
d
f
l
m
r
s
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
d
g
i
m
p
s
v
Typedefs
b
c
l
p
s
t
v
Enumerations
Enumerator
c
f
i
r
Properties
a
c
d
f
g
h
i
m
o
s
t
u
Files
File List
File Members
All
a
b
c
d
f
h
i
k
l
m
o
p
q
r
s
t
w
Functions
a
b
c
d
f
h
i
l
m
o
p
q
r
s
t
w
Variables
Enumerations
Enumerator
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
Concepts
Loading...
Searching...
No Matches
source
src
flutter
generated
KDDockWidgetsBindings
dart
ffi
KDDockWidgets_c.cpp
Go to the documentation of this file.
1
/*
2
This file is part of KDDockWidgets.
3
4
SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
5
Author: Sérgio Martins <sergio.martins@kdab.com>
6
7
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
8
9
Contact KDAB at <info@kdab.com> for commercial licensing options.
10
*/
11
#include "
KDDockWidgets_c.h
"
12
13
14
#include <iostream>
15
16
#include <cassert>
17
18
19
namespace
Dartagnan
{
20
21
typedef
int (*
CleanupCallback
)(
void
*thisPtr);
22
static
CleanupCallback
s_cleanupCallback
=
nullptr
;
23
24
template
<
typename
T>
25
struct
ValueWrapper
26
{
27
T value;
28
};
29
30
}
31
extern
"C"
{
32
// fuzzyCompare(double a, double b, double epsilon)
33
bool
c_static_KDDockWidgets__fuzzyCompare_double_double_double
(
double
a,
double
b,
double
epsilon)
34
{
35
const
auto
&result =
KDDockWidgets::fuzzyCompare
(a, b, epsilon);
36
return
result;
37
}
33
bool
c_static_KDDockWidgets__fuzzyCompare_double_double_double
(
double
a,
double
b,
double
epsilon) {
…
}
38
// initFrontend(KDDockWidgets::FrontendType arg__1)
39
void
c_static_KDDockWidgets__initFrontend_FrontendType
(
int
arg__1)
40
{
41
KDDockWidgets::initFrontend
(
static_cast<
KDDockWidgets::FrontendType
>
(arg__1));
42
}
39
void
c_static_KDDockWidgets__initFrontend_FrontendType
(
int
arg__1) {
…
}
43
// spdlogLoggerName()
44
const
char
*
c_static_KDDockWidgets__spdlogLoggerName
()
45
{
46
const
auto
&result =
KDDockWidgets::spdlogLoggerName
();
47
return
result;
48
}
44
const
char
*
c_static_KDDockWidgets__spdlogLoggerName
() {
…
}
49
}
c_static_KDDockWidgets__spdlogLoggerName
const char * c_static_KDDockWidgets__spdlogLoggerName()
Definition
KDDockWidgets_c.cpp:44
c_static_KDDockWidgets__fuzzyCompare_double_double_double
bool c_static_KDDockWidgets__fuzzyCompare_double_double_double(double a, double b, double epsilon)
Definition
KDDockWidgets_c.cpp:33
c_static_KDDockWidgets__initFrontend_FrontendType
void c_static_KDDockWidgets__initFrontend_FrontendType(int arg__1)
Definition
KDDockWidgets_c.cpp:39
KDDockWidgets_c.h
Dartagnan
Definition
Config_c.cpp:19
Dartagnan::CleanupCallback
int(* CleanupCallback)(void *thisPtr)
Definition
Config_c.cpp:21
Dartagnan::s_cleanupCallback
static CleanupCallback s_cleanupCallback
Definition
Config_c.cpp:22
KDDockWidgets::FrontendType
FrontendType
Definition
KDDockWidgets.h:121
KDDockWidgets::fuzzyCompare
bool fuzzyCompare(double a, double b, double epsilon=0.0001)
Definition
KDDockWidgets.h:420
KDDockWidgets::initFrontend
void DOCKS_EXPORT initFrontend(FrontendType)
Initializes the desired frontend This function should be called before using any docking....
Definition
KDDockWidgets.cpp:29
KDDockWidgets::spdlogLoggerName
DOCKS_EXPORT const char * spdlogLoggerName()
Definition
KDDockWidgets.cpp:51
© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDDockWidgets
Advanced Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets/
Generated by doxygen 1.9.8