![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdirectfbeglhooks.h>
Public Member Functions | |
void | platformInit () |
void | platformDestroy () |
bool | hasCapability (QPlatformIntegration::Capability) const |
Definition at line 12 of file qdirectfbeglhooks.h.
bool QDirectFBEGLHooks::hasCapability | ( | QPlatformIntegration::Capability | ) | const |
Definition at line 20 of file qdirectfbeglhooks_stub.cpp.
void QDirectFBEGLHooks::platformDestroy | ( | ) |
Definition at line 16 of file qdirectfbeglhooks_stub.cpp.
void QDirectFBEGLHooks::platformInit | ( | ) |
This file is compiled in case there is no platform specific hook. On an optimizing compiler these functions should never be called.
Definition at line 12 of file qdirectfbeglhooks_stub.cpp.