Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
vsync.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <qarkui/vsync.h>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <native_vsync/native_vsync.h>
#include <native_window/external_window.h>
#include <qarkui/qarkuiutils.h>
#include <qohosplugincore.h>
#include <qohosutils.h>
#include <render/qohosbatchingrequestshandler.h>
#include <unordered_set>
#include <utility>
Include dependency graph for vsync.cpp:

Go to the source code of this file.

Classes

struct  std::hash< VsyncId >

Namespaces

namespace  QArkUi

Typedefs

using VsyncId = QtOhos::TypedId<std::uintptr_t, struct VsyncIdTag>

Functions

std::function< void()> QArkUi::makeVSyncFrameRequester (::OHNativeWindow *nativeWindow, std::function< void()> vsyncFrameReadyFunc)

Typedef Documentation

◆ VsyncId

typedef QtOhos::TypedId< std::uintptr_t, struct VsyncIdTag > VsyncId = QtOhos::TypedId<std::uintptr_t, struct VsyncIdTag>

Definition at line 19 of file vsync.cpp.