KiCad PCB EDA Suite
|
#include <odb_feature.h>
Public Member Functions | |
ODB_SURFACE (uint32_t aIndex, const SHAPE_POLY_SET::POLYGON &aPolygon, FILL_T aFillType=FILL_T::FILLED_SHAPE) | |
virtual | ~ODB_SURFACE ()=default |
virtual FEATURE_TYPE | GetFeatureType () override |
virtual void | WriteFeatures (std::ostream &ost) |
void | WriteAttributes (std::ostream &ost) const |
Public Attributes | |
std::unique_ptr< ODB_SURFACE_DATA > | m_surfaces |
std::map< unsigned int, std::string > | attributes |
Protected Types | |
enum class | FEATURE_TYPE { LINE , ARC , PAD , SURFACE } |
Protected Member Functions | |
virtual void | WriteRecordContent (std::ostream &ost) override |
Protected Attributes | |
const uint32_t | m_index |
Definition at line 296 of file odb_feature.h.
|
strongprotectedinherited |
Enumerator | |
---|---|
LINE | |
ARC | |
PAD | |
SURFACE |
Definition at line 210 of file odb_feature.h.
ODB_SURFACE::ODB_SURFACE | ( | uint32_t | aIndex, |
const SHAPE_POLY_SET::POLYGON & | aPolygon, | ||
FILL_T | aFillType = FILL_T::FILLED_SHAPE |
||
) |
Definition at line 895 of file odb_feature.cpp.
References m_surfaces.
|
virtualdefault |
|
inlineoverridevirtual |
Implements ODB_FEATURE.
Definition at line 304 of file odb_feature.h.
References ODB_FEATURE::SURFACE.
|
inherited |
Definition at line 57 of file odb_attribute.cpp.
References ATTR_RECORD_WRITER::attributes, and ODB::CHECK_ONCE::first.
Referenced by ODB_COMPONENT::Write(), EDA_DATA::NET::Write(), ODB_LINE::WriteRecordContent(), ODB_ARC::WriteRecordContent(), ODB_PAD::WriteRecordContent(), and WriteRecordContent().
|
virtualinherited |
Definition at line 838 of file odb_feature.cpp.
References ODB_FEATURE::ARC, ODB_FEATURE::GetFeatureType(), ODB_FEATURE::LINE, ODB_FEATURE::PAD, ODB_FEATURE::SURFACE, and ODB_FEATURE::WriteRecordContent().
|
overrideprotectedvirtual |
Implements ODB_FEATURE.
Definition at line 913 of file odb_feature.cpp.
References m_surfaces, and ATTR_RECORD_WRITER::WriteAttributes().
|
inherited |
Definition at line 348 of file odb_attribute.h.
Referenced by ATTR_RECORD_WRITER::WriteAttributes().
|
protectedinherited |
Definition at line 222 of file odb_feature.h.
std::unique_ptr<ODB_SURFACE_DATA> ODB_SURFACE::m_surfaces |
Definition at line 306 of file odb_feature.h.
Referenced by ODB_SURFACE(), and WriteRecordContent().