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 |
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 343 of file board_project_settings.h.
|
inline |
Definition at line 361 of file board_project_settings.h.
std::vector<bool> PANEL_NET_INSPECTOR_SETTINGS::col_hidden |
Definition at line 357 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 355 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 356 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 350 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS().
std::vector<wxString> PANEL_NET_INSPECTOR_SETTINGS::expanded_rows |
Definition at line 359 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 346 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), PCB_NET_INSPECTOR_PANEL::netFilterMatches(), and PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS().
bool PANEL_NET_INSPECTOR_SETTINGS::filter_by_netclass |
Definition at line 347 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), PCB_NET_INSPECTOR_PANEL::netFilterMatches(), and PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS().
wxString PANEL_NET_INSPECTOR_SETTINGS::filter_text |
Definition at line 345 of file board_project_settings.h.
Referenced by PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS(), and PCB_NET_INSPECTOR_PANEL::SaveSettings().
bool PANEL_NET_INSPECTOR_SETTINGS::group_by_constraint |
Definition at line 349 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS().
bool PANEL_NET_INSPECTOR_SETTINGS::group_by_netclass |
Definition at line 348 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList(), and PROJECT_LOCAL_SETTINGS::PROJECT_LOCAL_SETTINGS().
bool PANEL_NET_INSPECTOR_SETTINGS::show_unconnected_nets |
Definition at line 352 of file board_project_settings.h.
bool PANEL_NET_INSPECTOR_SETTINGS::show_zero_pad_nets |
Definition at line 351 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().
bool PANEL_NET_INSPECTOR_SETTINGS::sort_order_asc |
Definition at line 354 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().
int PANEL_NET_INSPECTOR_SETTINGS::sorting_column |
Definition at line 353 of file board_project_settings.h.
Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().