Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GhostPath Class Reference

Ghost for a QGraphicsPathItem. More...

#include <GhostPath.h>

Public Member Functions

 GhostPath (const QPainterPath &path, const QPen &pen, const QBrush &brush)
 Initial constructor.
 
 GhostPath (const GhostPath &other)
 Copy constructor.
 
GhostPathoperator= (const GhostPath &other)
 Assignment operator.
 
QBrush brush () const
 Get method for brush.
 
QPainterPath path () const
 Get method for path.
 
QPen pen () const
 Get method for pen.
 

Detailed Description

Ghost for a QGraphicsPathItem.

Definition at line 15 of file GhostPath.h.

Constructor & Destructor Documentation

◆ GhostPath() [1/2]

GhostPath::GhostPath ( const QPainterPath &  path,
const QPen &  pen,
const QBrush &  brush 
)

Initial constructor.

Definition at line 9 of file GhostPath.cpp.

◆ ~GhostPath()

GhostPath::~GhostPath ( )

Definition at line 34 of file GhostPath.cpp.

◆ GhostPath() [2/2]

GhostPath::GhostPath ( const GhostPath other)

Copy constructor.

Definition at line 18 of file GhostPath.cpp.

Member Function Documentation

◆ brush()

QBrush GhostPath::brush ( ) const

Get method for brush.

Definition at line 38 of file GhostPath.cpp.

◆ operator=()

GhostPath & GhostPath::operator= ( const GhostPath other)

Assignment operator.

Definition at line 25 of file GhostPath.cpp.

◆ path()

QPainterPath GhostPath::path ( ) const

Get method for path.

Definition at line 43 of file GhostPath.cpp.

◆ pen()

QPen GhostPath::pen ( ) const

Get method for pen.

Definition at line 48 of file GhostPath.cpp.


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