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 740 of file pcb_edit_frame.h.
|
inline |
Definition at line 747 of file pcb_edit_frame.h.
COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_background_color |
Definition at line 745 of file pcb_edit_frame.h.
Referenced by PCB_EDIT_FRAME::PrepareLayerIndicator().
int PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_requested_scale |
Definition at line 742 of file pcb_edit_frame.h.
Referenced by PCB_EDIT_FRAME::PrepareLayerIndicator().
COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_Route_Layer_BOTTOM_color |
Definition at line 744 of file pcb_edit_frame.h.
Referenced by PCB_EDIT_FRAME::PrepareLayerIndicator().
COLOR4D PCB_EDIT_FRAME::LAYER_TOOLBAR_ICON_VALUES::previous_Route_Layer_TOP_color |
Definition at line 743 of file pcb_edit_frame.h.
Referenced by PCB_EDIT_FRAME::PrepareLayerIndicator().