Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for SEntitySolid, including all inherited members.
draw(IGraphics *graphics) const override | SEntitySolid | privatevirtual |
drawEntity(uint64_t colorBlocRGB, int64_t lineWidthBlock, std::vector< SBlockDxf * > *blocks, const std::vector< SLayerDxf * > *layers, IGraphics *graphics) | SEntity | |
isLayer(const std::string &nameLayer) const | SEntity | |
m_colorARGBCalculated | SEntity | private |
m_colorIndex | SEntity | private |
m_hasLineWidthCalculated | SEntity | private |
m_isAttributedCalculated | SEntity | private |
m_isColorRGB | SEntity | private |
m_isVisibleByLayer | SEntity | private |
m_lineWidth | SEntity | private |
m_lineWidthCalculated | SEntity | private |
m_nameLayer | SEntity | private |
m_Nx | SEntity | private |
m_Ny | SEntity | private |
m_Nz | SEntity | private |
m_x1 | SEntitySolid | |
m_x2 | SEntitySolid | |
m_x3 | SEntitySolid | |
m_x4 | SEntitySolid | |
m_y1 | SEntitySolid | |
m_y2 | SEntitySolid | |
m_y3 | SEntitySolid | |
m_y4 | SEntitySolid | |
processEntityGeoBlock(CGeoBlock *currentGeoBlock, std::vector< SBlockDxf * > *blocks, SProcessEntitiesGeoBlocks *dataProcess) const override | SEntitySolid | privatevirtual |
processEntityPolyline(const std::vector< SBlockDxf * > *blocks, SProcessEntitiesPolylines *dataProcess, const std::string &nameLayerOpt) const override | SEntitySolid | privatevirtual |
SEntity(const std::string &nameLayer, bool isColorRGB, uint64_t colorIndex, int64_t lineWidth, double Nx, double Ny, double Nz) | SEntity | |
SEntitySolid(const std::string &nameLayer, double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4, bool isColorRGB, uint64_t colorRGB, int64_t lineWidth, double Nx, double Ny, double Nz) | SEntitySolid | |
setColorARGB(iv::types::color colorARGB) | SEntity | |
~SEntity()=default | SEntity | virtual |