| 
    KiCad PCB EDA Suite
    
   | 
 
Persisted state for the net inspector panel. More...
#include <board_project_settings.h>
Public Member Functions | |
| PANEL_NET_INSPECTOR_SETTINGS () | |
Public Attributes | |
| wxString | filter_text | 
| bool | filter_by_net_name | 
| bool | filter_by_netclass | 
| bool | group_by_netclass | 
| bool | group_by_constraint | 
| std::vector< wxString > | custom_group_rules | 
| bool | show_zero_pad_nets | 
| bool | show_unconnected_nets | 
| bool | show_time_domain_details | 
| int | sorting_column | 
| bool | sort_order_asc | 
| std::vector< int > | col_order | 
| std::vector< int > | col_widths | 
| std::vector< bool > | col_hidden | 
| std::vector< wxString > | expanded_rows | 
Persisted state for the net inspector panel.
Definition at line 363 of file board_project_settings.h.
      
  | 
  inline | 
Definition at line 382 of file board_project_settings.h.
References filter_by_net_name, filter_by_netclass, filter_text, group_by_constraint, group_by_netclass, show_time_domain_details, show_unconnected_nets, show_zero_pad_nets, sort_order_asc, and sorting_column.
| std::vector<bool> PANEL_NET_INSPECTOR_SETTINGS::col_hidden | 
Definition at line 378 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::adjustListColumnSizes(), and PCB_NET_INSPECTOR_PANEL::buildColumns().
| std::vector<int> PANEL_NET_INSPECTOR_SETTINGS::col_order | 
Definition at line 376 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::adjustListColumnSizes(), and PCB_NET_INSPECTOR_PANEL::buildColumns().
| std::vector<int> PANEL_NET_INSPECTOR_SETTINGS::col_widths | 
Definition at line 377 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::adjustListColumnSizes().
| std::vector<wxString> PANEL_NET_INSPECTOR_SETTINGS::custom_group_rules | 
Definition at line 370 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().
| std::vector<wxString> PANEL_NET_INSPECTOR_SETTINGS::expanded_rows | 
Definition at line 380 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().
| bool PANEL_NET_INSPECTOR_SETTINGS::filter_by_net_name | 
Definition at line 366 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), PCB_NET_INSPECTOR_PANEL::netFilterMatches(), and PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::filter_by_netclass | 
Definition at line 367 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), PCB_NET_INSPECTOR_PANEL::netFilterMatches(), and PANEL_NET_INSPECTOR_SETTINGS().
| wxString PANEL_NET_INSPECTOR_SETTINGS::filter_text | 
Definition at line 365 of file board_project_settings.h.
Referenced by PANEL_NET_INSPECTOR_SETTINGS(), and PCB_NET_INSPECTOR_PANEL::SaveSettings().
| bool PANEL_NET_INSPECTOR_SETTINGS::group_by_constraint | 
Definition at line 369 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::group_by_netclass | 
Definition at line 368 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::show_time_domain_details | 
Definition at line 373 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::show_unconnected_nets | 
Definition at line 372 of file board_project_settings.h.
Referenced by PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::show_zero_pad_nets | 
Definition at line 371 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::sort_order_asc | 
Definition at line 375 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().
| int PANEL_NET_INSPECTOR_SETTINGS::sorting_column | 
Definition at line 374 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().