QGraphicsApiFilter Class
					
					
						(
						
							Qt3DRender::QGraphicsApiFilter
						
						)
						
					
					
						The
						
							QGraphicsApiFilter
						
						class identifies the API required for the attached
						
							QTechnique
						
						.
						
							更多...
						
					
					
					
					
						公共类型
						
					
					
						
							| enum | Api
									
								
								{ OpenGLES, OpenGL, Vulkan, DirectX } | 
						
							| enum | OpenGLProfile
									
								
								{ NoProfile, CoreProfile, CompatibilityProfile } | 
					
					
					
						特性
						
					
					
					
					
						公共函数
						
					
					
					
					
						公共槽
						
					
					
					
					
						信号
						
					
					
					
					
						静态公共成员
						
					
					
					
					
					
						
							| bool | operator!=
									
								
								(const Qt3DRender::QGraphicsApiFilter &
								
									reference
								
								, const Qt3DRender::QGraphicsApiFilter &
								
									sample
								
								) | 
						
							| bool | operator==
									
								
								(const Qt3DRender::QGraphicsApiFilter &
								
									reference
								
								, const Qt3DRender::QGraphicsApiFilter &
								
									sample
								
								) | 
					
					
						额外继承成员
					
					
					
						详细描述
						
					
					
						The
						
							QGraphicsApiFilter
						
						class identifies the API required for the attached
						
							QTechnique
						
						.
					
					
						成员类型文档编制
					
					
						
						enum QGraphicsApiFilter::
						
							Api
						
						
					
					
						
							| 常量 | 值 | 描述 | 
						
							| 
Qt3DRender::QGraphicsApiFilter::OpenGLES
								 | 
QSurfaceFormat::OpenGLES
								 | QSurfaceFormat::OpenGLES | 
						
							| 
Qt3DRender::QGraphicsApiFilter::OpenGL
								 | 
QSurfaceFormat::OpenGL
								 | QSurfaceFormat::OpenGL | 
						
							| 
Qt3DRender::QGraphicsApiFilter::Vulkan
								 | 
3
								 | Vulkan | 
						
							| 
Qt3DRender::QGraphicsApiFilter::DirectX
								 | 
4
								 | DirectX | 
					
					
						
						enum QGraphicsApiFilter::
						
							OpenGLProfile
						
						
					
					
						This enum identifies the type of profile required.
					
					
					
						特性文档编制
					
					
					
						
							访问函数:
						
					
					
						
							| Qt3DRender::QGraphicsApiFilter::Api | api
									
								
								() const | 
						
							| void | setApi
									
								
								(Qt3DRender::QGraphicsApiFilter::Api
								
									api
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | apiChanged
									
								
								(Qt3DRender::QGraphicsApiFilter::Api
								
									api
								
								) | 
					
					
					
						
							访问函数:
						
					
					
						
							| QStringList | extensions
									
								
								() const | 
						
							| void | setExtensions
									
								
								(const QStringList &
								
									extensions
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | extensionsChanged
									
								
								(const QStringList &
								
									extensions
								
								) | 
					
					
						
						
							majorVersion
						
						:
						
							int
						
						
					
					
						
							访问函数:
						
					
					
						
							| int | majorVersion
									
								
								() const | 
						
							| void | setMajorVersion
									
								
								(int
								
									majorVersion
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | majorVersionChanged
									
								
								(int
								
									majorVersion
								
								) | 
					
					
						
						
							minorVersion
						
						:
						
							int
						
						
					
					
						
							访问函数:
						
					
					
						
							| int | minorVersion
									
								
								() const | 
						
							| void | setMinorVersion
									
								
								(int
								
									minorVersion
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | minorVersionChanged
									
								
								(int
								
									minorVersion
								
								) | 
					
					
					
						
							访问函数:
						
					
					
						
							| Qt3DRender::QGraphicsApiFilter::OpenGLProfile | profile
									
								
								() const | 
						
							| void | setProfile
									
								
								(Qt3DRender::QGraphicsApiFilter::OpenGLProfile
								
									profile
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | profileChanged
									
								
								(Qt3DRender::QGraphicsApiFilter::OpenGLProfile
								
									profile
								
								) | 
					
					
					
						
							访问函数:
						
					
					
						
							| QString | vendor
									
								
								() const | 
						
							| void | setVendor
									
								
								(const QString &
								
									vendor
								
								) | 
					
					
						
							通知程序信号:
						
					
					
						
							| void | vendorChanged
									
								
								(const QString &
								
									vendor
								
								) | 
					
					
						成员函数文档编制
					
					
						
						QGraphicsApiFilter::
						
							QGraphicsApiFilter
						
						(
						
							
								QObject
							
						
						*
						
							parent
						
						= nullptr)
						
					
					
						构造新的
						
							QGraphicsApiFilter
						
						采用指定
						
							parent
						
						.
					
					
						
						
[signal]
						
						
							void
						
						QGraphicsApiFilter::
						
							graphicsApiFilterChanged
						
						()
						
					
					
						This signal is emitted when the value of any property is changed.
					
					
						相关非成员
					
					
					
						返回
						
true
						
						if
						
							reference
						
						and
						
							sample
						
						are different.
					
					
					
						返回
						
true
						
						if
						
							reference
						
						and
						
							sample
						
						are equivalent.