|
KiCad PCB EDA Suite
|
Public Member Functions | |
| FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE () | |
| void | AddTestColumn (const wxString &aFieldName, bool aAddedByUser=false) |
| void | Apply (const wxString &aVariant=wxEmptyString) |
Public Attributes | |
| BOARD | m_board |
| FOOTPRINT * | m_footprint |
| FOOTPRINT_FIELDS_EDITOR_GRID_DATA_MODEL | m_model |
| int | m_col = -1 |
Definition at line 31 of file test_fields_table_presence.cpp.
|
inline |
Definition at line 33 of file test_fields_table_presence.cpp.
References BOOST_REQUIRE(), GetDefaultFieldName(), m_board, m_footprint, m_model, REFERENCE, and UNTRANSLATED.
|
inline |
Definition at line 47 of file test_fields_table_presence.cpp.
References BOOST_REQUIRE(), m_col, and m_model.
|
inline |
Definition at line 58 of file test_fields_table_presence.cpp.
References m_board, m_model, and TOOL_MANAGER::SetEnvironment().
| BOARD FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE::m_board |
Definition at line 69 of file test_fields_table_presence.cpp.
Referenced by Apply(), and FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE().
| int FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE::m_col = -1 |
Definition at line 72 of file test_fields_table_presence.cpp.
Referenced by AddTestColumn().
| FOOTPRINT* FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE::m_footprint |
Definition at line 70 of file test_fields_table_presence.cpp.
Referenced by FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE().
| FOOTPRINT_FIELDS_EDITOR_GRID_DATA_MODEL FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE::m_model |
Definition at line 71 of file test_fields_table_presence.cpp.
Referenced by AddTestColumn(), Apply(), and FOOTPRINT_FIELDS_TABLE_PRESENCE_FIXTURE().