| 
    KiCad PCB EDA Suite
    
   | 
 
#include <odb_feature.h>
  
Public Member Functions | |
| ODB_LINE (uint32_t aIndex, const std::pair< wxString, wxString > &aStart, const std::pair< wxString, wxString > &aEnd, uint32_t aSym) | |
| virtual FEATURE_TYPE | GetFeatureType () override | 
| virtual void | WriteFeatures (std::ostream &ost) | 
| 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 void | WriteRecordContent (std::ostream &ost) override | 
Protected Attributes | |
| const uint32_t | m_index | 
Private Attributes | |
| std::pair< wxString, wxString > | m_start | 
| std::pair< wxString, wxString > | m_end | 
| uint32_t | m_symIndex | 
Definition at line 227 of file odb_feature.h.
      
  | 
  strongprotectedinherited | 
| Enumerator | |
|---|---|
| LINE | |
| ARC | |
| PAD | |
| SURFACE | |
Definition at line 212 of file odb_feature.h.
      
  | 
  inline | 
Definition at line 230 of file odb_feature.h.
References m_end, m_start, m_symIndex, and ODB_FEATURE::ODB_FEATURE().
      
  | 
  inlineoverridevirtual | 
      
  | 
  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().
      
  | 
  virtualinherited | 
Definition at line 870 of file odb_feature.cpp.
References ARC, GetFeatureType(), LINE, PAD, SURFACE, and WriteRecordContent().
      
  | 
  overrideprotectedvirtual | 
Implements ODB_FEATURE.
Definition at line 889 of file odb_feature.cpp.
References m_end, m_start, m_symIndex, and ATTR_RECORD_WRITER::WriteAttributes().
      
  | 
  private | 
Definition at line 243 of file odb_feature.h.
Referenced by ODB_LINE(), and WriteRecordContent().
      
  | 
  protectedinherited | 
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().
      
  | 
  private | 
Definition at line 242 of file odb_feature.h.
Referenced by ODB_LINE(), and WriteRecordContent().
      
  | 
  private | 
Definition at line 244 of file odb_feature.h.
Referenced by ODB_LINE(), and WriteRecordContent().