-
Subclasses of QSGNode in io.qt.quick
Modifier and Type |
Class |
Description |
class |
QSGBasicGeometryNode |
Serves as a baseclass for geometry based nodes
|
class |
QSGClipNode |
Implements the clipping functionality in the scene graph
|
class |
QSGGeometryNode |
Used for all rendered content in the scene graph
|
class |
QSGImageNode |
Provided for convenience to easily draw textured content using the QML scene graph
|
class |
QSGNinePatchNode |
Java wrapper for Qt class QSGNinePatchNode
|
class |
QSGOpacityNode |
Used to change opacity of nodes
|
class |
QSGRectangleNode |
Convenience class for drawing solid filled rectangles using scenegraph
|
class |
QSGRenderNode |
Represents a set of custom rendering commands targeting the graphics API that is in use by the scenegraph
|
class |
QSGRootNode |
Java wrapper for Qt class QSGRootNode
|
class |
QSGSimpleRectNode |
Convenience class for drawing solid filled rectangles using scenegraph
|
class |
QSGSimpleTextureNode |
Provided for convenience to easily draw textured content using the QML scene graph
|
class |
QSGTransformNode |
Implements transformations in the scene graph
|