C
PathDataArcSegment Class
class Qul::PlatformInterface::PathDataArcSegmentRepresents a path data arc segment. More...
Header: | #include <platforminterface/pathdata.h> |
Since: | Qt Quick Ultralite (Platform) 1.8 |
Inherits: | Qul::PlatformInterface::PathDataSegment |
Inherited By: | Qul::PlatformInterface::PathDataLargeClockWiseArcSegment, Qul::PlatformInterface::PathDataLargeCounterClockWiseArcSegment, Qul::PlatformInterface::PathDataSmallClockWiseArcSegment, and Qul::PlatformInterface::PathDataSmallCounterClockWiseArcSegment |
Public Functions
float | rotation() const |
Qul::PlatformInterface::PointF | target() const |
float | xRadius() const |
float | yRadius() const |
Member Function Documentation
float PathDataArcSegment::rotation() const
Returns the rotation angle in degrees of the path data arc segment.
Qul::PlatformInterface::PointF PathDataArcSegment::target() const
Returns the target position of the path data arc segment.
float PathDataArcSegment::xRadius() const
Returns the x-radius of the path data arc segment.
float PathDataArcSegment::yRadius() const
Returns the y-radius of the path data arc segment.
Available under certain Qt licenses.
Find out more.