KDDockWidgets API Documentation 2.0
Loading...
Searching...
No Matches
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
19namespace Dartagnan {
20
21typedef int (*CleanupCallback)(void *thisPtr);
23
24template<typename T>
25struct ValueWrapper
26{
27 T value;
28};
29
30}
31extern "C" {
32// fuzzyCompare(double a, double b, double epsilon)
33bool 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}
38// initFrontend(KDDockWidgets::FrontendType arg__1)
43// spdlogLoggerName()
45{
46 const auto &result = KDDockWidgets::spdlogLoggerName();
47 return result;
48}
49}
const char * c_static_KDDockWidgets__spdlogLoggerName()
bool c_static_KDDockWidgets__fuzzyCompare_double_double_double(double a, double b, double epsilon)
void c_static_KDDockWidgets__initFrontend_FrontendType(int arg__1)
int(* CleanupCallback)(void *thisPtr)
Definition Config_c.cpp:21
static CleanupCallback s_cleanupCallback
Definition Config_c.cpp:22
bool fuzzyCompare(double a, double b, double epsilon=0.0001)
void DOCKS_EXPORT initFrontend(FrontendType)
Initializes the desired frontend This function should be called before using any docking....
DOCKS_EXPORT const char * spdlogLoggerName()

© 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