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

Simple structure to contain data to set up a single TEST_LIB_TABLE_ROW. More...

Public Attributes

std::string m_nickname
 
std::string m_uri
 
std::string m_description
 
bool m_enabled
 

Detailed Description

Simple structure to contain data to set up a single TEST_LIB_TABLE_ROW.

Definition at line 109 of file test_lib_table.cpp.

Member Data Documentation

◆ m_description

std::string LIB_ROW_DEFINITION::m_description

Definition at line 113 of file test_lib_table.cpp.

Referenced by LIB_TABLE_TEST_FIXTURE::makeRowFromDef().

◆ m_enabled

bool LIB_ROW_DEFINITION::m_enabled

Definition at line 114 of file test_lib_table.cpp.

Referenced by LIB_TABLE_TEST_FIXTURE::makeRowFromDef().

◆ m_nickname

std::string LIB_ROW_DEFINITION::m_nickname

Definition at line 111 of file test_lib_table.cpp.

Referenced by LIB_TABLE_TEST_FIXTURE::makeRowFromDef().

◆ m_uri

std::string LIB_ROW_DEFINITION::m_uri

Definition at line 112 of file test_lib_table.cpp.

Referenced by LIB_TABLE_TEST_FIXTURE::makeRowFromDef().


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