Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
SLayerDxf Struct Reference

#include <CDxf.hpp>

Public Member Functions

 SLayerDxf (const std::string &nameLayer, bool isColorRGB, uint64_t colorIndex, bool isVisible, int64_t lineWidth)
 
 SLayerDxf (const SLayerDxf &other)=default
 
 ~SLayerDxf ()=default
 

Public Attributes

std::string m_name
 
uint64_t m_colorIndex
 
bool m_isVisible
 
bool m_isColorRGB
 
int64_t m_lineWidth
 

Constructor & Destructor Documentation

◆ SLayerDxf() [1/2]

SLayerDxf::SLayerDxf ( const std::string & nameLayer,
bool isColorRGB,
uint64_t colorIndex,
bool isVisible,
int64_t lineWidth )

◆ SLayerDxf() [2/2]

SLayerDxf::SLayerDxf ( const SLayerDxf & other)
default

◆ ~SLayerDxf()

SLayerDxf::~SLayerDxf ( )
default

Member Data Documentation

◆ m_colorIndex

uint64_t SLayerDxf::m_colorIndex

◆ m_isColorRGB

bool SLayerDxf::m_isColorRGB

◆ m_isVisible

bool SLayerDxf::m_isVisible

◆ m_lineWidth

int64_t SLayerDxf::m_lineWidth

◆ m_name

std::string SLayerDxf::m_name

The documentation for this struct was generated from the following files: