KiCad PCB EDA Suite
|
#include <sch_design_block_preview_widget.h>
Public Member Functions | |
SCH_DESIGN_BLOCK_PREVIEW_WIDGET (wxWindow *aParent, EDA_DRAW_PANEL_GAL::GAL_TYPE aCanvasType, bool aIncludeStatus) | |
Construct a schematic design block preview widget. | |
~SCH_DESIGN_BLOCK_PREVIEW_WIDGET () override | |
void | SetStatusText (const wxString &aText) override |
Set the contents of the status label and display it. | |
void | DisplayDesignBlock (DESIGN_BLOCK *aDesignBlock) override |
Set the currently displayed symbol. | |
Protected Member Functions | |
void | onSize (wxSizeEvent &aEvent) |
void | fitOnDrawArea () |
Protected Attributes | |
GAL_DISPLAY_OPTIONS_IMPL | m_galDisplayOptions |
EDA_DRAW_PANEL_GAL * | m_preview |
wxStaticText * | m_status |
wxPanel * | m_statusPanel |
wxSizer * | m_statusSizer |
wxSizer * | m_outerSizer |
SCHEMATIC * | m_previewItem |
BOX2I | m_itemBBox |
The bounding box of the current item. | |
Definition at line 38 of file sch_design_block_preview_widget.h.
SCH_DESIGN_BLOCK_PREVIEW_WIDGET::SCH_DESIGN_BLOCK_PREVIEW_WIDGET | ( | wxWindow * | aParent, |
EDA_DRAW_PANEL_GAL::GAL_TYPE | aCanvasType, | ||
bool | aIncludeStatus | ||
) |
Construct a schematic design block preview widget.
aParent | - parent window |
Definition at line 43 of file sch_design_block_preview_widget.cpp.
References EDA_DRAW_PANEL_GAL::GAL_FALLBACK, EDA_DRAW_PANEL_GAL::GAL_TYPE_OPENGL, SETTINGS_MANAGER::GetAppSettings(), SETTINGS_MANAGER::GetColorSettings(), PGM_BASE::GetCommonSettings(), EDA_DRAW_PANEL_GAL::GetGAL(), KIGFX::VIEW::GetPainter(), KIGFX::PAINTER::GetSettings(), PGM_BASE::GetSettingsManager(), EDA_DRAW_PANEL_GAL::GetView(), LAYER_REFERENCEPART, SCH_RENDER_SETTINGS::LoadColors(), APP_SETTINGS_BASE::m_ColorTheme, KIGFX::GAL_DISPLAY_OPTIONS::m_forceDisplayCursor, m_galDisplayOptions, m_outerSizer, m_preview, m_status, m_statusPanel, m_statusSizer, APP_SETTINGS_BASE::m_Window, onSize(), Pgm(), GAL_DISPLAY_OPTIONS_IMPL::ReadConfig(), KIGFX::GAL::SetAxesEnabled(), KIGFX::GAL::SetClearColor(), KIGFX::GAL::SetGridVisibility(), EDA_DRAW_PANEL_GAL::SetStealsFocus(), and KIGFX::COLOR4D::ToColour().
|
override |
Definition at line 139 of file sch_design_block_preview_widget.cpp.
References EDA_DRAW_PANEL_GAL::GetView(), m_preview, m_previewItem, and KIGFX::VIEW::Remove().
|
overridevirtual |
Set the currently displayed symbol.
Implements DESIGN_BLOCK_PREVIEW_WIDGET.
Definition at line 195 of file sch_design_block_preview_widget.cpp.
References KIGFX::VIEW::Add(), KIGFX::VIEW::Clear(), SCHEMATIC::CurrentSheet(), fitOnDrawArea(), EDA_DRAW_PANEL_GAL::ForceRefresh(), DESIGN_BLOCK::GetSchematicFile(), EDA_DRAW_PANEL_GAL::GetView(), SCH_SCREEN::Items(), SCH_SHEET_PATH::LastScreen(), EESCHEMA_HELPERS::LoadSchematic(), m_itemBBox, m_preview, m_previewItem, m_statusPanel, BOX2< Vec >::Merge(), and SCH_FIELD_T.
|
protected |
Definition at line 171 of file sch_design_block_preview_widget.cpp.
References BOX2< Vec >::Centre(), BOX2< Vec >::GetHeight(), EDA_DRAW_PANEL_GAL::GetView(), BOX2< Vec >::GetWidth(), m_itemBBox, m_preview, m_previewItem, scale, KIGFX::VIEW::SetCenter(), KIGFX::VIEW::SetScale(), ToVECTOR2D(), KIGFX::VIEW::ToWorld(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by DisplayDesignBlock(), and onSize().
|
protected |
Definition at line 159 of file sch_design_block_preview_widget.cpp.
References fitOnDrawArea(), EDA_DRAW_PANEL_GAL::ForceRefresh(), m_preview, and m_previewItem.
Referenced by SCH_DESIGN_BLOCK_PREVIEW_WIDGET().
|
overridevirtual |
Set the contents of the status label and display it.
Implements DESIGN_BLOCK_PREVIEW_WIDGET.
Definition at line 148 of file sch_design_block_preview_widget.cpp.
References m_preview, m_status, and m_statusPanel.
|
protected |
Definition at line 65 of file sch_design_block_preview_widget.h.
Referenced by SCH_DESIGN_BLOCK_PREVIEW_WIDGET().
|
protected |
The bounding box of the current item.
Definition at line 76 of file sch_design_block_preview_widget.h.
Referenced by DisplayDesignBlock(), and fitOnDrawArea().
|
protected |
Definition at line 71 of file sch_design_block_preview_widget.h.
Referenced by SCH_DESIGN_BLOCK_PREVIEW_WIDGET().
|
protected |
Definition at line 66 of file sch_design_block_preview_widget.h.
Referenced by DisplayDesignBlock(), fitOnDrawArea(), onSize(), SCH_DESIGN_BLOCK_PREVIEW_WIDGET(), SetStatusText(), and ~SCH_DESIGN_BLOCK_PREVIEW_WIDGET().
|
protected |
Definition at line 73 of file sch_design_block_preview_widget.h.
Referenced by DisplayDesignBlock(), fitOnDrawArea(), onSize(), and ~SCH_DESIGN_BLOCK_PREVIEW_WIDGET().
|
protected |
Definition at line 68 of file sch_design_block_preview_widget.h.
Referenced by SCH_DESIGN_BLOCK_PREVIEW_WIDGET(), and SetStatusText().
|
protected |
Definition at line 69 of file sch_design_block_preview_widget.h.
Referenced by DisplayDesignBlock(), SCH_DESIGN_BLOCK_PREVIEW_WIDGET(), and SetStatusText().
|
protected |
Definition at line 70 of file sch_design_block_preview_widget.h.
Referenced by SCH_DESIGN_BLOCK_PREVIEW_WIDGET().