|
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 299 of file board_project_settings.h.
|
inline |
Definition at line 318 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 314 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 312 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 313 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 306 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 316 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 302 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 303 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 301 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 305 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 304 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 309 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 308 of file board_project_settings.h.
Referenced by PANEL_NET_INSPECTOR_SETTINGS().
| bool PANEL_NET_INSPECTOR_SETTINGS::show_zero_pad_nets |
Definition at line 307 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 311 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 310 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PANEL_NET_INSPECTOR_SETTINGS().