LineGridNode
LineGridNode Class Reference
#include <LineGridNode.h>
Inheritance diagram for LineGridNode:
Public Member Functions | |
bool | isSubtreeBlocked () const override |
void | setColor (const QColor &color) |
void | setLineWidth (float lineWidth) |
void | setRect (const QRectF &rect) |
void | setSpacing (float spacing) |
void | setVertical (bool vertical) |
void | setVisible (bool visible) |
void | update () |
Public Member Functions inherited from QSGGeometryNode | |
QSGMaterial * | material () const const |
QSGMaterial * | opaqueMaterial () const const |
void | setMaterial (QSGMaterial *material) |
void | setOpaqueMaterial (QSGMaterial *material) |
Public Member Functions inherited from QSGBasicGeometryNode | |
QSGGeometry * | geometry () |
const QSGGeometry * | geometry () const const |
void | setGeometry (QSGGeometry *geometry) |
Public Member Functions inherited from QSGNode | |
void | appendChildNode (QSGNode *node) |
QSGNode * | childAtIndex (int i) const const |
int | childCount () const const |
QSGNode * | firstChild () const const |
Flags | flags () const const |
void | insertChildNodeAfter (QSGNode *node, QSGNode *after) |
void | insertChildNodeBefore (QSGNode *node, QSGNode *before) |
QSGNode * | lastChild () const const |
void | markDirty (DirtyState bits) |
QSGNode * | nextSibling () const const |
QSGNode * | parent () const const |
void | prependChildNode (QSGNode *node) |
virtual void | preprocess () |
QSGNode * | previousSibling () const const |
void | removeAllChildNodes () |
void | removeChildNode (QSGNode *node) |
void | setFlag (Flag f, bool enabled) |
void | setFlags (Flags f, bool enabled) |
NodeType | type () const const |
Additional Inherited Members | |
Public Types inherited from QSGNode | |
typedef | DirtyState |
enum | DirtyStateBit |
enum | Flag |
typedef | Flags |
enum | NodeType |
Public Attributes inherited from QSGNode | |
BasicNodeType | |
ClipNodeType | |
DirtyForceUpdate | |
DirtyGeometry | |
DirtyMaterial | |
DirtyMatrix | |
DirtyNodeAdded | |
DirtyNodeRemoved | |
DirtyOpacity | |
DirtyPropagationMask | |
DirtySubtreeBlocked | |
DirtyUsePreprocess | |
GeometryNodeType | |
InternalReserved | |
IsVisitableNode | |
OpacityNodeType | |
OwnedByParent | |
OwnsGeometry | |
OwnsMaterial | |
OwnsOpaqueMaterial | |
RenderNodeType | |
RootNodeType | |
TransformNodeType | |
UsePreprocess | |
Detailed Description
- Todo
- write docs
Definition at line 19 of file LineGridNode.h.
Constructor & Destructor Documentation
◆ LineGridNode()
LineGridNode::LineGridNode | ( | ) |
Definition at line 14 of file LineGridNode.cpp.
◆ ~LineGridNode()
LineGridNode::~LineGridNode | ( | ) |
Definition at line 28 of file LineGridNode.cpp.
Member Function Documentation
◆ isSubtreeBlocked()
|
overridevirtual |
Reimplemented from QSGNode.
Definition at line 90 of file LineGridNode.cpp.
◆ setColor()
void LineGridNode::setColor | ( | const QColor & | color | ) |
Definition at line 60 of file LineGridNode.cpp.
◆ setLineWidth()
void LineGridNode::setLineWidth | ( | float | lineWidth | ) |
Definition at line 79 of file LineGridNode.cpp.
◆ setRect()
void LineGridNode::setRect | ( | const QRectF & | rect | ) |
Definition at line 51 of file LineGridNode.cpp.
◆ setSpacing()
void LineGridNode::setSpacing | ( | float | spacing | ) |
Definition at line 70 of file LineGridNode.cpp.
◆ setVertical()
void LineGridNode::setVertical | ( | bool | vertical | ) |
Definition at line 42 of file LineGridNode.cpp.
◆ setVisible()
void LineGridNode::setVisible | ( | bool | visible | ) |
Definition at line 32 of file LineGridNode.cpp.
◆ update()
void LineGridNode::update | ( | ) |
Definition at line 95 of file LineGridNode.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:53 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:53 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.