KiCad PCB EDA Suite
|
#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 |
Definition at line 33 of file library_table_parser.h.
std::string LIBRARY_TABLE_ROW_IR::description |
Definition at line 39 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
bool LIBRARY_TABLE_ROW_IR::disabled = false |
Definition at line 40 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
bool LIBRARY_TABLE_ROW_IR::hidden = false |
Definition at line 41 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
std::string LIBRARY_TABLE_ROW_IR::nickname |
Definition at line 35 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
std::string LIBRARY_TABLE_ROW_IR::options |
Definition at line 38 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
std::string LIBRARY_TABLE_ROW_IR::type |
Definition at line 37 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().
std::string LIBRARY_TABLE_ROW_IR::uri |
Definition at line 36 of file library_table_parser.h.
Referenced by LIBRARY_TABLE::addRowFromIR().