55 fn.SetName( wxS(
"test_issue24663_sheet_dnp" ) );
60 SCH_SHEET_LIST sheets = m_schematic->BuildSheetListSortedByPageNumbers();
64 BOOST_REQUIRE_EQUAL( refs.
GetCount(), 1 );
78 model.AddColumn( wxS(
"${DNP}" ), wxS(
"DNP" ),
false );
80 int dnpCol =
model.GetFieldNameCol( wxS(
"${DNP}" ) );
90 BOOST_CHECK_EQUAL(
model.GetGroupedValue( row, dnpCol, wxT(
", " ), wxT(
"-" ),
true,
false ), wxS(
"DNP" ) );
92 model.SetShowColumn( dnpCol,
true );
94 model.SetFilter( wxS(
"DNP" ) );
98 model.SetFilter( wxS(
"1" ) );
void GetSymbols(SCH_REFERENCE_LIST &aReferences, SYMBOL_FILTER aSymbolFilter, bool aForceIncludeOrphanSymbols=false) const
Add a SCH_REFERENCE object to aReferences for each symbol in the list of sheets.
BOOST_CHECK_EQUAL(result, "25.4")