![]() |
Scanframe Modular Application 0.1.0
|
#include <QColor>
#include <QList>
#include <QMap>
#include <QPointF>
#include <QString>
#include <memory>
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. | |