KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_NET_INSPECTOR_SETTINGS Struct Reference

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
 

Detailed Description

Persisted state for the net inspector panel.

Definition at line 263 of file board_project_settings.h.

Constructor & Destructor Documentation

◆ PANEL_NET_INSPECTOR_SETTINGS()

PANEL_NET_INSPECTOR_SETTINGS::PANEL_NET_INSPECTOR_SETTINGS ( )
inline

Definition at line 281 of file board_project_settings.h.

Member Data Documentation

◆ col_hidden

std::vector<bool> PANEL_NET_INSPECTOR_SETTINGS::col_hidden

◆ col_order

std::vector<int> PANEL_NET_INSPECTOR_SETTINGS::col_order

◆ col_widths

std::vector<int> PANEL_NET_INSPECTOR_SETTINGS::col_widths

◆ custom_group_rules

std::vector<wxString> PANEL_NET_INSPECTOR_SETTINGS::custom_group_rules

◆ expanded_rows

std::vector<wxString> PANEL_NET_INSPECTOR_SETTINGS::expanded_rows

Definition at line 279 of file board_project_settings.h.

Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().

◆ filter_by_net_name

bool PANEL_NET_INSPECTOR_SETTINGS::filter_by_net_name

◆ filter_by_netclass

bool PANEL_NET_INSPECTOR_SETTINGS::filter_by_netclass

◆ filter_text

wxString PANEL_NET_INSPECTOR_SETTINGS::filter_text

◆ group_by_constraint

bool PANEL_NET_INSPECTOR_SETTINGS::group_by_constraint

◆ group_by_netclass

bool PANEL_NET_INSPECTOR_SETTINGS::group_by_netclass

◆ show_unconnected_nets

bool PANEL_NET_INSPECTOR_SETTINGS::show_unconnected_nets

Definition at line 272 of file board_project_settings.h.

◆ show_zero_pad_nets

bool PANEL_NET_INSPECTOR_SETTINGS::show_zero_pad_nets

Definition at line 271 of file board_project_settings.h.

Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().

◆ sort_order_asc

bool PANEL_NET_INSPECTOR_SETTINGS::sort_order_asc

Definition at line 274 of file board_project_settings.h.

Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().

◆ sorting_column

int PANEL_NET_INSPECTOR_SETTINGS::sorting_column

Definition at line 273 of file board_project_settings.h.

Referenced by PCB_NET_INSPECTOR_PANEL::buildNetsList().


The documentation for this struct was generated from the following file: