Expand description
This crate was generated by ritual
.
See README for more information.
Re-exports§
pub use ::cpp_core;
pub use ::qt_3d_core;
pub use ::qt_core;
pub use ::qt_gui;
Modules§
- ops
- Functions that provide access to C++ operators
- q_
abstract_ light - C++ type:
Qt3DRender::QAbstractLight
- q_
abstract_ ray_ caster - C++ type:
Qt3DRender::QAbstractRayCaster
- q_
abstract_ texture - C++ type:
Qt3DRender::QAbstractTexture
- q_
alpha_ test - C++ type:
Qt3DRender::QAlphaTest
- q_
attribute - C++ type:
Qt3DRender::QAttribute
- q_
blend_ equation - C++ type:
Qt3DRender::QBlendEquation
- q_
blend_ equation_ arguments - C++ type:
Qt3DRender::QBlendEquationArguments
- q_
blit_ framebuffer - C++ type:
Qt3DRender::QBlitFramebuffer
- q_
buffer - C++ type:
Qt3DRender::QBuffer
- q_
camera - C++ type:
Qt3DRender::QCamera
- q_
camera_ lens - C++ type:
Qt3DRender::QCameraLens
- q_
clear_ buffers - C++ type:
Qt3DRender::QClearBuffers
- q_
compute_ command - C++ type:
Qt3DRender::QComputeCommand
- q_
cull_ face - C++ type:
Qt3DRender::QCullFace
- q_
depth_ test - C++ type:
Qt3DRender::QDepthTest
- q_
front_ face - C++ type:
Qt3DRender::QFrontFace
- q_
geometry_ renderer - C++ type:
Qt3DRender::QGeometryRenderer
- q_
graphics_ api_ filter - C++ type:
Qt3DRender::QGraphicsApiFilter
- q_
layer_ filter - C++ type:
Qt3DRender::QLayerFilter
- q_
level_ of_ detail - C++ type:
Qt3DRender::QLevelOfDetail
- q_
memory_ barrier - C++ type:
Qt3DRender::QMemoryBarrier
- q_mesh
- C++ type:
Qt3DRender::QMesh
- q_
pick_ event - C++ type:
Qt3DRender::QPickEvent
- q_
picking_ settings - C++ type:
Qt3DRender::QPickingSettings
- q_
point_ size - C++ type:
Qt3DRender::QPointSize
- q_
raster_ mode - C++ type:
Qt3DRender::QRasterMode
- q_
ray_ caster_ hit - C++ type:
Qt3DRender::QRayCasterHit
- q_
render_ aspect - C++ type:
Qt3DRender::QRenderAspect
- q_
render_ settings - C++ type:
Qt3DRender::QRenderSettings
- q_
render_ target_ output - C++ type:
Qt3DRender::QRenderTargetOutput
- q_
scene_ loader - C++ type:
Qt3DRender::QSceneLoader
- q_
set_ fence - C++ type:
Qt3DRender::QSetFence
- q_
shader_ image - C++ type:
Qt3DRender::QShaderImage
- q_
shader_ program - C++ type:
Qt3DRender::QShaderProgram
- q_
sort_ policy - C++ type:
Qt3DRender::QSortPolicy
- q_
stencil_ operation_ arguments - C++ type:
Qt3DRender::QStencilOperationArguments
- q_
stencil_ test_ arguments - C++ type:
Qt3DRender::QStencilTestArguments
- q_
subtree_ enabler - C++ type:
Qt3DRender::QSubtreeEnabler
- q_
texture_ image - C++ type:
Qt3DRender::QTextureImage
- q_
texture_ wrap_ mode - C++ type:
Qt3DRender::QTextureWrapMode
- q_
wait_ fence - C++ type:
Qt3DRender::QWaitFence
Structs§
- Property
Reader Interface - C++ class:
Qt3DRender::PropertyReaderInterface
. - QAbstract
Functor QAbstractFunctor is an abstract base class for all functors.
- QAbstract
Light Encapsulate a QAbstractLight object in a Qt 3D scene.
- QAbstract
RayCaster An abstract base class for ray casting in 3d scenes.
- QAbstract
Texture A base class to be used to provide textures.
- QAbstract
Texture Image Encapsulates the necessary information to create an OpenGL texture image.
- QAlpha
Coverage Enable alpha-to-coverage multisampling mode
- QAlpha
Test The QAlphaTest class specify alpha reference test
- QAttribute
Defines an attribute and how data should be read from a QBuffer.
- QBlend
Equation The QBlendEquation class specifies the equation used for both the RGB blend equation and the Alpha blend equation
- QBlend
Equation Arguments Encapsulates blending information: specifies how the incoming values (what's going to be drawn) are going to affect the existing values (what is already drawn).
- QBlit
Framebuffer FrameGraph node to transfer a rectangle of pixel values from one region of a render target to another.
- QBuffer
Provides a data store for raw data to later be used as vertices or uniforms.
- QBuffer
Capture Exchanges buffer data between GPU and CPU.
- QBuffer
Data Generator Provides a mechanism to generate buffer data from a job.
- QCamera
The QCamera class defines a view point through which the scene will be rendered.
- QCamera
Lens Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D scene.
- QCamera
Selector Class to allow for selection of camera to be used
- QClear
Buffers Class to clear buffers
- QClip
Plane Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistance
- QColor
Mask Allows specifying which color components should be written to the currently bound frame buffer.
- QCompute
Command QComponent to issue work for the compute shader on GPU
- QCull
Face The QCullFace class specifies whether front or back face culling is enabled.
- QDepth
Range By default, OpenGL writes scene depth information into the depth buffer in the range [0.0, 1.0] with 0.0 corresponding to the near clip plane and 1.0 to the far clip plane. QDepthRange allows mapping these values into a different range so parts of the scene are always rendered in front of or behind other parts. Valid values for near and far are between 0 and 1.
- QDepth
Test The QDepthTest class tests the fragment shader's depth value against the depth of a sample being written to.
- QDirectional
Light Encapsulate a Directional Light object in a Qt 3D scene.
- QDispatch
Compute FrameGraph node to issue work for the compute shader on GPU
- QDithering
Enable dithering
- QEffect
The base class for effects in a Qt 3D scene.
- QEnvironment
Light Encapsulate an environment light object in a Qt 3D scene.
- QFilter
Key The QFilterKey class provides storage for filter keys and their values.
- QFrame
Graph Node Base class of all FrameGraph configuration nodes.
- QFrame
Graph Node Created Change Base A base class for changes in the FrameGraphNode.
- QFront
Face The QFrontFace class defines front and back facing polygons.
- QFrustum
Culling Enable frustum culling for the FrameGraph
- QGeometry
Encapsulates geometry
- QGeometry
Factory - C++ class:
Qt3DRender::QGeometryFactory
. - QGeometry
Renderer Encapsulates geometry rendering
- QGraphics
ApiFilter The QGraphicsApiFilter class identifies the API required for the attached QTechnique
- QLayer
The QLayer class provides a way of filtering which entities will be rendered.
- QLayer
Filter Controls layers Drawn in a frame graph branch.
- QLevel
OfDetail The QLevelOfDetail class provides a way of controlling the complexity of rendered entities based on their size on the screen.
- QLevel
OfDetail Bounding Sphere The QLevelOfDetailBoundingSphere class provides a simple spherical volume, defined by it's center and radius.
- QLevel
OfDetail Switch Provides a way of enabling child entities based on distance or screen size.
- QLine
Width Specifies the width of rasterized lines.
- QMaterial
Provides an abstract class that should be the base of all material component classes in a scene.
- QMemory
Barrier Class to emplace a memory barrier
- QMesh
A custom mesh loader.
- QMulti
Sample Anti Aliasing Enable multisample antialiasing
- QNoDepth
Mask Disable depth write
- QNoDraw
When a Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitive.
- QNoPicking
When disabled, a Qt3DRender::QNoPicking node won't prevent picking from being performed. Toggling the enabled property is therefore a way to make a Qt3DRender::QNoPicking active or inactive.
- QObject
Picker The QObjectPicker class instantiates a component that can be used to interact with a QEntity by a process known as picking.
- QPainted
Texture Image A QAbstractTextureImage that can be written through a QPainter.
- QParameter
Provides storage for a name and value pair. This maps to a shader uniform.
- QPick
Event The QPickEvent class holds information when an object is picked
- QPick
Line Event The QPickLineEvent class holds information when a segment of a line is picked.
- QPick
Point Event The QPickPointEvent class holds information when a segment of a point cloud is picked.
- QPick
Triangle Event The QPickTriangleEvent class holds information when a triangle is picked
- QPicking
Settings The QPickingSettings class specifies how entity picking is handled.
- QPoint
Light Encapsulate a Point Light object in a Qt 3D scene.
- QPoint
Size Specifies the size of rasterized points. May either be set statically or by shader programs.
- QPolygon
Offset The QPolygonOffset class sets the scale and steps to calculate depth values for polygon offsets.
- QProximity
Filter Select entities which are within a distance threshold of a target entity.
- QRaster
Mode The QRasterMode class is used to control the rasterization step of the primitives at render time. This can be used to choose whether we only want to show points, edges or fill a primitive.
- QRay
Caster Qt3DRender::QRayCaster is used to perform ray casting tests in 3d world coordinates.
- QRay
Caster Hit Details of a hit when casting a ray through a model.
- QRender
Aspect The QRenderAspect class
- QRender
Capture Frame graph node for render capture
- QRender
Capture Reply Receives the result of render capture request.
- QRender
Pass Encapsulates a Render Pass.
- QRender
Pass Filter Provides storage for vectors of Filter Keys and Parameters
- QRender
Settings The QRenderSettings class holds settings related to rendering process and host the active FrameGraph.
- QRender
State An abstract base class for all render states
- QRender
State Set The QRenderStateSet FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branch.
- QRender
Surface Selector Provides a way of specifying the render surface
- QRender
Target The QRenderTarget class encapsulates a target (usually a frame buffer object) which the renderer can render into.
- QRender
Target Output The QRenderTargetOutput class allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc... ).
- QRender
Target Selector Provides a way of specifying a render target
- QScene
Loader Provides the facility to load an existing Scene
- QScissor
Test The QScissorTest class discards fragments that fall outside of a certain rectangular portion of the screen.
- QScreen
RayCaster Performe ray casting test based on screen coordinates.
- QSeamless
Cubemap Enables seamless cubemap texture filtering.
- QSet
Fence Fence allow to synchronosize GPU and CPU workloads. GPU commands usually are non-blocking. When issued, commands are inserted in command buffers which will be read at a later time by the GPU. In some cases, you want to continue processing or issue specific command only when you are sure a command has been executed by the hardware. Fences are a way to do so. This is especially important when using 3rd party engines with Qt3D, Qt3D should only access shared resources when we know the other engine command are done modifying the resource.
- QShader
Data Provides a way of specifying values of a Uniform Block or a shader structure.
- QShader
Image To make the content of textures available for read and write operations in a shader, they need to exposed as QShaderImage. Textures can be composed of several mip levels, layers and faces. Additionally declaring a QShaderImage allows specifying which level, layer or face of the texture content we want to access.
- QShader
Program Encapsulates a Shader Program.
- QShader
Program Builder Generates a Shader Program content from loaded graphs.
- QSharedGL
Texture Depending on the rendering mode used by Qt 3D, the shared context will either be:
- QSort
Policy Provides storage for the sort types to be used
- QSpot
Light Encapsulate a Spot Light object in a Qt 3D scene.
- QStencil
Mask The QStencilMask class controls the front and back writing of individual bits in the stencil planes.
- QStencil
Operation The QStencilOperation class specifies stencil operation
- QStencil
Operation Arguments The QStencilOperationArguments class sets the actions to be taken when stencil and depth tests fail.
- QStencil
Test The QStencilTest class specifies arguments for the stecil test
- QStencil
Test Arguments The QStencilTestArguments class specifies arguments for stencil test
- QSubtree
Enabler While QFrameGraphNodes can be individually enabled and disabled via the
enabled
property, this can become tedious when an entire path needs to be turned on or off. QSubtreeEnabler is a convenience node that makes this use case trivial, allowing all of its children to be controlled by a single switch.- QTechnique
Encapsulates a Technique.
- QTechnique
Filter A QFrameGraphNode used to select QTechniques to use
- QTexture1D
A QAbstractTexture with a Target1D target format.
- QTexture1D
Array A QAbstractTexture with a Target1DArray target format.
- QTexture2D
A QAbstractTexture with a Target2D target format.
- QTexture2D
Array A QAbstractTexture with a Target2DArray target format.
- QTexture2D
Multisample A QAbstractTexture with a Target2DMultisample target format.
- QTexture2D
Multisample Array A QAbstractTexture with a Target2DMultisampleArray target format.
- QTexture3D
A QAbstractTexture with a Target3D target format.
- QTexture
Buffer A QAbstractTexture with a TargetBuffer target format.
- QTexture
Cube Map A QAbstractTexture with a TargetCubeMap target format.
- QTexture
Cube MapArray A QAbstractTexture with a TargetCubeMapArray target format.
- QTexture
Data The QTextureData class stores texture information such as the target, height, width, depth, layers, wrap, and if mipmaps are enabled.
- QTexture
Data Update The actual data content is contained in a QTextureImageDataPtr member. Additional members allow to specify the x, y, z offset of the content update as well as the eventual layer, mipLevel and face.
- QTexture
Generator Provides the image data for a texture.
- QTexture
Image Encapsulates the necessary information to create an OpenGL texture image from an image source.
- QTexture
Image Data QTextureImageData stores data representing a texture.
- QTexture
Image Data Generator Provides texture image data for QAbstractTextureImage
- QTexture
Loader Handles the texture loading and setting the texture's properties.
- QTexture
Rectangle A QAbstractTexture with a TargetRectangle target format.
- QTexture
Wrap Mode Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a texture.
- QVector
OfAttachment Point The QVector class is a template class that provides a dynamic array.
- QVector
OfQAbstract Texture Image The QVector class is a template class that provides a dynamic array.
- QVector
OfQAttribute The QVector class is a template class that provides a dynamic array.
- QVector
OfQFilter Key The QVector class is a template class that provides a dynamic array.
- QVector
OfQLayer The QVector class is a template class that provides a dynamic array.
- QVector
OfQParameter The QVector class is a template class that provides a dynamic array.
- QVector
OfQRay Caster Hit The QVector class is a template class that provides a dynamic array.
- QVector
OfQRender Pass The QVector class is a template class that provides a dynamic array.
- QVector
OfQRender State The QVector class is a template class that provides a dynamic array.
- QVector
OfQRender Target Output The QVector class is a template class that provides a dynamic array.
- QVector
OfQTechnique The QVector class is a template class that provides a dynamic array.
- QVector
OfSort Type The QVector class is a template class that provides a dynamic array.
- QViewport
A viewport on the Qt3D Scene
- QWait
Fence Fence allow to synchronosize GPU and CPU workloads. GPU commands usually are non-blocking. When issued, commands are inserted in command buffers which will be read at a later time by the GPU. In some cases, you want to continue processing or issue specific command only when you are sure a command has been executed by the hardware. Fences are a way to do so. This is especially important when using 3rd party engines with Qt3D, Qt3D should only access shared resources when we know the other engine command are done modifying the resource.
- Signal
OfAccess - Emits a Qt signal with arguments
crate::q_shader_image::Access
. - Signal
OfAccess Type - Emits a Qt signal with arguments
crate::q_buffer::AccessType
. - Signal
OfAlpha Function - Emits a Qt signal with arguments
crate::q_alpha_test::AlphaFunction
. - Signal
OfApi - Emits a Qt signal with arguments
crate::q_graphics_api_filter::Api
. - Signal
OfAttachment Point - Emits a Qt signal with arguments
crate::q_render_target_output::AttachmentPoint
. - Signal
OfAttribute Type - Emits a Qt signal with arguments
crate::q_attribute::AttributeType
. - Signal
OfBlend Function - Emits a Qt signal with arguments
crate::q_blend_equation::BlendFunction
. - Signal
OfBlending - Emits a Qt signal with arguments
crate::q_blend_equation_arguments::Blending
. - Signal
OfBuffer Type - Emits a Qt signal with arguments
crate::q_buffer::BufferType
. - Signal
OfBuffer Type2 - Emits a Qt signal with arguments
crate::q_clear_buffers::BufferType
. - Signal
OfComparison Function - Emits a Qt signal with arguments
crate::q_abstract_texture::ComparisonFunction
. - Signal
OfComparison Mode - Emits a Qt signal with arguments
crate::q_abstract_texture::ComparisonMode
. - Signal
OfCube MapFace - Emits a Qt signal with arguments
crate::q_abstract_texture::CubeMapFace
. - Signal
OfCulling Mode - Emits a Qt signal with arguments
crate::q_cull_face::CullingMode
. - Signal
OfDepth Function - Emits a Qt signal with arguments
crate::q_depth_test::DepthFunction
. - Signal
OfEnablement - Emits a Qt signal with arguments
crate::q_subtree_enabler::Enablement
. - Signal
OfFace Mode - Emits a Qt signal with arguments
crate::q_stencil_operation_arguments::FaceMode
. - Signal
OfFace Mode2 - Emits a Qt signal with arguments
crate::q_raster_mode::FaceMode
. - Signal
OfFace Orientation Picking Mode - Emits a Qt signal with arguments
crate::q_picking_settings::FaceOrientationPickingMode
. - Signal
OfFilter - Emits a Qt signal with arguments
crate::q_abstract_texture::Filter
. - Signal
OfFilter Mode - Emits a Qt signal with arguments
crate::q_abstract_ray_caster::FilterMode
. - Signal
OfHandle Type - Emits a Qt signal with arguments
crate::q_set_fence::HandleType
. - Signal
OfHandle Type2 - Emits a Qt signal with arguments
crate::q_wait_fence::HandleType
. - Signal
OfImage Format - Emits a Qt signal with arguments
crate::q_shader_image::ImageFormat
. - Signal
OfOpengl Profile - Emits a Qt signal with arguments
crate::q_graphics_api_filter::OpenGLProfile
. - Signal
OfOperation - Emits a Qt signal with arguments
crate::q_stencil_operation_arguments::Operation
. - Signal
OfPick Method - Emits a Qt signal with arguments
crate::q_picking_settings::PickMethod
. - Signal
OfPick Result Mode - Emits a Qt signal with arguments
crate::q_picking_settings::PickResultMode
. - Signal
OfPrimitive Type - Emits a Qt signal with arguments
crate::q_geometry_renderer::PrimitiveType
. - Signal
OfProjection Type - Emits a Qt signal with arguments
crate::q_camera_lens::ProjectionType
. - Signal
OfQAbstract Texture - Emits a Qt signal with arguments
*mut crate::QAbstractTexture
. - Signal
OfQAttribute - Emits a Qt signal with arguments
*mut crate::QAttribute
. - Signal
OfQBuffer - Emits a Qt signal with arguments
*mut crate::QBuffer
. - Signal
OfQByte Array - Emits a Qt signal with arguments
*const ::qt_core::QByteArray
. - Signal
OfQCamera - Emits a Qt signal with arguments
*mut crate::QCamera
. - Signal
OfQColor - Emits a Qt signal with arguments
*const ::qt_gui::QColor
. - Signal
OfQEffect - Emits a Qt signal with arguments
*mut crate::QEffect
. - Signal
OfQFlags Operation - Emits a Qt signal with arguments
::std::os::raw::c_int
. - Signal
OfQFrame Graph Node - Emits a Qt signal with arguments
*mut crate::QFrameGraphNode
. - Signal
OfQGeometry - Emits a Qt signal with arguments
*mut crate::QGeometry
. - Signal
OfQLevel OfDetail Bounding Sphere - Emits a Qt signal with arguments
*const crate::QLevelOfDetailBoundingSphere
. - Signal
OfQPick Event - Emits a Qt signal with arguments
*mut crate::QPickEvent
. - Signal
OfQPoint - Emits a Qt signal with arguments
*const ::qt_core::QPoint
. - Signal
OfQRender Target - Emits a Qt signal with arguments
*mut crate::QRenderTarget
. - Signal
OfQRender Target Output - Emits a Qt signal with arguments
*mut crate::QRenderTargetOutput
. - Signal
OfQShader Program - Emits a Qt signal with arguments
*mut crate::QShaderProgram
. - Signal
OfQSize - Emits a Qt signal with arguments
*const ::qt_core::QSize
. - Signal
OfQString List - Emits a Qt signal with arguments
*const ::qt_core::QStringList
. - Signal
OfQVariant - Emits a Qt signal with arguments
*const ::qt_core::QVariant
. - Signal
OfQVector3D - Emits a Qt signal with arguments
*const ::qt_gui::QVector3D
. - Signal
OfQVector OfDouble - Emits a Qt signal with arguments
*const ::qt_gui::QVectorOfDouble
. - Signal
OfQVector OfInt - Emits a Qt signal with arguments
*const ::qt_core::QVectorOfInt
. - Signal
OfQVector OfQRay Caster Hit - Emits a Qt signal with arguments
*const crate::QVectorOfQRayCasterHit
. - Signal
OfQVector OfSort Type - Emits a Qt signal with arguments
*const crate::QVectorOfSortType
. - Signal
OfRaster Mode - Emits a Qt signal with arguments
crate::q_raster_mode::RasterMode
. - Signal
OfRender Policy - Emits a Qt signal with arguments
crate::q_render_settings::RenderPolicy
. - Signal
OfRun Mode - Emits a Qt signal with arguments
crate::q_abstract_ray_caster::RunMode
. - Signal
OfSize Mode - Emits a Qt signal with arguments
crate::q_point_size::SizeMode
. - Signal
OfStatus - Emits a Qt signal with arguments
crate::q_shader_program::Status
. - Signal
OfStatus2 - Emits a Qt signal with arguments
crate::q_texture_image::Status
. - Signal
OfStatus3 - Emits a Qt signal with arguments
crate::q_abstract_texture::Status
. - Signal
OfStatus4 - Emits a Qt signal with arguments
crate::q_scene_loader::Status
. - Signal
OfStencil Face Mode - Emits a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFaceMode
. - Signal
OfStencil Function - Emits a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFunction
. - Signal
OfTexture Format - Emits a Qt signal with arguments
crate::q_abstract_texture::TextureFormat
. - Signal
OfThreshold Type - Emits a Qt signal with arguments
crate::q_level_of_detail::ThresholdType
. - Signal
OfU64 - Emits a Qt signal with arguments
u64
. - Signal
OfUint - Emits a Qt signal with arguments
::std::os::raw::c_uint
. - Signal
OfUsage Type - Emits a Qt signal with arguments
crate::q_buffer::UsageType
. - Signal
OfVertex Base Type - Emits a Qt signal with arguments
crate::q_attribute::VertexBaseType
. - Signal
OfWinding Direction - Emits a Qt signal with arguments
crate::q_front_face::WindingDirection
. - Signal
OfWrap Mode - Emits a Qt signal with arguments
crate::q_texture_wrap_mode::WrapMode
. - Slot
OfAccess - Binds a Qt signal with arguments
crate::q_shader_image::Access
to a Rust closure. - Slot
OfAccess Type - Binds a Qt signal with arguments
crate::q_buffer::AccessType
to a Rust closure. - Slot
OfAlpha Function - Binds a Qt signal with arguments
crate::q_alpha_test::AlphaFunction
to a Rust closure. - Slot
OfApi - Binds a Qt signal with arguments
crate::q_graphics_api_filter::Api
to a Rust closure. - Slot
OfAttachment Point - Binds a Qt signal with arguments
crate::q_render_target_output::AttachmentPoint
to a Rust closure. - Slot
OfAttribute Type - Binds a Qt signal with arguments
crate::q_attribute::AttributeType
to a Rust closure. - Slot
OfBlend Function - Binds a Qt signal with arguments
crate::q_blend_equation::BlendFunction
to a Rust closure. - Slot
OfBlending - Binds a Qt signal with arguments
crate::q_blend_equation_arguments::Blending
to a Rust closure. - Slot
OfBuffer Type - Binds a Qt signal with arguments
crate::q_clear_buffers::BufferType
to a Rust closure. - Slot
OfBuffer Type2 - Binds a Qt signal with arguments
crate::q_buffer::BufferType
to a Rust closure. - Slot
OfComparison Function - Binds a Qt signal with arguments
crate::q_abstract_texture::ComparisonFunction
to a Rust closure. - Slot
OfComparison Mode - Binds a Qt signal with arguments
crate::q_abstract_texture::ComparisonMode
to a Rust closure. - Slot
OfCube MapFace - Binds a Qt signal with arguments
crate::q_abstract_texture::CubeMapFace
to a Rust closure. - Slot
OfCulling Mode - Binds a Qt signal with arguments
crate::q_cull_face::CullingMode
to a Rust closure. - Slot
OfDepth Function - Binds a Qt signal with arguments
crate::q_depth_test::DepthFunction
to a Rust closure. - Slot
OfEnablement - Binds a Qt signal with arguments
crate::q_subtree_enabler::Enablement
to a Rust closure. - Slot
OfFace Mode - Binds a Qt signal with arguments
crate::q_stencil_operation_arguments::FaceMode
to a Rust closure. - Slot
OfFace Mode2 - Binds a Qt signal with arguments
crate::q_raster_mode::FaceMode
to a Rust closure. - Slot
OfFace Orientation Picking Mode - Binds a Qt signal with arguments
crate::q_picking_settings::FaceOrientationPickingMode
to a Rust closure. - Slot
OfFilter - Binds a Qt signal with arguments
crate::q_abstract_texture::Filter
to a Rust closure. - Slot
OfFilter Mode - Binds a Qt signal with arguments
crate::q_abstract_ray_caster::FilterMode
to a Rust closure. - Slot
OfHandle Type - Binds a Qt signal with arguments
crate::q_set_fence::HandleType
to a Rust closure. - Slot
OfHandle Type2 - Binds a Qt signal with arguments
crate::q_wait_fence::HandleType
to a Rust closure. - Slot
OfImage Format - Binds a Qt signal with arguments
crate::q_shader_image::ImageFormat
to a Rust closure. - Slot
OfOpengl Profile - Binds a Qt signal with arguments
crate::q_graphics_api_filter::OpenGLProfile
to a Rust closure. - Slot
OfOperation - Binds a Qt signal with arguments
crate::q_stencil_operation_arguments::Operation
to a Rust closure. - Slot
OfPick Method - Binds a Qt signal with arguments
crate::q_picking_settings::PickMethod
to a Rust closure. - Slot
OfPick Result Mode - Binds a Qt signal with arguments
crate::q_picking_settings::PickResultMode
to a Rust closure. - Slot
OfPrimitive Type - Binds a Qt signal with arguments
crate::q_geometry_renderer::PrimitiveType
to a Rust closure. - Slot
OfProjection Type - Binds a Qt signal with arguments
crate::q_camera_lens::ProjectionType
to a Rust closure. - Slot
OfQAbstract Texture - Binds a Qt signal with arguments
*mut crate::QAbstractTexture
to a Rust closure. - Slot
OfQAttribute - Binds a Qt signal with arguments
*mut crate::QAttribute
to a Rust closure. - Slot
OfQBuffer - Binds a Qt signal with arguments
*mut crate::QBuffer
to a Rust closure. - Slot
OfQByte Array - Binds a Qt signal with arguments
*const ::qt_core::QByteArray
to a Rust closure. - Slot
OfQCamera - Binds a Qt signal with arguments
*mut crate::QCamera
to a Rust closure. - Slot
OfQColor - Binds a Qt signal with arguments
*const ::qt_gui::QColor
to a Rust closure. - Slot
OfQEffect - Binds a Qt signal with arguments
*mut crate::QEffect
to a Rust closure. - Slot
OfQFlags Operation - Binds a Qt signal with arguments
::std::os::raw::c_int
to a Rust closure. - Slot
OfQFrame Graph Node - Binds a Qt signal with arguments
*mut crate::QFrameGraphNode
to a Rust closure. - Slot
OfQGeometry - Binds a Qt signal with arguments
*mut crate::QGeometry
to a Rust closure. - Slot
OfQLevel OfDetail Bounding Sphere - Binds a Qt signal with arguments
*const crate::QLevelOfDetailBoundingSphere
to a Rust closure. - Slot
OfQPick Event - Binds a Qt signal with arguments
*mut crate::QPickEvent
to a Rust closure. - Slot
OfQPoint - Binds a Qt signal with arguments
*const ::qt_core::QPoint
to a Rust closure. - Slot
OfQRender Target - Binds a Qt signal with arguments
*mut crate::QRenderTarget
to a Rust closure. - Slot
OfQRender Target Output - Binds a Qt signal with arguments
*mut crate::QRenderTargetOutput
to a Rust closure. - Slot
OfQShader Program - Binds a Qt signal with arguments
*mut crate::QShaderProgram
to a Rust closure. - Slot
OfQSize - Binds a Qt signal with arguments
*const ::qt_core::QSize
to a Rust closure. - Slot
OfQString List - Binds a Qt signal with arguments
*const ::qt_core::QStringList
to a Rust closure. - Slot
OfQVariant - Binds a Qt signal with arguments
*const ::qt_core::QVariant
to a Rust closure. - Slot
OfQVector3D - Binds a Qt signal with arguments
*const ::qt_gui::QVector3D
to a Rust closure. - Slot
OfQVector OfDouble - Binds a Qt signal with arguments
*const ::qt_gui::QVectorOfDouble
to a Rust closure. - Slot
OfQVector OfInt - Binds a Qt signal with arguments
*const ::qt_core::QVectorOfInt
to a Rust closure. - Slot
OfQVector OfQRay Caster Hit - Binds a Qt signal with arguments
*const crate::QVectorOfQRayCasterHit
to a Rust closure. - Slot
OfQVector OfSort Type - Binds a Qt signal with arguments
*const crate::QVectorOfSortType
to a Rust closure. - Slot
OfRaster Mode - Binds a Qt signal with arguments
crate::q_raster_mode::RasterMode
to a Rust closure. - Slot
OfRender Policy - Binds a Qt signal with arguments
crate::q_render_settings::RenderPolicy
to a Rust closure. - Slot
OfRun Mode - Binds a Qt signal with arguments
crate::q_abstract_ray_caster::RunMode
to a Rust closure. - Slot
OfSize Mode - Binds a Qt signal with arguments
crate::q_point_size::SizeMode
to a Rust closure. - Slot
OfStatus - Binds a Qt signal with arguments
crate::q_shader_program::Status
to a Rust closure. - Slot
OfStatus2 - Binds a Qt signal with arguments
crate::q_texture_image::Status
to a Rust closure. - Slot
OfStatus3 - Binds a Qt signal with arguments
crate::q_scene_loader::Status
to a Rust closure. - Slot
OfStatus4 - Binds a Qt signal with arguments
crate::q_abstract_texture::Status
to a Rust closure. - Slot
OfStencil Face Mode - Binds a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFaceMode
to a Rust closure. - Slot
OfStencil Function - Binds a Qt signal with arguments
crate::q_stencil_test_arguments::StencilFunction
to a Rust closure. - Slot
OfTexture Format - Binds a Qt signal with arguments
crate::q_abstract_texture::TextureFormat
to a Rust closure. - Slot
OfThreshold Type - Binds a Qt signal with arguments
crate::q_level_of_detail::ThresholdType
to a Rust closure. - Slot
OfU64 - Binds a Qt signal with arguments
u64
to a Rust closure. - Slot
OfUint - Binds a Qt signal with arguments
::std::os::raw::c_uint
to a Rust closure. - Slot
OfUsage Type - Binds a Qt signal with arguments
crate::q_buffer::UsageType
to a Rust closure. - Slot
OfVertex Base Type - Binds a Qt signal with arguments
crate::q_attribute::VertexBaseType
to a Rust closure. - Slot
OfWinding Direction - Binds a Qt signal with arguments
crate::q_front_face::WindingDirection
to a Rust closure. - Slot
OfWrap Mode - Binds a Qt signal with arguments
crate::q_texture_wrap_mode::WrapMode
to a Rust closure.
Functions§
- q_
hash_ ⚠q_ vector_ of_ attachment_ point - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput::AttachmentPoint>& key)
. - q_
hash_ ⚠q_ vector_ of_ attachment_ point_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput::AttachmentPoint>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ abstract_ texture_ image - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAbstractTextureImage*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ abstract_ texture_ image_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAbstractTextureImage*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ attribute - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAttribute*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ attribute_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QAttribute*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ filter_ key - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QFilterKey*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ filter_ key_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QFilterKey*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ layer - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QLayer*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ layer_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QLayer*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ parameter - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QParameter*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ parameter_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QParameter*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ pass - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderPass*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ pass_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderPass*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ state - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderState*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ state_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderState*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ target_ output - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ render_ target_ output_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QRenderTargetOutput*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ q_ technique - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QTechnique*>& key)
. - q_
hash_ ⚠q_ vector_ of_ q_ technique_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QTechnique*>& key, unsigned int seed = …)
. - q_
hash_ ⚠q_ vector_ of_ sort_ type - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QSortPolicy::SortType>& key)
. - q_
hash_ ⚠q_ vector_ of_ sort_ type_ uint - Calls C++ function:
unsigned int qHash(const QVector<Qt3DRender::QSortPolicy::SortType>& key, unsigned int seed = …)
. - swap⚠
cpp_lib_version="5.14.0"
- Calls C++ function:
void Qt3DRender::swap(Qt3DRender::QTextureDataUpdate& lhs, Qt3DRender::QTextureDataUpdate& rhs)
.