![]() |
Represents a drawing belonging to an element.
Provides the methods needed to manipulate a drawing that is managed by an Element. These are the underlying drawings available to the element, and may contain more drawings that those that are exposed on the timeline.
List All Drawings in All Elements
Create a New Element with A Drawing
Public Member Functions | |
OMC::Obj | duplicate (const QString &newName=QString(), const QString &layer=QString()) const |
Duplicate the drawing and provide the new drawing in return. | |
OMC_Drawing * | initialize () |
If the current element drawing is empty, creates a new drawing that can be subsequently modified. More... | |
Public Attributes | |
QString | id |
Provides the unique drawing id (same as OMC::ElementDrawing::name). | |
QString | name |
Provides the unique drawing name. | |
QString | path |
Provides the path to the drawing. | |
bool | deleted |
Identifies if the drawing has been deleted. | |
bool | file_exists |
Identifies if the drawing file exists. | |
bool | used |
Identifies if the drawing is being used. | |
OMC::Element * | element |
Get the parent element that owns this drawing. | |
QString | type |
Identifies the drawing-type. | |
double | scale_factor |
Get/set the drawing scale factor. | |
int | version |
Get/set the drawing version. | |
QString | layer_name |
Get the layer name, if one is present. | |
long long | layer_id |
Get the layer id, if one is present. | |
OMC_Drawing * | drawing |
Gets the drawing object, if one exists. A drawing file can be created with initialize() if it doesn't exist yet. | |
OMC_Drawing* OMC::ElementDrawing::initialize | ( | ) |
If the current element drawing is empty, creates a new drawing that can be subsequently modified.
Returns the existing vector drawing if it already exists, otherwise creates the drawing file and returns the vector drawing.
List All Drawings in All Elements