OMC::DrawingVectorContour Class Reference

Detailed Description

The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings.

Public Member Functions

OMC::DrawingVectorArtLayerdrawing () const
 Returns the OMC::DrawingVectorArtLayer* object that owns this stroke. More...
 
OMC::DrawingVectorArtLayerlayer () const
 Returns the OMC::DrawingVectorLayer* object that owns this stroke. More...
 
OMC::DrawingVectorStrokestroke () 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::DrawingVectorContourcontour_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::DrawingVectorColourcolour_inside
 The color of the inside of the contour. More...
 
OMC::DrawingVectorColourcolour_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...
 

Member Function Documentation

◆ containedIn()

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.

Returns
True if this contour is contained in the given path.

◆ contains()

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.

Returns
True if this contour contains the given path.

◆ contour_parent()

OMC::DrawingVectorContour* OMC::DrawingVectorContour::contour_parent ( ) const

Provides the parent contour if one exists.

Returns
The parent OMC::DrawingVectorContour* if one exists.

◆ drawing()

OMC::DrawingVectorArtLayer* OMC::DrawingVectorContour::drawing ( ) const

Returns the OMC::DrawingVectorArtLayer* object that owns this stroke.

Returns
The OMC::DrawingVectorArtLayer* object that owns the stroke.

◆ layer()

OMC::DrawingVectorArtLayer* OMC::DrawingVectorContour::layer ( ) const

Returns the OMC::DrawingVectorLayer* object that owns this stroke.

Returns
The OMC::DrawingVectorLayer* object that owns the stroke.

◆ outside()

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.

Returns
True if this contour contains the given path.

◆ relationship()

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.

Returns
A string detailing the relationship between the contours.

◆ stroke()

OMC::DrawingVectorStroke* OMC::DrawingVectorContour::stroke ( ) const

Returns the OMC::DrawingVectorStroke* for the contour.

Returns
The OMC::DrawingVectorStroke* object to which the contour references.

Member Data Documentation

◆ colour_inside

OMC::DrawingVectorContour::colour_inside

The color of the inside of the contour.

Provides the color of the inside of the contour as a DrawingVectorColor*.

Returns
Provides the OMC::DrawingVectorColour* of the inside of the contour.

◆ colour_outside

OMC::DrawingVectorContour::colour_outside

The color of the outside of the contour.

Provides the color of the outside of the contour as a DrawingVectorColor*.

Returns
Provides the OMC::DrawingVectorColour* of the outside of the contour.

◆ contours_children

OMC::DrawingVectorContour::contours_children

A list of the children contours within this contour, if any are available.

Returns
Provides the children OMC::DrawingVectorContour* of this contour.

◆ extremity

QString OMC::DrawingVectorContour::extremity
read

The extremity of the stroke to which this contour references.

The extremity can be either the "Head" or the "Tail" of the contour.

◆ strokes

OMC::DrawingVectorContour::strokes

A list of the strokes that form this contour.

Returns
Provides the list of OMC::DrawingVectorStroke* strokes that compose this contour.

◆ strokes_children

OMC::DrawingVectorContour::strokes_children

A list of the strokes that belong to children components of the contour.

Returns
Provides the list of OMC::DrawingVectorStroke* strokes that belong to children components of the contour.

◆ strokes_current_children

OMC::DrawingVectorContour::strokes_current_children

A list of the strokes that belong to this contour and its children.

Returns
Provides the list of OMC::DrawingVectorStroke* strokes and children strokes that compose this contour.

◆ strokes_current_inside

OMC::DrawingVectorContour::strokes_current_inside

A list of the strokes that belong to this contour and inside contours.

Returns
Provides the list of OMC::DrawingVectorStroke* strokes and inside strokes that compose this contour.

◆ strokes_inside

OMC::DrawingVectorContour::strokes_inside

A list of the strokes that are inside the contour.

Returns
Provides the list of OMC::DrawingVectorStroke* strokes that are inside this contour.
Inheritance diagram for OMC::DrawingVectorContour:
Collaboration diagram for OMC::DrawingVectorContour: