| 
    KiCad PCB EDA Suite
    
   | 
 
Store the previous layer toolbar icon state information. More...
#include <pcb_edit_frame.h>
Public Member Functions | |
| LAYER_TOOLBAR_ICON_VALUES () | |
Public Attributes | |
| int | previous_requested_scale | 
| COLOR4D | previous_Route_Layer_TOP_color | 
| COLOR4D | previous_Route_Layer_BOTTOM_color | 
| COLOR4D | previous_background_color | 
Store the previous layer toolbar icon state information.
Definition at line 699 of file pcb_edit_frame.h.
      
  | 
  inline | 
Definition at line 706 of file pcb_edit_frame.h.
References previous_background_color, previous_requested_scale, previous_Route_Layer_BOTTOM_color, previous_Route_Layer_TOP_color, and UNSPECIFIED.
| COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_background_color | 
Definition at line 704 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().
| int PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_requested_scale | 
Definition at line 701 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().
| COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_Route_Layer_BOTTOM_color | 
Definition at line 703 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().
| COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_Route_Layer_TOP_color | 
Definition at line 702 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().