| 
    KiCad PCB EDA Suite
    
   | 
 
#include <odb_feature.h>
  
Public Member Functions | |
| ODB_FEATURE (uint32_t aIndex) | |
| virtual void | WriteFeatures (std::ostream &ost) | 
| virtual | ~ODB_FEATURE ()=default | 
| void | WriteAttributes (std::ostream &ost) const | 
Public Attributes | |
| std::map< unsigned int, std::string > | m_ODBattributes | 
Protected Types | |
| enum class | FEATURE_TYPE { LINE , ARC , PAD , SURFACE } | 
Protected Member Functions | |
| virtual FEATURE_TYPE | GetFeatureType ()=0 | 
| virtual void | WriteRecordContent (std::ostream &ost)=0 | 
Protected Attributes | |
| const uint32_t | m_index | 
Definition at line 202 of file odb_feature.h.
      
  | 
  strongprotected | 
| Enumerator | |
|---|---|
| LINE | |
| ARC | |
| PAD | |
| SURFACE | |
Definition at line 212 of file odb_feature.h.
      
  | 
  inline | 
Definition at line 206 of file odb_feature.h.
References m_index.
Referenced by ODB_ARC::ODB_ARC(), ODB_LINE::ODB_LINE(), ODB_PAD::ODB_PAD(), and ODB_SURFACE::ODB_SURFACE().
      
  | 
  virtualdefault | 
      
  | 
  protectedpure virtual | 
Implemented in ODB_ARC, ODB_LINE, ODB_PAD, and ODB_SURFACE.
Referenced by WriteFeatures().
      
  | 
  inherited | 
Definition at line 57 of file odb_attribute.cpp.
References m_ODBattributes.
Referenced by EDA_DATA::NET::Write(), ODB_COMPONENT::Write(), ODB_ARC::WriteRecordContent(), ODB_LINE::WriteRecordContent(), ODB_PAD::WriteRecordContent(), and ODB_SURFACE::WriteRecordContent().
      
  | 
  virtual | 
Definition at line 870 of file odb_feature.cpp.
References ARC, GetFeatureType(), LINE, PAD, SURFACE, and WriteRecordContent().
      
  | 
  protectedpure virtual | 
Implemented in ODB_ARC, ODB_LINE, ODB_PAD, and ODB_SURFACE.
Referenced by WriteFeatures().
      
  | 
  protected | 
Definition at line 224 of file odb_feature.h.
Referenced by ODB_FEATURE().
      
  | 
  inherited | 
Definition at line 378 of file odb_attribute.h.
Referenced by WriteAttributes().