Curve::SegmentData Struct Reference
Public Member Functions | |
SegmentData (const SegmentData &)=default | |
SegmentData (SegmentData &&)=default | |
SegmentData & | operator= (const SegmentData &)=default |
SegmentData & | operator= (SegmentData &&)=default |
SegmentData (Id< SegmentModel > i, Curve::Point s, Curve::Point e, OptionalId< SegmentModel > prev, OptionalId< SegmentModel > foll, const UuidKey< Curve::SegmentFactory > &t, QVariant data) | |
double | x () const |
Public Attributes | |
Id< SegmentModel > | id |
Curve::Point | start |
Curve::Point | end |
OptionalId< SegmentModel > | previous |
OptionalId< SegmentModel > | following |
UuidKey< Curve::SegmentFactory > | type |
QVariant | specificSegmentData |
The documentation for this struct was generated from the following file: