#include <DiagramObject.h>
Public Attributes | |
IEC61970::Base::Domain::Integer | drawingOrder |
IEC61970::Base::Domain::Boolean | isPolygon |
IEC61970::Base::Domain::Float | offsetX |
IEC61970::Base::Domain::Float | offsetY |
IEC61970::Base::Domain::AngleDegrees | rotation |
IEC61970::Base::DiagramLayout::Diagram * | Diagram |
std::list< IEC61970::Base::DiagramLayout::VisibilityLayer * > | VisibilityLayers |
std::list< IEC61970::Base::DiagramLayout::DiagramObjectPoint * > | DiagramObjectPoints |
IEC61970::Base::DiagramLayout::DiagramObjectStyle * | DiagramObjectStyle |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
IEC61970::Base::Domain::String | aliasName |
IEC61970::Base::Domain::String | description |
IEC61970::Base::Domain::String | mRID |
IEC61970::Base::Domain::String | name |
std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
An object that defines one or more points in a given space. This object can be associated with anything that specializes IdentifiedObject. For single line diagrams such objects typically include such items as analog values, breakers, disconnectors, power transformers, and transmission lines.
IEC61970::Base::DiagramLayout::Diagram* IEC61970::Base::DiagramLayout::DiagramObject::Diagram |
A diagram object is part of a diagram.
std::list<IEC61970::Base::DiagramLayout::DiagramObjectPoint*> IEC61970::Base::DiagramLayout::DiagramObject::DiagramObjectPoints |
A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons).
IEC61970::Base::DiagramLayout::DiagramObjectStyle* IEC61970::Base::DiagramLayout::DiagramObject::DiagramObjectStyle |
A diagram object has a style associated that provides a reference for the style used in the originating system.
IEC61970::Base::Domain::Integer IEC61970::Base::DiagramLayout::DiagramObject::drawingOrder |
The drawing order of this element. The higher the number, the later the element is drawn in sequence. This is used to ensure that elements that overlap are rendered in the correct order.
IEC61970::Base::Domain::Boolean IEC61970::Base::DiagramLayout::DiagramObject::isPolygon |
Defines whether or not the diagram objects points define the boundaries of a polygon or the routing of a polyline. If this value is true then a receiving application should consider the first and last points to be connected.
IEC61970::Base::Domain::Float IEC61970::Base::DiagramLayout::DiagramObject::offsetX |
The offset in the X direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon).
The offset is in per-unit with 0 indicating there is no offset from the horizontal centre of the icon. -0.5 indicates it is offset by 50% to the left and 0.5 indicates an offset of 50% to the right.
IEC61970::Base::Domain::Float IEC61970::Base::DiagramLayout::DiagramObject::offsetY |
The offset in the Y direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon).
The offset is in per-unit with 0 indicating there is no offset from the vertical centre of the icon. The offset direction is dependent on the orientation of the diagram, with -0.5 and 0.5 indicating an offset of +/- 50% on the vertical axis.
IEC61970::Base::Domain::AngleDegrees IEC61970::Base::DiagramLayout::DiagramObject::rotation |
Sets the angle of rotation of the diagram object. Zero degrees is pointing to the top of the diagram. Rotation is clockwise.
std::list<IEC61970::Base::DiagramLayout::VisibilityLayer*> IEC61970::Base::DiagramLayout::DiagramObject::VisibilityLayers |
A diagram object can be part of multiple visibility layers.