Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qdirectfbeglhooks.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#ifndef QDIRECTFBEGL_HOOKS_H
5
#define QDIRECTFBEGL_HOOKS_H
6
7
#include <qpa/qplatformintegration.h>
8
9
QT_BEGIN_NAMESPACE
10
11
struct
QDirectFBEGLHooks
{
12
void
platformInit
();
13
void
platformDestroy
();
14
bool
hasCapability
(
QPlatformIntegration::Capability
)
const
;
15
};
16
17
QT_END_NAMESPACE
18
19
#endif
QPlatformIntegration::Capability
Capability
Capabilities are used to determine specific features of a platform integration.
Definition
qplatformintegration.h:77
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
QDirectFBEGLHooks
Definition
qdirectfbeglhooks.h:11
QDirectFBEGLHooks::platformInit
void platformInit()
Definition
qdirectfbeglhooks_stub.cpp:11
QDirectFBEGLHooks::hasCapability
bool hasCapability(QPlatformIntegration::Capability) const
Definition
qdirectfbeglhooks_stub.cpp:19
QDirectFBEGLHooks::platformDestroy
void platformDestroy()
Definition
qdirectfbeglhooks_stub.cpp:15
qtbase
src
plugins
platforms
directfb
qdirectfbeglhooks.h
Generated by
1.9.7