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
()
此函數返迴的字節數組可用於查詢 QGuiApplication::platformFunction 以檢索 BottomLeftClippedByNSWindowOffset 函數。