QCocoaWindowFunctions Class▲
-
Header: QCocoaWindowFunctions
Detailed Description▲
There is no binary compatibility guarantee for this class, meaning that an application using it is only guaranteed to work with the Qt version it was developed against.
Member Type Documentation▲
QCocoaWindowFunctions::BottomLeftClippedByNSWindowOffset▲
This is the typedef for the function returned by QGuiApplication::platformFunction when passed clippedByNSWindowIdentifier.
Member Function Documentation▲
[static] QPoint QCocoaWindowFunctions::bottomLeftClippedByNSWindowOffset(QWindow *window)▲
This is a convenience function that can be used directly instead of resolving the function pointer. window will be relayed to the function retrieved by QGuiApplication
[static] const QByteArray QCocoaWindowFunctions::bottomLeftClippedByNSWindowOffsetIdentifier()▲
This function returns the bytearray that can be used to query QGuiApplication::platformFunction to retrieve the BottomLeftClippedByNSWindowOffset function.