The 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 () |
The QCocoaWindowFunctions class is an inline class containing miscellaneous functionality for NSWindow and NSView window specific functionality.
注意: 此类没有二进制兼容性保证,意味使用它的应用程序只保证能工作于针对它开发的 Qt 版本。
这是 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 函数。