KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EDA_DATA::SUB_NET_TRACE Class Reference

#include <odb_eda_data.h>

Inheritance diagram for EDA_DATA::SUB_NET_TRACE:
EDA_DATA::SUB_NET

Public Member Functions

 SUB_NET_TRACE (size_t aIndex, EDA_DATA *aEda)
 
void WriteSubnet (std::ostream &ost) const override
 
void Write (std::ostream &ost) const
 
void AddFeatureID (FEATURE_ID::TYPE type, const wxString &layer, size_t feature_id)
 

Public Attributes

const size_t m_index
 
std::list< FEATURE_IDfeature_ids
 

Protected Attributes

EDA_DATAm_edadata
 

Detailed Description

Definition at line 87 of file odb_eda_data.h.

Constructor & Destructor Documentation

◆ SUB_NET_TRACE()

EDA_DATA::SUB_NET_TRACE::SUB_NET_TRACE ( size_t aIndex,
EDA_DATA * aEda )
inline

Definition at line 90 of file odb_eda_data.h.

References EDA_DATA::EDA_DATA(), and EDA_DATA::SUB_NET::SUB_NET().

Member Function Documentation

◆ AddFeatureID()

void EDA_DATA::SUB_NET::AddFeatureID ( FEATURE_ID::TYPE type,
const wxString & layer,
size_t feature_id )
inherited

Definition at line 142 of file odb_eda_data.cpp.

References feature_ids, and m_edadata.

◆ Write()

void EDA_DATA::SUB_NET::Write ( std::ostream & ost) const
inherited

Definition at line 77 of file odb_eda_data.cpp.

References feature_ids, and WriteSubnet().

◆ WriteSubnet()

void EDA_DATA::SUB_NET_TRACE::WriteSubnet ( std::ostream & ost) const
overridevirtual

Implements EDA_DATA::SUB_NET.

Definition at line 109 of file odb_eda_data.cpp.

Member Data Documentation

◆ feature_ids

std::list<FEATURE_ID> EDA_DATA::SUB_NET::feature_ids
inherited

Definition at line 70 of file odb_eda_data.h.

Referenced by AddFeatureID(), and Write().

◆ m_edadata

EDA_DATA* EDA_DATA::SUB_NET::m_edadata
protectedinherited

Definition at line 77 of file odb_eda_data.h.

Referenced by AddFeatureID(), and SUB_NET().

◆ m_index

const size_t EDA_DATA::SUB_NET::m_index
inherited

Definition at line 67 of file odb_eda_data.h.

Referenced by SUB_NET().


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