![]() |
KiCad PCB EDA Suite
|
#include <gbr_display_options.h>
Public Member Functions | |
GBR_DISPLAY_OPTIONS () | |
Public Attributes | |
bool | m_DisplayFlashedItemsFill |
Option to draw flashed items (filled/sketch) More... | |
bool | m_DisplayLinesFill |
Option to draw line items (filled/sketch) More... | |
bool | m_DisplayPolygonsFill |
Option to draw polygons (filled/sketch) More... | |
bool | m_DisplayDCodes |
Option to show dcode values on items drawn with a dcode tool. More... | |
bool | m_DisplayPageLimits |
bool | m_DisplayNegativeObjects |
Option to draw negative objects in a specific color. More... | |
bool | m_IsPrinting |
true when printing a page, false when drawing on screen More... | |
bool | m_ForceBlackAndWhite |
Option print in black and white (not used in draw mode. More... | |
bool | m_DiffMode |
Display layers in diff mode. More... | |
bool | m_HighContrastMode |
High contrast mode (dim un-highlighted objects) More... | |
bool | m_FlipGerberView |
Display as a mirror image. More... | |
COLOR4D | m_NegativeDrawColor |
The color used to draw negative objects, usually the background color, but not always, when negative objects must be visible. More... | |
COLOR4D | m_BgDrawColor |
The background color. More... | |
Definition at line 39 of file gbr_display_options.h.
|
inline |
Definition at line 59 of file gbr_display_options.h.
References BLACK, DARKGRAY, m_BgDrawColor, m_DiffMode, m_DisplayDCodes, m_DisplayFlashedItemsFill, m_DisplayLinesFill, m_DisplayNegativeObjects, m_DisplayPageLimits, m_DisplayPolygonsFill, m_FlipGerberView, m_ForceBlackAndWhite, m_HighContrastMode, m_IsPrinting, and m_NegativeDrawColor.
COLOR4D GBR_DISPLAY_OPTIONS::m_BgDrawColor |
The background color.
Definition at line 56 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), and KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions().
bool GBR_DISPLAY_OPTIONS::m_DiffMode |
Display layers in diff mode.
Definition at line 50 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBVIEW_FRAME::SetActiveLayer(), GERBVIEW_FRAME::setupUIConditions(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataFromWindow(), GERBVIEW_FRAME::UpdateDiffLayers(), and GERBVIEW_FRAME::UpdateDisplayOptions().
bool GBR_DISPLAY_OPTIONS::m_DisplayDCodes |
Option to show dcode values on items drawn with a dcode tool.
Definition at line 45 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), GERBVIEW_FRAME::IsElementVisible(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBVIEW_FRAME::SetElementVisibility(), and GERBVIEW_FRAME::SetVisibleLayers().
bool GBR_DISPLAY_OPTIONS::m_DisplayFlashedItemsFill |
Option to draw flashed items (filled/sketch)
Definition at line 42 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBER_DRAW_ITEM::Print(), GERBVIEW_FRAME::setupUIConditions(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataToWindow(), and GERBVIEW_FRAME::UpdateDisplayOptions().
bool GBR_DISPLAY_OPTIONS::m_DisplayLinesFill |
Option to draw line items (filled/sketch)
Definition at line 43 of file gbr_display_options.h.
Referenced by GERBVIEW_CONTROL::DisplayControl(), GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBER_DRAW_ITEM::Print(), GERBVIEW_FRAME::setupUIConditions(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataToWindow(), and GERBVIEW_FRAME::UpdateDisplayOptions().
bool GBR_DISPLAY_OPTIONS::m_DisplayNegativeObjects |
Option to draw negative objects in a specific color.
Definition at line 47 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), GERBVIEW_FRAME::IsElementVisible(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), and GERBVIEW_FRAME::SetElementVisibility().
bool GBR_DISPLAY_OPTIONS::m_DisplayPageLimits |
Definition at line 46 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), PANEL_GERBVIEW_SETTINGS::TransferDataFromWindow(), and PANEL_GERBVIEW_SETTINGS::TransferDataToWindow().
bool GBR_DISPLAY_OPTIONS::m_DisplayPolygonsFill |
Option to draw polygons (filled/sketch)
Definition at line 44 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBER_DRAW_ITEM::Print(), GERBVIEW_FRAME::setupUIConditions(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataToWindow(), and GERBVIEW_FRAME::UpdateDisplayOptions().
bool GBR_DISPLAY_OPTIONS::m_FlipGerberView |
Display as a mirror image.
Definition at line 52 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), and GERBVIEW_FRAME::setupUIConditions().
bool GBR_DISPLAY_OPTIONS::m_ForceBlackAndWhite |
Option print in black and white (not used in draw mode.
Definition at line 49 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS().
bool GBR_DISPLAY_OPTIONS::m_HighContrastMode |
High contrast mode (dim un-highlighted objects)
Definition at line 51 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), KIGFX::GERBVIEW_RENDER_SETTINGS::LoadDisplayOptions(), GERBVIEW_SELECTION_TOOL::selectable(), and GERBVIEW_FRAME::setupUIConditions().
bool GBR_DISPLAY_OPTIONS::m_IsPrinting |
true when printing a page, false when drawing on screen
Definition at line 48 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS().
COLOR4D GBR_DISPLAY_OPTIONS::m_NegativeDrawColor |
The color used to draw negative objects, usually the background color, but not always, when negative objects must be visible.
Definition at line 53 of file gbr_display_options.h.
Referenced by GBR_DISPLAY_OPTIONS(), and GERBER_DRAW_ITEM::Print().