C

<platforminterface/pathdata.h> - Path data

Provides classes for representing and handling path data. More...

Header: #include <platforminterface/pathdata.h>

Types

enum PathOptimizationHints { PathOptimizationHints_None, PathOptimizationHints_NotSelfIntersecting, PathOptimizationHints_NoOverlappingSubPaths }

Detailed Description

Classes

Qul::PlatformInterface::PathData

This class represents vector path data

Qul::PlatformInterface::PathDataArcSegment

Represents a path data arc segment

Qul::PlatformInterface::PathDataCubicBezierSegment

Represents a path data cubic bezier segment

Qul::PlatformInterface::PathDataIterator

A convenience class for iterating over path data segments

Qul::PlatformInterface::PathDataLargeClockWiseArcSegment

Represents a path data large clockwise arc segment

Qul::PlatformInterface::PathDataLargeCounterClockWiseArcSegment

Represents a path data large counterclockwise arc segment

Qul::PlatformInterface::PathDataLineSegment

Represents a path data line segment

Qul::PlatformInterface::PathDataMoveSegment

Represents a path data move segment

Qul::PlatformInterface::PathDataPathSeparatorSegment

Represents a path data path separator segment

Qul::PlatformInterface::PathDataQuadraticBezierSegment

Represents a path data quadratic bezier segment

Qul::PlatformInterface::PathDataSegment

Represents a single path data segment of the Qul::PlatformInterface::PathData class

Qul::PlatformInterface::PathDataSmallClockWiseArcSegment

Represents a path data small clockwise arc segment

Qul::PlatformInterface::PathDataSmallCounterClockWiseArcSegment

Represents a path data small counterclockwise arc segment

Type Documentation

[since Qt Quick Ultralite (Platform) 1.8] enum PathOptimizationHints

This enum type defines path optimization hints.

ConstantValueDescription
PathOptimizationHints_None0No path optimization hints.
PathOptimizationHints_NotSelfIntersecting1The path does not have any self-intersecting lines.
PathOptimizationHints_NoOverlappingSubPaths2The path does not have any overlapping sub paths.

This enum was introduced or modified in Qt Quick Ultralite (Platform) 1.8.

Available under certain Qt licenses.
Find out more.