#include <path-shape.h>
|
| enum class | NodeType {
CurveSymmetry
, CurveSmooth
, CurveCorner
, CurveCtrlPrev
,
CurveCtrlNext
, LINE_TO
, MOVE_TO
} |
| |
| enum class | Type {
None
, Path
, Bitmap
, Text
,
Group
} |
| |
◆ NodeType
| Enumerator |
|---|
| CurveSymmetry | |
| CurveSmooth | |
| CurveCorner | |
| CurveCtrlPrev | |
| CurveCtrlNext | |
| LINE_TO | |
| MOVE_TO | |
◆ PathShape() [1/2]
◆ PathShape() [2/2]
| PathShape::PathShape |
( |
QPainterPath |
path | ) |
|
◆ ~PathShape()
| PathShape::~PathShape |
( |
| ) |
|
|
virtual |
◆ clone()
| shared_ptr< Shape > PathShape::clone |
( |
| ) |
const |
|
overridevirtual |
◆ hitTest() [1/2]
| bool PathShape::hitTest |
( |
QPointF |
global_coord, |
|
|
qreal |
tolerance |
|
) |
| const |
|
overridevirtual |
Reimplemented from Shape.
◆ hitTest() [2/2]
| bool PathShape::hitTest |
( |
QRectF |
global_coord_rect | ) |
const |
|
overridevirtual |
Reimplemented from Shape.
◆ isFilled()
| bool PathShape::isFilled |
( |
| ) |
const |
◆ paint()
| void PathShape::paint |
( |
QPainter * |
painter | ) |
const |
|
overridevirtual |
◆ path()
| const QPainterPath & PathShape::path |
( |
| ) |
const |
◆ setFilled()
| void PathShape::setFilled |
( |
bool |
filled | ) |
|
◆ setPath()
| void PathShape::setPath |
( |
const QPainterPath & |
path | ) |
|
◆ type()
◆ DocumentSerializer
◆ path_
| QPainterPath PathShape::path_ |
|
protected |
The documentation for this class was generated from the following files: