Qt 4.8
Public Functions | Public Variables | List of all members
QPainterPathStrokerPrivate Class Reference

#include <qpainterpath_p.h>

Public Functions

 QPainterPathStrokerPrivate ()
 

Public Variables

qreal dashOffset
 
QVector< qfixeddashPattern
 
QStroker stroker
 

Detailed Description

Definition at line 68 of file qpainterpath_p.h.

Constructors and Destructors

◆ QPainterPathStrokerPrivate()

QPainterPathStrokerPrivate::QPainterPathStrokerPrivate ( )

Definition at line 2658 of file qpainterpath.cpp.

2659  : dashOffset(0)
2660 {
2664 }
void qt_path_stroke_line_to(qfixed x, qfixed y, void *data)
void qt_path_stroke_move_to(qfixed x, qfixed y, void *data)
void setCubicToHook(qStrokerCubicToHook cubicToHook)
Definition: qstroker_p.h:150
void qt_path_stroke_cubic_to(qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey, void *data)
void setLineToHook(qStrokerLineToHook lineToHook)
Definition: qstroker_p.h:149
void setMoveToHook(qStrokerMoveToHook moveToHook)
Definition: qstroker_p.h:148

Properties

◆ dashOffset

qreal QPainterPathStrokerPrivate::dashOffset

Definition at line 75 of file qpainterpath_p.h.

Referenced by QPainterPathStroker::createStroke().

◆ dashPattern

QVector<qfixed> QPainterPathStrokerPrivate::dashPattern

Definition at line 74 of file qpainterpath_p.h.

Referenced by QPainterPathStroker::createStroke().

◆ stroker

QStroker QPainterPathStrokerPrivate::stroker

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