|
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_icon_size |
| 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 708 of file pcb_edit_frame.h.
|
inline |
Definition at line 715 of file pcb_edit_frame.h.
References previous_background_color, previous_icon_size, 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 713 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().
| int PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_icon_size |
Definition at line 710 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 712 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 711 of file pcb_edit_frame.h.
Referenced by LAYER_TOOLBAR_ICON_VALUES().