![]() |
Provides the methods and properties for an Element.
An Element is a collection of ElementDrawing objects that are managed and sourced on disk relative to the project. The element's are referred to by their ID and name, and are linked to an ElementAttribute with a ElementColumn. The ElementColumn provides the exposure and order of the drawings when used in an ElementAttribute.
All elements are owned by the project and are provided by the ElementList in the project's elements attribute (See OMH::HarmonyProject::elements).
List All Elements in a Project
Create a New Element with Some Drawings
Public Member Functions | |
virtual void | lock () |
Get the lock on the database. | |
virtual void | release () |
Release the lock on the database. | |
OMC::Obj | duplicate (const QString &elementName) const |
Duplicate the element. | |
Public Attributes | |
int | id |
Provides the id of the element in the project. | |
QString | name |
Provides the name of the element in the project. | |
QString | scan_type |
Provides and sets the scan type of the element in the project. | |
double | field_chart |
Provides the fieldchart of the element in the project. | |
QString | vector_type |
Provides the vector type of the element in the project. More... | |
QString | pixmap_format |
Provides the pixmap format for the provided element ID. | |
QString | folder |
Provides the actual element folder. More... | |
QString | folder_complete |
Provides the complete element folder. More... | |
OMC::ElementDrawingList * | drawings |
Provides the list of drawings contained in the element. | |
QString | physical_name |
Provide the actual name of the drawings. More... | |
bool | locked |
Whether the element is currently locally locked by the session, and can be modified. | |
bool | temp_directory_located |
Whether the element is currently located in the temp directory. | |
bool | deleted |
Whether the element is deleted. | |
bool | linked |
Whether the element is linked to a column. | |
|
read |
Provides the actual element folder.
This is normally the element name (unless it has been renamed and the project is not saved) but may include the ".<element id>" in the name if multiple elements share the same name.
|
read |
Provides the complete element folder.
This is normally the element name (unless it has been renamed and the project is not saved) but may include the ".<element id>" in the name if multiple elements share the same name.
|
read |
Provide the actual name of the drawings.
This is different that the element name if this one has been renamed and the changes have not yet been saved.
|
readwrite |
Provides the vector type of the element in the project.
This provides the vector type for the given element. For standard vector or Toon Boom bitmap drawing, the vector type will be TVG.