QCocoaWindowFunctions 类

QCocoaWindowFunctions class is an inline class containing miscellaneous functionality for NSWindow and NSView window specific functionality. 更多...

头: #include <QCocoaWindowFunctions>

公共类型

typedef BottomLeftClippedByNSWindowOffset

静态公共成员

QPoint bottomLeftClippedByNSWindowOffset (QWindow * window )
const QByteArray bottomLeftClippedByNSWindowOffsetIdentifier ()

详细描述

QCocoaWindowFunctions class is an inline class containing miscellaneous functionality for NSWindow and NSView window specific functionality.

注意: 此类没有二进制兼容性保证,意味使用它的应用程序只保证能工作于针对它开发的 Qt 版本。

成员类型文档编制

typedef QCocoaWindowFunctions:: BottomLeftClippedByNSWindowOffset

这是 typedef 对于函数返回通过 QGuiApplication::platformFunction 当传递 clippedByNSWindowIdentifier。

成员函数文档编制

[static] QPoint QCocoaWindowFunctions:: bottomLeftClippedByNSWindowOffset ( QWindow * window )

这是可直接使用的方便函数,而不是解析函数指针。 window 将中继到函数检索通过 QGuiApplication

[static] const QByteArray QCocoaWindowFunctions:: bottomLeftClippedByNSWindowOffsetIdentifier ()

This function returnes the bytearray that can be used to query QGuiApplication::platformFunction 以检索 BottomLeftClippedByNSWindowOffset 函数。