KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIBRARY_TABLE_ROW_IR Struct Reference

#include <library_table_parser.h>

Public Attributes

std::string nickname
 
std::string uri
 
std::string type
 
std::string options
 
std::string description
 
bool disabled = false
 
bool hidden = false
 

Detailed Description

Definition at line 33 of file library_table_parser.h.

Member Data Documentation

◆ description

std::string LIBRARY_TABLE_ROW_IR::description

Definition at line 39 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ disabled

bool LIBRARY_TABLE_ROW_IR::disabled = false

Definition at line 40 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ hidden

bool LIBRARY_TABLE_ROW_IR::hidden = false

Definition at line 41 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ nickname

std::string LIBRARY_TABLE_ROW_IR::nickname

Definition at line 35 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ options

std::string LIBRARY_TABLE_ROW_IR::options

Definition at line 38 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ type

std::string LIBRARY_TABLE_ROW_IR::type

Definition at line 37 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().

◆ uri

std::string LIBRARY_TABLE_ROW_IR::uri

Definition at line 36 of file library_table_parser.h.

Referenced by LIBRARY_TABLE::addRowFromIR().


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