QCocoaWindowFunctions 类是包含用于 NSWindow 和 NSView 窗口特定功能的杂项功能内联类。 更多...
| 头: | #include <QCocoaWindowFunctions> | 
| typedef | BottomLeftClippedByNSWindowOffset | 
| QPoint | bottomLeftClippedByNSWindowOffset (QWindow * window ) | 
| const QByteArray | bottomLeftClippedByNSWindowOffsetIdentifier () | 
注意: 此类没有二进制兼容性保证,意味使用它的应用程序只保证能工作于针对它开发的 Qt 版本。
这是 typedef 对于函数返回通过 QGuiApplication::platformFunction 当传递 clippedByNSWindowIdentifier。
[static]
						
						
							
								QPoint
							
						
						QCocoaWindowFunctions::
						
							bottomLeftClippedByNSWindowOffset
						
						(
						
							
								QWindow
							
						
						*
						
							window
						
						)
						
					这是可直接使用的方便函数,而不是解析函数指针。 window 将中继到函数检索通过 QGuiApplication
[static]
						
						const
						
							
								QByteArray
							
						
						QCocoaWindowFunctions::
						
							bottomLeftClippedByNSWindowOffsetIdentifier
						
						()
						
					此函数返回的字节数组可用于查询 QGuiApplication::platformFunction 以检索 BottomLeftClippedByNSWindowOffset 函数。