![]() |
Scanframe Modular Application 0.1.0
|
Represents a DXF CIRCLE entity. More...
#include <Entities.h>


Public Member Functions | |
| Circle (const QPointF ¢er, double radius, const QString &layer_name, const QColor &color) | |
| Constructs a Circle entity. | |
Public Member Functions inherited from sf::dxf::Entity | |
| Entity (Type type, const QString &layer_name, const QColor &color) | |
| Constructs a DxfEntity object. | |
| virtual | ~Entity ()=default |
| Virtual destructor for proper polymorphic cleanup. | |
Public Attributes | |
| QPointF | _center |
| double | _radius |
Public Attributes inherited from sf::dxf::Entity | |
| Type | _type |
| QString | _layerName |
| QColor | _color |
| Color of the entity, derived from layer or entity itself. | |
Additional Inherited Members | |
Public Types inherited from sf::dxf::Entity | |
| enum | Type { etLine , etPolyline , etCircle , etArc , etUnknown } |
| Enumeration of supported DXF entity types. More... | |
Represents a DXF CIRCLE entity.
|
inline |
Constructs a Circle entity.
| center | The center point of the circle. |
| radius | The radius of the circle. |
| layer_name | The name of the layer. |
| color | The color of the circle. |
| QPointF sf::dxf::Circle::_center |
| double sf::dxf::Circle::_radius |