Doc: Create separate Graphics and Multimedia example categories
Fixes: QTBUG-117884 Pick-to: 6.6 Change-Id: I33c7b1cbfaeae866dffb0e89a5d09d775736d886 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 98ee4d9e37a1038d46f0c0494332c0ed46dbb323) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
06e9da856c
commit
e2ad97eef9
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example rasterwindow
|
||||
\title Raster Window Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
\brief This example shows how to create a minimal QWindow based
|
||||
application using QPainter for rendering.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example rhiwindow
|
||||
\title RHI Window Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
\brief This example shows how to create a minimal QWindow-based
|
||||
application using QRhi.
|
||||
|
@ -5,7 +5,7 @@
|
||||
\example 2dpainting
|
||||
\title 2D Painting Example
|
||||
\ingroup examples-widgets-opengl
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
\brief The 2D Painting example shows how QPainter and QOpenGLWidget can be
|
||||
used together to display accelerated 2D graphics on supported hardware.
|
||||
|
@ -5,7 +5,7 @@
|
||||
\example hellogles3
|
||||
\title Hello GLES3 Example
|
||||
\ingroup examples-widgets-opengl
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\examplecategory {Mobile}
|
||||
|
||||
\brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions.
|
||||
|
@ -5,7 +5,7 @@
|
||||
\example openglwindow
|
||||
\title OpenGL Window Example
|
||||
\ingroup examples-widgets-opengl
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
\brief This example shows how to create a minimal QWindow based application
|
||||
for the purpose of using OpenGL.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example stereoqopenglwidget
|
||||
\title QOpenGLWidget Stereoscopic Rendering Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-widgets-opengl
|
||||
\brief This example shows how to create a minimal QOpenGLWidget based
|
||||
application with stereoscopic rendering support.
|
||||
|
@ -7,7 +7,7 @@
|
||||
\title Hello Vulkan Cubes Example
|
||||
\ingroup examples-vulkan
|
||||
\brief Shows the basics of using QVulkanWindow.
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
The \e{Hello Vulkan Cubes Example} shows more advanced usage of QVulkanWindow.
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
\ingroup examples-vulkan
|
||||
\title Hello Vulkan Triangle Example
|
||||
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
The \e{Hello Vulkan Triangle Example} creates a full graphics pipeline,
|
||||
including a vertex and fragment shader, to render a triangle.
|
||||
|
@ -7,7 +7,7 @@
|
||||
\ingroup examples-vulkan
|
||||
\title Hello Vulkan Widget Example
|
||||
\brief Shows the usage of QVulkanWindow in QWidget applications.
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
|
||||
The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle
|
||||
that embeds the QVulkanWindow into a QWidget-based user interface using
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/affine
|
||||
\title Affine Transformations
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief Demonstrates how affine transformations in QPainter work.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
/*!
|
||||
\example widgets/analogclock
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\meta tags {widgets}
|
||||
|
||||
\title Analog Clock
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/basicdrawing
|
||||
\title Basic Drawing Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief The Basic Drawing example shows how to display basic
|
||||
graphics primitives in a variety of styles using the QPainter
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/basicgraphicslayouts
|
||||
\title Basic Graphics Layouts Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview-layout
|
||||
\brief Demonstrates how to create basic graphics layout.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/chip
|
||||
\title 40000 Chips
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview
|
||||
\brief Visualizes a huge graphic view scene with 40000 chip items.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/collidingmice
|
||||
\title Colliding Mice Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\brief Demonstrates how to animate items on a graphics view.
|
||||
\ingroup examples-graphicsview
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/composition
|
||||
\title Composition Modes
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief Demonstrates how Composition Modes work in QPainter.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example rhi/cuberhiwidget
|
||||
\title Cube RHI Widget Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-widgets
|
||||
\brief Shows how to render a textured cube and integrate with QPainter and widgets, using QRhi Qt's 3D API and shading language abstraction layer.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/deform
|
||||
\title Vector Deformation
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief Demonstrates how to manipulate the elements of a QPainterPath.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/diagramscene
|
||||
\title Diagram Scene Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview
|
||||
\brief Demonstrate how to use the Graphics View framework.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/dragdroprobot
|
||||
\title Drag and Drop Robot Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview
|
||||
\brief Demonstrates how to drag and drop items in a graphics view.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example animation/easing
|
||||
\title Easing Curves Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Multimedia}
|
||||
|
||||
\brief The Easing Curves example shows how to use easing curves to
|
||||
control the speed of an animation.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/elasticnodes
|
||||
\title Elastic Nodes Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview
|
||||
\brief Demonstrates how to interact with graphical items in a scene.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/gradients
|
||||
\title Gradients
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief Shows how gradients can be used with QPainter.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example graphicsview/simpleanchorlayout
|
||||
\title Simple Anchor Layout Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-graphicsview-layout
|
||||
\brief Demonstrates anchor layout on a graphics view scene.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/imagecomposition
|
||||
\title Image Composition Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\ingroup examples-layout
|
||||
\brief Shows how composition modes work in QPainter.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/painterpaths
|
||||
\title Painter Paths Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief The Painter Paths example shows how to use painter paths
|
||||
to build complex shapes for rendering.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/pathstroke
|
||||
\title Path Stroking
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief The Path Stroking example shows various types of pens that
|
||||
can be used with QPainter.
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example rhi/simplerhiwidget
|
||||
\title Simple RHI Widget Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-widgets
|
||||
\brief Shows how to render a triangle using QRhi, Qt's 3D API and shading language abstraction layer.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*!
|
||||
\example painting/transformations
|
||||
\title Transformations Example
|
||||
\examplecategory {Graphics & Multimedia}
|
||||
\examplecategory {Graphics}
|
||||
\ingroup examples-painting
|
||||
\brief The Transformations example shows how transformations
|
||||
influence the way that QPainter renders graphics primitives.
|
||||
|
Loading…
x
Reference in New Issue
Block a user