Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Entities.h File Reference
#include <QColor>
#include <QList>
#include <QMap>
#include <QPointF>
#include <QString>
#include <memory>
Include dependency graph for Entities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sf::dxf::Entity
 Base class for all DXF geometric entities. More...
 
struct  sf::dxf::Line
 Represents a DXF LINE entity. More...
 
struct  sf::dxf::Polyline
 Represents a DXF POLYLINE entity. More...
 
struct  sf::dxf::Circle
 Represents a DXF CIRCLE entity. More...
 
struct  sf::dxf::Arc
 Represents a DXF ARC entity. More...
 
struct  sf::dxf::LayerInfo
 LayerInfo holds properties for each layer. More...
 

Namespaces

namespace  sf
 
namespace  sf::dxf
 

Typedefs

using sf::dxf::EntityWrapper = std::shared_ptr< Entity >
 LayerEntities holds all parsed entities, organized by layer.
 
using sf::dxf::EntityList = QList< EntityWrapper >
 
using sf::dxf::LayerEntities = QMap< QString, EntityList >
 
using sf::dxf::Layers = QMap< QString, LayerInfo >
 Layers holds information for all layers in the DXF file.