| addEntity(DxfEntity *entity) | DxfEntityContainer | |
| addRectangle(const TechDraw::DxfVector &corner1, const TechDraw::DxfVector &corner2) | DxfEntityContainer | |
| calculateBorders() override | DxfHatch | virtual |
| clear() | DxfEntityContainer | |
| clone() override | DxfHatch | virtual |
| cloneEntities(DxfEntityContainer *oldEntity, DxfEntityContainer *newEntity) | DxfEntityContainer | |
| DxfEntity() | DxfEntity | |
| DxfEntityContainer() | DxfEntityContainer | |
| DxfHatch(bool solid, double scale, double angle, int filltype, const std::string &pattern) | DxfHatch | |
| getAngle() const | DxfHatch | |
| getArrowSize() const | DxfEntity | |
| getAttribute() const | DxfEntity | |
| getBulge() const | DxfEntity | virtual |
| getContainer() | DxfEntityContainer | |
| getDimensionLineColor() const | DxfEntity | |
| getDimensionLineGap() const | DxfEntity | |
| getDimensionLineWidth() const | DxfEntity | |
| getEndPoint() const | DxfEntity | virtual |
| getEntities() | DxfEntityContainer | |
| getEntityId() const | DxfEntity | |
| getEntityLayoutId() const | DxfEntity | |
| getEntityUuid() const | DxfEntity | |
| getExtensionLineColor() const | DxfEntity | |
| getExtensionLineExtension() const | DxfEntity | |
| getExtensionLineOffset() const | DxfEntity | |
| getExtensionLineWidth() const | DxfEntity | |
| getFixedLength() const | DxfEntity | |
| getFixedLengthOn() const | DxfEntity | |
| getGeneralFactor() const | DxfEntity | |
| getGeneralScale() const | DxfEntity | |
| getHatchPat() const | DxfHatch | |
| getInsideHorizontalText() const | DxfEntity | |
| getMaxVector() | DxfEntity | |
| getMiddlePoint() const | DxfEntity | virtual |
| getMinVector() | DxfEntity | |
| getPatternLines() const | DxfHatch | |
| getPatternName() const | DxfHatch | |
| getScale() const | DxfHatch | |
| getShowEdgeLine() | DxfHatch | |
| getSize() | DxfEntity | |
| getSolid() const | DxfHatch | |
| getStartPoint() const | DxfEntity | virtual |
| getTextColor() const | DxfEntity | |
| getTextHeight() const | DxfEntity | |
| getTextStyle() | DxfEntity | |
| getTickSize() const | DxfEntity | |
| getType() const | DxfEntity | |
| m_Angle | DxfHatch | private |
| m_Attribute | DxfEntity | protected |
| m_EntityContainer | DxfEntityContainer | protected |
| m_EntityId | DxfEntity | protected |
| m_EntityParentId | DxfEntity | protected |
| m_EntityUuid | DxfEntity | protected |
| m_HatchPat | DxfHatch | private |
| m_Header | DxfEntity | protected |
| m_MaxV | DxfEntity | protected |
| m_MinV | DxfEntity | protected |
| m_Pattern | DxfHatch | private |
| m_PatternName | DxfHatch | private |
| m_Scale | DxfHatch | private |
| m_ShowEdgeLine | DxfHatch | private |
| m_Solid | DxfHatch | private |
| m_Type | DxfEntity | protected |
| m_Version | DxfEntity | protected |
| move(const TechDraw::DxfVector &offset) override | DxfEntityContainer | virtual |
| removeAllEntities() | DxfEntityContainer | |
| removeEntity(DxfEntity *) | DxfEntityContainer | |
| resetBorders() | DxfEntity | |
| resetHatchEntities(const std::vector< TechDraw::DxfEntity * > §ionFaces, double xScale=1.0, double yScale=1.0) | DxfHatch | |
| resetHatchLoopEntities(DxfEntityContainer *hatchLoop, const std::vector< TechDraw::DxfEntity * > §ionFaces, double xScale=1.0, double yScale=1.0) | DxfHatch | |
| rotate(const TechDraw::DxfVector ¢er, const double &angle) override | DxfHatch | virtual |
| setAttribute(DRW_Entity &data) | DxfEntity | |
| setAttribute(const DxfAttribute &attr) | DxfEntity | |
| setEntityLayoutId(const std::string &id) | DxfEntity | |
| setHatchPat(HatchPat pat) | DxfHatch | |
| setHeaderInfo(TechDraw::DxfHeader *) | DxfEntity | |
| setLayer(const std::string &name) | DxfEntity | |
| setLayer(DxfLayer *l) | DxfEntity | |
| setPatternName(const std::string &) | DxfHatch | |
| setPatternPath(DxfPattern *pattern) | DxfHatch | |
| setShowEdgeLine(bool show) | DxfHatch | |
| setVersion(int version) | DxfEntity | |
| sortHatchLoop(std::vector< TechDraw::DxfEntityContainer * > &hatchVec) | DxfEntityContainer | |
| writeDxf(dxfW *writer) override | DxfHatch | virtual |
| ~DxfEntity() | DxfEntity | virtual |
| ~DxfEntityContainer() | DxfEntityContainer | virtual |
| ~DxfHatch() | DxfHatch | |