KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_NET_INSPECTOR_PANEL::COLUMN_DESC Struct Reference

Column metadata. More...

Public Member Functions

 COLUMN_DESC (unsigned aNum, PCB_LAYER_ID aLayer, const wxString &aDisp, const wxString &aCsv, CSV_COLUMN_DESC aFlags, bool aHasUnits)
 
 operator unsigned int () const
 

Public Attributes

unsigned int num
 
PCB_LAYER_ID layer
 
wxString display_name
 
wxString csv_name
 
CSV_COLUMN_DESC csv_flags
 
bool has_units
 

Detailed Description

Column metadata.

Definition at line 301 of file pcb_net_inspector_panel.h.

Constructor & Destructor Documentation

◆ COLUMN_DESC()

PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::COLUMN_DESC ( unsigned  aNum,
PCB_LAYER_ID  aLayer,
const wxString &  aDisp,
const wxString &  aCsv,
CSV_COLUMN_DESC  aFlags,
bool  aHasUnits 
)
inline

Definition at line 303 of file pcb_net_inspector_panel.h.

Member Function Documentation

◆ operator unsigned int()

PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::operator unsigned int ( ) const
inline

Definition at line 318 of file pcb_net_inspector_panel.h.

References num.

Member Data Documentation

◆ csv_flags

CSV_COLUMN_DESC PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::csv_flags

Definition at line 315 of file pcb_net_inspector_panel.h.

◆ csv_name

wxString PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::csv_name

Definition at line 314 of file pcb_net_inspector_panel.h.

◆ display_name

wxString PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::display_name

Definition at line 313 of file pcb_net_inspector_panel.h.

◆ has_units

bool PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::has_units

Definition at line 316 of file pcb_net_inspector_panel.h.

◆ layer

PCB_LAYER_ID PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::layer

Definition at line 312 of file pcb_net_inspector_panel.h.

◆ num

unsigned int PCB_NET_INSPECTOR_PANEL::COLUMN_DESC::num

Definition at line 311 of file pcb_net_inspector_panel.h.

Referenced by operator unsigned int().


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