LineNode

Search for usage in LXR

LineNode Class Reference

#include <linenode.h>

Inheritance diagram for LineNode:

Public Member Functions

 LineNode (LineList *lineList, SkipHashList *skipList, QColor color, int width, Qt::PenStyle drawStyle)
 
LineListlineList ()
 
void setColor (QColor color)
 
void setDrawStyle (Qt::PenStyle drawStyle)
 
void setStyle (QColor color, int width, Qt::PenStyle drawStyle)
 
void setWidth (int width)
 
void updateGeometry ()
 
- Public Member Functions inherited from SkyOpacityNode
virtual void hide ()
 
virtual void show ()
 
bool visible ()
 
- Public Member Functions inherited from QSGOpacityNode
qreal opacity () const const
 
void setOpacity (qreal opacity)
 
- Public Member Functions inherited from QSGNode
void appendChildNode (QSGNode *node)
 
QSGNodechildAtIndex (int i) const const
 
int childCount () const const
 
QSGNodefirstChild () const const
 
Flags flags () const const
 
void insertChildNodeAfter (QSGNode *node, QSGNode *after)
 
void insertChildNodeBefore (QSGNode *node, QSGNode *before)
 
virtual bool isSubtreeBlocked () const const
 
QSGNodelastChild () const const
 
void markDirty (DirtyState bits)
 
QSGNodenextSibling () const const
 
QSGNodeparent () const const
 
void prependChildNode (QSGNode *node)
 
virtual void preprocess ()
 
QSGNodepreviousSibling () 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
enum  DirtyStateBit
 
enum  Flag
 
enum  NodeType
 
- Public Attributes inherited from QSGNode
 BasicNodeType
 
 ClipNodeType
 
 DirtyForceUpdate
 
 DirtyGeometry
 
 DirtyMaterial
 
 DirtyMatrix
 
 DirtyNodeAdded
 
 DirtyNodeRemoved
 
 DirtyOpacity
 
 DirtyPropagationMask
 
typedef DirtyState
 
 DirtySubtreeBlocked
 
 DirtyUsePreprocess
 
typedef Flags
 
 GeometryNodeType
 
 InternalReserved
 
 IsVisitableNode
 
 OpacityNodeType
 
 OwnedByParent
 
 OwnsGeometry
 
 OwnsMaterial
 
 OwnsOpaqueMaterial
 
 RenderNodeType
 
 RootNodeType
 
 TransformNodeType
 
 UsePreprocess
 

Detailed Description

SkyOpacityNode derived class that draws lines from LineList.

Author
Artem Fedoskin
Version
1.0

Definition at line 27 of file linenode.h.

Constructor & Destructor Documentation

◆ LineNode()

LineNode::LineNode ( LineList * lineList,
SkipHashList * skipList,
QColor color,
int width,
Qt::PenStyle drawStyle )

Constructor.

Parameters
lineList- lines that have to be drawn
skipList- lines that have to be skipped
color- line color
width- line width
drawStyle- not used currently

Definition at line 15 of file linenode.cpp.

◆ ~LineNode()

LineNode::~LineNode ( )
virtual

Definition at line 31 of file linenode.cpp.

Member Function Documentation

◆ lineList()

LineList * LineNode::lineList ( )
inline

Definition at line 52 of file linenode.h.

◆ setColor()

void LineNode::setColor ( QColor color)

Definition at line 37 of file linenode.cpp.

◆ setDrawStyle()

void LineNode::setDrawStyle ( Qt::PenStyle drawStyle)

Definition at line 53 of file linenode.cpp.

◆ setStyle()

void LineNode::setStyle ( QColor color,
int width,
Qt::PenStyle drawStyle )

Definition at line 58 of file linenode.cpp.

◆ setWidth()

void LineNode::setWidth ( int width)

Definition at line 47 of file linenode.cpp.

◆ updateGeometry()

void LineNode::updateGeometry ( )

Update lines based on the visibility of line segments in m_lineList.

Definition at line 65 of file linenode.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 Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.