OMC::DrawingLayer Class Reference

Detailed Description

Represents a generic layer in a vector drawing.

For more information, see the specific layer type definitions:

Public Member Functions

OMC::DrawingVectorArtLayerdrawing () const
 Returns the OMC::DrawingVectorArtLayer* object that owns this layer. More...
 

Public Attributes

OMC::AllocatedRect2d * bounding_box
 The bounding box of the layer. More...
 
OMC::AllocatedRect2d * bounding_box_visible
 The visible bounding box. More...
 
OMC::AllocatedRect2d * bounding_box_linestyle
 The bounding box with linestyle. More...
 
QString type
 The type of the drawing layer. More...
 

Member Function Documentation

◆ drawing()

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

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

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

Member Data Documentation

◆ bounding_box

OMC::DrawingLayer::bounding_box

The bounding box of the layer.

Get the world bounding-box of the drawing.

◆ bounding_box_linestyle

OMC::DrawingLayer::bounding_box_linestyle

The bounding box with linestyle.

Get the bounding-box of the drawing's visible content, with the linestyle considered.

◆ bounding_box_visible

OMC::DrawingLayer::bounding_box_visible

The visible bounding box.

Get the world bounding-box of the drawing's visible content.

◆ type

QString OMC::DrawingLayer::type
read

The type of the drawing layer.

A string representing the type of layer – the following types are supported:

  • Vector
Inheritance diagram for OMC::DrawingLayer:
Collaboration diagram for OMC::DrawingLayer: