KiCad PCB EDA Suite
|
#include <pcbnew_settings.h>
Public Attributes | |
bool | m_DisplayViaFill |
bool | m_DisplayPcbTrackFill |
TRACK_CLEARANCE_MODE | m_TrackClearance |
bool | m_PadClearance |
bool | m_UseViaColorForNormalTHPadstacks |
int | m_NetNames |
RATSNEST_MODE | m_RatsnestMode |
int | m_MaxLinksShowed |
bool | m_ShowModuleRatsnest |
bool | m_ShowGlobalRatsnest |
bool | m_DisplayRatsnestLinesCurved |
double | m_RatsnestThickness |
PCB_DISPLAY_ORIGIN | m_DisplayOrigin |
bool | m_DisplayInvertXAxis |
bool | m_DisplayInvertYAxis |
bool | m_ForceShowFieldsWhenFPSelected |
bool | m_Live3DRefresh |
Definition at line 195 of file pcbnew_settings.h.
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayInvertXAxis |
Definition at line 218 of file pcbnew_settings.h.
Referenced by PANEL_PCBNEW_DISPLAY_ORIGIN::loadSettings(), PCB_VIEWER_TOOLS::MeasureTool(), POSITION_RELATIVE_TOOL::PositionRelativeInteractively(), and DIALOG_IMPORT_GRAPHICS::TransferDataFromWindow().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayInvertYAxis |
Definition at line 219 of file pcbnew_settings.h.
Referenced by PANEL_PCBNEW_DISPLAY_ORIGIN::loadSettings(), PCB_VIEWER_TOOLS::MeasureTool(), POSITION_RELATIVE_TOOL::PositionRelativeInteractively(), and DIALOG_IMPORT_GRAPHICS::TransferDataFromWindow().
PCB_DISPLAY_ORIGIN PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayOrigin |
Definition at line 217 of file pcbnew_settings.h.
Referenced by PANEL_PCBNEW_DISPLAY_ORIGIN::loadSettings().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayPcbTrackFill |
Definition at line 201 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), and PCB_EDITOR_CONDITIONS::trackFillDisplayFunc().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayRatsnestLinesCurved |
Definition at line 214 of file pcbnew_settings.h.
Referenced by PANEL_EDIT_OPTIONS::loadPCBSettings(), PCB_EDIT_FRAME::setupUIConditions(), and RATSNEST_VIEW_ITEM::ViewDraw().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_DisplayViaFill |
Definition at line 200 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), and PCB_EDITOR_CONDITIONS::viaFillDisplayFunc().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_ForceShowFieldsWhenFPSelected |
Definition at line 221 of file pcbnew_settings.h.
Referenced by PCB_BASE_FRAME::ActivateGalCanvas(), PCB_BASE_FRAME::CommonSettingsChanged(), PANEL_DISPLAY_OPTIONS::loadPCBSettings(), and PCB_DRAW_PANEL_GAL::OnShow().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_Live3DRefresh |
Definition at line 222 of file pcbnew_settings.h.
Referenced by EDIT_TOOL::doMoveSelection(), PANEL_DISPLAY_OPTIONS::loadPCBSettings(), and BOARD_COMMIT::Push().
int PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_MaxLinksShowed |
Definition at line 211 of file pcbnew_settings.h.
int PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_NetNames |
Definition at line 207 of file pcbnew_settings.h.
Referenced by KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PCB_EDIT_FRAME::OnNetlistChanged(), and PCB_EDIT_FRAME::redrawNetnames().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_PadClearance |
Definition at line 204 of file pcbnew_settings.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), and PCB_EDIT_FRAME::ShowBoardSetupDialog().
RATSNEST_MODE PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_RatsnestMode |
Definition at line 209 of file pcbnew_settings.h.
Referenced by API_HANDLER_PCB::handleGetBoardEditorAppearanceSettings(), API_HANDLER_PCB::handleSetBoardEditorAppearanceSettings(), PCB_CONTROL::RatsnestModeCycle(), and RATSNEST_VIEW_ITEM::ViewDraw().
double PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_RatsnestThickness |
Definition at line 215 of file pcbnew_settings.h.
Referenced by PANEL_EDIT_OPTIONS::loadPCBSettings(), and RATSNEST_VIEW_ITEM::ViewDraw().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_ShowGlobalRatsnest |
Definition at line 213 of file pcbnew_settings.h.
Referenced by FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), PCB_CONTROL::RatsnestModeCycle(), PCB_EDIT_FRAME::setupUIConditions(), and RATSNEST_VIEW_ITEM::ViewDraw().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_ShowModuleRatsnest |
Definition at line 212 of file pcbnew_settings.h.
Referenced by PANEL_EDIT_OPTIONS::loadPCBSettings().
TRACK_CLEARANCE_MODE PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_TrackClearance |
Definition at line 203 of file pcbnew_settings.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), and PCB_EDIT_FRAME::ShowBoardSetupDialog().
bool PCBNEW_SETTINGS::DISPLAY_OPTIONS::m_UseViaColorForNormalTHPadstacks |
Definition at line 205 of file pcbnew_settings.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings().