KDDockWidgets API Documentation 2.1
Loading...
Searching...
No Matches
DelayedCall_c.h
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_export.h"
12#include <DelayedCall_p.h>
13
15namespace KDDWBindingsCore {
16class DelayedCall_wrapper : public ::KDDockWidgets::Core::DelayedCall
17{
18public:
21 virtual void call();
22 virtual void call_nocallback();
23 typedef void (*Callback_call)(void *);
25};
26}
27}
28extern "C" {
29// KDDockWidgets::Core::DelayedCall::DelayedCall()
31// KDDockWidgets::Core::DelayedCall::call()
32DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__call(void *thisObj);
33DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__destructor(void *thisObj);
34DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
35DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall_Finalizer(void *cppObj);
36}
DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__destructor(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall__call(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__DelayedCall_Finalizer(void *cppObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__DelayedCall__constructor()

© 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