| 
    KiCad PCB EDA Suite
    
   | 
 
#include <appearance_controls.h>
Public Member Functions | |
| NET_GRID_ENTRY (int aCode, const wxString &aName, const COLOR4D &aColor, bool aVisible) | |
Public Attributes | |
| int | code | 
| wxString | name | 
| COLOR4D | color | 
| bool | visible | 
Definition at line 48 of file appearance_controls.h.
      
  | 
  inline | 
| int NET_GRID_ENTRY::code | 
Definition at line 58 of file appearance_controls.h.
Referenced by NET_GRID_TABLE::HideOtherNets(), NET_GRID_ENTRY(), APPEARANCE_CONTROLS::onNetContextMenu(), NET_GRID_TABLE::updateNetColor(), and NET_GRID_TABLE::updateNetVisibility().
| COLOR4D NET_GRID_ENTRY::color | 
Definition at line 60 of file appearance_controls.h.
Referenced by NET_GRID_ENTRY(), NET_GRID_TABLE::SetValue(), and NET_GRID_TABLE::updateNetColor().
| wxString NET_GRID_ENTRY::name | 
Definition at line 59 of file appearance_controls.h.
Referenced by NET_GRID_ENTRY(), APPEARANCE_CONTROLS::OnNetGridMouseEvent(), and NET_GRID_TABLE::SetValue().
| bool NET_GRID_ENTRY::visible | 
Definition at line 61 of file appearance_controls.h.
Referenced by NET_GRID_ENTRY(), APPEARANCE_CONTROLS::OnNetGridMouseEvent(), NET_GRID_TABLE::SetValue(), and NET_GRID_TABLE::updateNetVisibility().