KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
std::map< std::string, bool > | fields_show |
std::map< std::string, bool > | fields_group_by |
std::map< std::string, int > | column_widths |
Definition at line 193 of file eeschema_settings.h.
std::map<std::string, int> EESCHEMA_SETTINGS::PANEL_FIELD_EDITOR::column_widths |
Definition at line 197 of file eeschema_settings.h.
Referenced by DIALOG_SYMBOL_FIELDS_TABLE::DIALOG_SYMBOL_FIELDS_TABLE(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_SYMBOL_FIELDS_TABLE::OnTableColSize().
std::map<std::string, bool> EESCHEMA_SETTINGS::PANEL_FIELD_EDITOR::fields_group_by |
Definition at line 196 of file eeschema_settings.h.
Referenced by DIALOG_SYMBOL_FIELDS_TABLE::AddField(), EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), and DIALOG_SYMBOL_FIELDS_TABLE::OnColumnItemToggled().
std::map<std::string, bool> EESCHEMA_SETTINGS::PANEL_FIELD_EDITOR::fields_show |