![]() |
The joint defined by the begginning, end or intersection of a stroke.
Public Member Functions | |
OMC::DrawingVectorArtLayer * | drawing () const |
Returns the OMC::DrawingVectorArtLayer* object that owns this joint. More... | |
OMC::DrawingVectorArtLayer * | layer () const |
Returns the OMC::DrawingVectorLayer* object that owns this joint. More... | |
OMC::DrawingVectorStroke * | stroke () const |
Returns the OMC::DrawingVectorStroke* object to which this joint is related. More... | |
OMC::DrawingVectorJoint * | right () const |
Returns the OMC::DrawingVectorJoint* object at a right turn to this joint. More... | |
OMC::DrawingVectorJoint * | left () const |
Returns the OMC::DrawingVectorJoint* object at a left turn to this joint. More... | |
OMC::DrawingVectorJoint * | joint_opposite () const |
Returns the OMC::DrawingVectorJoint* object at the other extremity of this joint's stroke. More... | |
Public Attributes | |
QList< OMC::DrawingVectorContour * > | contours |
The list of contours shared by the joint. | |
int | degree |
The degree of the joint. | |
QString | extremity |
The joint extremity at the current stroke. Valid extremities are "Head" and "Tail". | |
bool | empty |
True if the joint is empty. | |
OMC::Point2d * | position |
OMC::DrawingVectorColour * | colour_inside |
The colour of the inside of the joint. More... | |
OMC::DrawingVectorColour * | colour_outside |
The colour of the outside of the joint. More... | |
OMC::Vector2d * | tangent |
The tangent of the joint. More... | |
OMC::DrawingVectorArtLayer* OMC::DrawingVectorJoint::drawing | ( | ) | const |
Returns the OMC::DrawingVectorArtLayer* object that owns this joint.
OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::joint_opposite | ( | ) | const |
Returns the OMC::DrawingVectorJoint* object at the other extremity of this joint's stroke.
OMC::DrawingVectorArtLayer* OMC::DrawingVectorJoint::layer | ( | ) | const |
Returns the OMC::DrawingVectorLayer* object that owns this joint.
OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::left | ( | ) | const |
Returns the OMC::DrawingVectorJoint* object at a left turn to this joint.
OMC::DrawingVectorJoint* OMC::DrawingVectorJoint::right | ( | ) | const |
Returns the OMC::DrawingVectorJoint* object at a right turn to this joint.
OMC::DrawingVectorStroke* OMC::DrawingVectorJoint::stroke | ( | ) | const |
Returns the OMC::DrawingVectorStroke* object to which this joint is related.
OMC::DrawingVectorJoint::colour_inside |
The colour of the inside of the joint.
Provides the color of the inside of the joint as a DrawingVectorColour*.
OMC::DrawingVectorJoint::colour_outside |
The colour of the outside of the joint.
Provides the color of the outside of the joint as a DrawingVectorColor*.
OMC::DrawingVectorJoint::position |
The OMC::Point2d* position of the joint in the drawing layer.
OMC::DrawingVectorJoint::tangent |
The tangent of the joint.
Provides the tangent of the joint, as provided by the current stroke at the given extremity.