Home
last modified time | relevance | path

Searched refs:export_comment8 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_eeschema_page_settings.cpp53 …if ( !m_TextComment8->GetValue().IsEmpty() ) cfg->m_PageSettings.export_comment8 = m_Comment8Expor… in ~DIALOG_EESCHEMA_PAGE_SETTINGS()
103 …rt->SetValue( m_TextComment8->GetValue().IsEmpty() ? false : cfg->m_PageSettings.export_comment8 ); in onTransferDataToWindow()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Deeschema_settings.h142 bool export_comment8; member
H A Deeschema_settings.cpp275 &m_PageSettings.export_comment8, false ) ); in EESCHEMA_SETTINGS()