QCocoaWindowFunctions 類

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 QCocoaWindowFunctions:: BottomLeftClippedByNSWindowOffset

這是 typedef 對於函數返迴通過 QGuiApplication::platformFunction 當傳遞 clippedByNSWindowIdentifier。

成員函數文檔編製

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

這是可直接使用的方便函數,而不是解析函數指針。 window 將中繼到函數檢索通過 QGuiApplication

[static] const QByteArray QCocoaWindowFunctions:: bottomLeftClippedByNSWindowOffsetIdentifier ()

此函數返迴的字節數組可用於查詢 QGuiApplication::platformFunction 以檢索 BottomLeftClippedByNSWindowOffset 函數。