Wt  4.10.4
Public Member Functions | List of all members
Wt::WPainterPath::Segment Class Reference

A segment. More...

#include <WPainterPath.h>

Public Member Functions

double x () const
 
double y () const
 
SegmentType type () const
 

Detailed Description

A segment.

Member Function Documentation

◆ type()

SegmentType Wt::WPainterPath::Segment::type ( ) const

The type of the segment

◆ x()

double Wt::WPainterPath::Segment::x ( ) const

The x parameter

Depending on the type(), this is either the x position of the point, or something else.

◆ y()

double Wt::WPainterPath::Segment::y ( ) const

The y parameter

Depending on the type(), this is either the y position of the point, or something else.