![]() |
The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings.
Public Member Functions | |
OMC::DrawingVectorArtLayer * | drawing () const |
Returns the OMC::DrawingVectorArtLayer* object that owns this stroke. More... | |
OMC::DrawingVectorArtLayer * | layer () const |
Returns the OMC::DrawingVectorLayer* object that owns this stroke. More... | |
OMC::DrawingVectorStroke * | stroke () const |
Returns the OMC::DrawingVectorStroke* for the contour. More... | |
bool | contains (OMC::BezierPath *path) const |
Compares this contour with the provided bezier path – returns true if this contour contains the given path. More... | |
bool | outside (OMC::BezierPath *path) const |
Compares the provided bezier path with this contour – returns true if this contour is completely exterior to the bezier path. More... | |
bool | containedIn (OMC::BezierPath *path) const |
Compares the provided bezier path with this contour– returns true if this contour is contained in the given path. More... | |
QString | relationship (OMC::DrawingVectorContour *contour) const |
Compares this contour with the provided contour argument and provides the relationship between the contours. More... | |
OMC::DrawingVectorContour * | contour_parent () const |
Provides the parent contour if one exists. More... | |
Public Attributes | |
QString | extremity |
The extremity of the stroke to which this contour references. More... | |
OMC::AllocatedRect2d * | bounding_box |
The bounding-box of the contour. | |
OMC::AllocatedRect2d * | bounding_box_inner |
The bounding-box of the contour's inner content. | |
bool | thickness_valid |
True if the attached thickness is valid. | |
bool | degenerate |
True if the contour is degenerate; all points lie on the same line. | |
bool | outline_colour_used |
True if the contour is the outline colour of its parent component. | |
bool | top_level |
True if the contour is a top-level contour. | |
int64_t | unique_id |
The unique ID of the contour. | |
OMC::DrawingVectorColour * | colour_inside |
The color of the inside of the contour. More... | |
OMC::DrawingVectorColour * | colour_outside |
The color of the outside of the contour. More... | |
QList< OMC::DrawingVectorContour * > | contours_children |
A list of the children contours within this contour, if any are available. More... | |
QList< OMC::DrawingVectorStroke * > | strokes_current_inside |
A list of the strokes that belong to this contour and inside contours. More... | |
QList< OMC::DrawingVectorStroke * > | strokes_current_children |
A list of the strokes that belong to this contour and its children. More... | |
QList< OMC::DrawingVectorStroke * > | strokes |
A list of the strokes that form this contour. More... | |
QList< OMC::DrawingVectorStroke * > | strokes_inside |
A list of the strokes that are inside the contour. More... | |
QList< OMC::DrawingVectorStroke * > | strokes_children |
A list of the strokes that belong to children components of the contour. More... | |
bool OMC::DrawingVectorContour::containedIn | ( | OMC::BezierPath * | path | ) | const |
Compares the provided bezier path with this contour– returns true if this contour is contained in the given path.
bool OMC::DrawingVectorContour::contains | ( | OMC::BezierPath * | path | ) | const |
Compares this contour with the provided bezier path – returns true if this contour contains the given path.
OMC::DrawingVectorContour* OMC::DrawingVectorContour::contour_parent | ( | ) | const |
Provides the parent contour if one exists.
OMC::DrawingVectorArtLayer* OMC::DrawingVectorContour::drawing | ( | ) | const |
Returns the OMC::DrawingVectorArtLayer* object that owns this stroke.
OMC::DrawingVectorArtLayer* OMC::DrawingVectorContour::layer | ( | ) | const |
Returns the OMC::DrawingVectorLayer* object that owns this stroke.
bool OMC::DrawingVectorContour::outside | ( | OMC::BezierPath * | path | ) | const |
Compares the provided bezier path with this contour – returns true if this contour is completely exterior to the bezier path.
QString OMC::DrawingVectorContour::relationship | ( | OMC::DrawingVectorContour * | contour | ) | const |
Compares this contour with the provided contour argument and provides the relationship between the contours.
When comparing this contour with the argument contour, the return values will identify the relationship between the contours. Same – The compared contours are the same contour and represent the same underlying object. Contains – The argumet contour contains this contour. Contained_In – The argument contour is contained within this contour.
Not_Related – The compared contours are not related. Unknown – No appropriate relationship could be determined.
OMC::DrawingVectorStroke* OMC::DrawingVectorContour::stroke | ( | ) | const |
Returns the OMC::DrawingVectorStroke* for the contour.
OMC::DrawingVectorContour::colour_inside |
The color of the inside of the contour.
Provides the color of the inside of the contour as a DrawingVectorColor*.
OMC::DrawingVectorContour::colour_outside |
The color of the outside of the contour.
Provides the color of the outside of the contour as a DrawingVectorColor*.
OMC::DrawingVectorContour::contours_children |
A list of the children contours within this contour, if any are available.
|
read |
The extremity of the stroke to which this contour references.
The extremity can be either the "Head" or the "Tail" of the contour.
OMC::DrawingVectorContour::strokes |
A list of the strokes that form this contour.
OMC::DrawingVectorContour::strokes_children |
A list of the strokes that belong to children components of the contour.
OMC::DrawingVectorContour::strokes_current_children |
A list of the strokes that belong to this contour and its children.
OMC::DrawingVectorContour::strokes_current_inside |
A list of the strokes that belong to this contour and inside contours.
OMC::DrawingVectorContour::strokes_inside |
A list of the strokes that are inside the contour.