![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <render/qohossurface.h>#include <QtCore/qscopeguard.h>#include <QtGui/qimage.h>#include <native_window/external_window.h>#include <native_buffer/native_buffer.h>#include <native_window/buffer_handle.h>#include <poll.h>#include <qohosplugincore.h>#include <qohosutils.h>#include <sys/mman.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| void | QT_BEGIN_NAMESPACE::setupNativeWindowBufferUsage (::OHNativeWindow *nativeWindow, std::uint64_t usageSetBits) |
| void | QT_BEGIN_NAMESPACE::setupNativeWindowBufferFormat (::OHNativeWindow *nativeWindow) |
| std::shared_ptr< int > | QT_BEGIN_NAMESPACE::makeFdAutoClosingWrapper () |
| bool | QT_BEGIN_NAMESPACE::tryMapBufferHandleMemory (::BufferHandle *bufferHandle, void *&outMemory) |
| bool | QT_BEGIN_NAMESPACE::waitForFdReadyForReadOrTimeout (int fd, const char *fdName, ch::milliseconds timeoutMs) |