Qt 4.8
Public Functions | Public Variables | List of all members
StrokeHandler Struct Reference

Public Functions

 StrokeHandler (int reserve)
 

Public Variables

QDataBuffer< qrealpts
 
QDataBuffer< QPainterPath::ElementTypetypes
 

Detailed Description

Definition at line 153 of file qpaintengineex.cpp.

Constructors and Destructors

◆ StrokeHandler()

StrokeHandler::StrokeHandler ( int  reserve)
inline

Definition at line 154 of file qpaintengineex.cpp.

154 : pts(reserve), types(reserve) {}
QDataBuffer< QPainterPath::ElementType > types
QDataBuffer< qreal > pts

Properties

◆ pts

QDataBuffer<qreal> StrokeHandler::pts

Definition at line 155 of file qpaintengineex.cpp.

◆ types

QDataBuffer<QPainterPath::ElementType> StrokeHandler::types

Definition at line 156 of file qpaintengineex.cpp.


The documentation for this struct was generated from the following file: