| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pcbnew_settings.h>
Public Attributes | |
| LEADER_MODE | m_AngleSnapMode | 
| bool | m_DisplayGraphicsFill | 
| bool | m_DisplayTextFill | 
| bool | m_DisplayPadNumbers | 
| bool | m_DisplayPadFill | 
Definition at line 110 of file pcbnew_settings.h.
| LEADER_MODE PCB_VIEWERS_SETTINGS_BASE::VIEWERS_DISPLAY_OPTIONS::m_AngleSnapMode | 
Definition at line 112 of file pcbnew_settings.h.
Referenced by PCB_TOOL_BASE::doInteractiveItemPlacement(), PCB_VIEWER_TOOLS::MeasureTool(), and PCB_VIEWER_TOOLS::NextLineMode().
| bool PCB_VIEWERS_SETTINGS_BASE::VIEWERS_DISPLAY_OPTIONS::m_DisplayGraphicsFill | 
Definition at line 113 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), PCB_VIEWER_TOOLS::GraphicOutlines(), and PCB_EDITOR_CONDITIONS::graphicsFillDisplayFunc().
| bool PCB_VIEWERS_SETTINGS_BASE::VIEWERS_DISPLAY_OPTIONS::m_DisplayPadFill | 
Definition at line 116 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), PCB_VIEWER_TOOLS::PadDisplayMode(), and PCB_EDITOR_CONDITIONS::padFillDisplayFunc().
| bool PCB_VIEWERS_SETTINGS_BASE::VIEWERS_DISPLAY_OPTIONS::m_DisplayPadNumbers | 
Definition at line 115 of file pcbnew_settings.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PCB_EDITOR_CONDITIONS::padNumberDisplayFunc(), and PCB_VIEWER_TOOLS::ShowPadNumbers().
| bool PCB_VIEWERS_SETTINGS_BASE::VIEWERS_DISPLAY_OPTIONS::m_DisplayTextFill | 
Definition at line 114 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), PCB_EDITOR_CONDITIONS::textFillDisplayFunc(), and PCB_VIEWER_TOOLS::TextOutlines().