Qt Quick C++ Classes

The Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications. More...

Namespaces

QQuickOpenGLUtils

Contains utilities for Qt Quick when used with an OpenGL backend

Classes

QQuickGraphicsDevice

Opaque container for native graphics objects representing graphics devices or contexts

QSGGeometry

Low-level storage for graphics primitives in the Qt Quick Scene Graph

QSGGeometry::Attribute

QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry

QSGGeometry::AttributeSet

QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up

QSGGeometry::ColoredPoint2D

QSGGeometry::ColoredPoint2D struct is a convenience struct for accessing 2D Points with a color

QSGGeometry::Point2D

QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points

QSGGeometry::TexturedPoint2D

QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates

QSGImageNode

Provided for convenience to easily draw textured content using the QML scene graph

QSGRectangleNode

Convenience class for drawing solid filled rectangles using scenegraph

QSGRendererInterface

An interface providing access to some of the graphics API specific internals of the scenegraph

QSGSimpleRectNode

Convenience class for drawing solid filled rectangles using scenegraph

QSGSimpleTextureNode

Provided for convenience to easily draw textured content using the QML scene graph

QSGVertexColorMaterial

Convenient way of rendering per-vertex colored geometry in the scene graph

Detailed Description

To link against the module, add this line to your qmake .pro file:

 QT += quick

For more information on the Qt Quick module, see the Qt Quick module documentation.