Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSGOpenVGNodeVisitor Class Reference

#include <qsgopenvgnodevisitor.h>

+ Inheritance diagram for QSGOpenVGNodeVisitor:
+ Collaboration diagram for QSGOpenVGNodeVisitor:

Public Member Functions

 QSGOpenVGNodeVisitor ()
 
bool visit (QSGTransformNode *) override
 
void endVisit (QSGTransformNode *) override
 
bool visit (QSGClipNode *) override
 
void endVisit (QSGClipNode *) override
 
bool visit (QSGGeometryNode *) override
 
void endVisit (QSGGeometryNode *) override
 
bool visit (QSGOpacityNode *) override
 
void endVisit (QSGOpacityNode *) override
 
bool visit (QSGInternalImageNode *) override
 
void endVisit (QSGInternalImageNode *) override
 
bool visit (QSGPainterNode *) override
 
void endVisit (QSGPainterNode *) override
 
bool visit (QSGInternalRectangleNode *) override
 
void endVisit (QSGInternalRectangleNode *) override
 
bool visit (QSGGlyphNode *) override
 
void endVisit (QSGGlyphNode *) override
 
bool visit (QSGRootNode *) override
 
void endVisit (QSGRootNode *) override
 
bool visit (QSGRenderNode *) override
 
void endVisit (QSGRenderNode *) override
 
- Public Member Functions inherited from QSGNodeVisitorEx
virtual ~QSGNodeVisitorEx ()
 
virtual bool visit (QSGTransformNode *)=0
 
virtual void endVisit (QSGTransformNode *)=0
 
virtual bool visit (QSGClipNode *)=0
 
virtual void endVisit (QSGClipNode *)=0
 
virtual bool visit (QSGGeometryNode *)=0
 
virtual void endVisit (QSGGeometryNode *)=0
 
virtual bool visit (QSGOpacityNode *)=0
 
virtual void endVisit (QSGOpacityNode *)=0
 
virtual bool visit (QSGInternalImageNode *)=0
 
virtual void endVisit (QSGInternalImageNode *)=0
 
virtual bool visit (QSGPainterNode *)=0
 
virtual void endVisit (QSGPainterNode *)=0
 
virtual bool visit (QSGInternalRectangleNode *)=0
 
virtual void endVisit (QSGInternalRectangleNode *)=0
 
virtual bool visit (QSGGlyphNode *)=0
 
virtual void endVisit (QSGGlyphNode *)=0
 
virtual bool visit (QSGRootNode *)=0
 
virtual void endVisit (QSGRootNode *)=0
 
virtual bool visit (QSGRenderNode *)=0
 
virtual void endVisit (QSGRenderNode *)=0
 
void visitChildren (QSGNode *node)
 

Detailed Description

Definition at line 17 of file qsgopenvgnodevisitor.h.

Constructor & Destructor Documentation

◆ QSGOpenVGNodeVisitor()

QT_BEGIN_NAMESPACE QSGOpenVGNodeVisitor::QSGOpenVGNodeVisitor ( )

Definition at line 23 of file qsgopenvgnodevisitor.cpp.

References QStack< T >::push().

+ Here is the call graph for this function:

Member Function Documentation

◆ endVisit() [1/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGClipNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 71 of file qsgopenvgnodevisitor.cpp.

References QList< T >::count(), and QStack< T >::pop().

+ Here is the call graph for this function:

◆ endVisit() [2/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGGeometryNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 114 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [3/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGGlyphNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 165 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [4/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGInternalImageNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 135 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [5/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGInternalRectangleNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 155 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [6/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGOpacityNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 124 of file qsgopenvgnodevisitor.cpp.

References QStack< T >::pop().

+ Here is the call graph for this function:

◆ endVisit() [7/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGPainterNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 145 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [8/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGRenderNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 195 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [9/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGRootNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 174 of file qsgopenvgnodevisitor.cpp.

◆ endVisit() [10/10]

void QSGOpenVGNodeVisitor::endVisit ( QSGTransformNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 47 of file qsgopenvgnodevisitor.cpp.

References QStack< T >::pop().

+ Here is the call graph for this function:

◆ visit() [1/10]

bool QSGOpenVGNodeVisitor::visit ( QSGClipNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 52 of file qsgopenvgnodevisitor.cpp.

References QSGClipNode::clipRect(), QList< T >::count(), and QStack< T >::push().

+ Here is the call graph for this function:

◆ visit() [2/10]

bool QSGOpenVGNodeVisitor::visit ( QSGGeometryNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 90 of file qsgopenvgnodevisitor.cpp.

References Q_UNUSED.

◆ visit() [3/10]

bool QSGOpenVGNodeVisitor::visit ( QSGGlyphNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 159 of file qsgopenvgnodevisitor.cpp.

◆ visit() [4/10]

bool QSGOpenVGNodeVisitor::visit ( QSGInternalImageNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 129 of file qsgopenvgnodevisitor.cpp.

◆ visit() [5/10]

bool QSGOpenVGNodeVisitor::visit ( QSGInternalRectangleNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 149 of file qsgopenvgnodevisitor.cpp.

◆ visit() [6/10]

bool QSGOpenVGNodeVisitor::visit ( QSGOpacityNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 118 of file qsgopenvgnodevisitor.cpp.

References QSGOpacityNode::opacity(), QStack< T >::push(), and QStack< T >::top().

+ Here is the call graph for this function:

◆ visit() [7/10]

bool QSGOpenVGNodeVisitor::visit ( QSGPainterNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 139 of file qsgopenvgnodevisitor.cpp.

◆ visit() [8/10]

bool QSGOpenVGNodeVisitor::visit ( QSGRenderNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 190 of file qsgopenvgnodevisitor.cpp.

◆ visit() [9/10]

bool QSGOpenVGNodeVisitor::visit ( QSGRootNode )
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 169 of file qsgopenvgnodevisitor.cpp.

◆ visit() [10/10]

bool QSGOpenVGNodeVisitor::visit ( QSGTransformNode node)
overridevirtual

Implements QSGNodeVisitorEx.

Definition at line 36 of file qsgopenvgnodevisitor.cpp.

References QMatrix4x4::constData(), QList< T >::constData(), QSGTransformNode::matrix(), QStack< T >::push(), and QStack< T >::top().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: