KiCad PCB EDA Suite
|
#include <zone_manager_preference.h>
Public Types | |
enum | LAYER_ICON_SIZE { WIDTH = 16 , HEIGHT = 16 } |
Static Public Member Functions | |
static wxColour | GetCanvasBackgroundColor () |
static wxColour | GetBoundBoundingFillColor () |
static void | SetRefillOnClose (bool aRepour) |
Should all the zones be re-poured on dialog close. | |
static bool | GetRepourOnClose () |
Definition at line 30 of file zone_manager_preference.h.
Enumerator | |
---|---|
WIDTH | |
HEIGHT |
Definition at line 33 of file zone_manager_preference.h.
|
static |
Definition at line 48 of file zone_manager_preference.cpp.
References KIPLATFORM::UI::IsDarkTheme().
Referenced by ZONE_PAINTER::draw().
|
static |
Definition at line 39 of file zone_manager_preference.cpp.
References KIPLATFORM::UI::IsDarkTheme().
Referenced by PANEL_ZONE_GAL::PANEL_ZONE_GAL().
|
static |
Definition at line 33 of file zone_manager_preference.cpp.
References s_refillOnClose.
Referenced by GLOBAL_EDIT_TOOL::ZonesManager().
|
static |
Should all the zones be re-poured on dialog close.
Definition at line 57 of file zone_manager_preference.cpp.
References s_refillOnClose.
Referenced by DIALOG_ZONE_MANAGER::OnRepourCheck().