25 #ifndef SCH_PREVIEW_PANEL_H 26 #define SCH_PREVIEW_PANEL_H 45 SCH_PREVIEW_PANEL( wxWindow* aParentWindow, wxWindowID aWindowId,
const wxPoint& aPosition,
55 void Refresh(
bool aEraseBackground,
const wxRect* aRect )
override;
60 void onPaint( wxPaintEvent& WXUNUSED( aEvent ) )
override;
void OnShow() override
Called when the window is shown for the first time.
The Cairo implementation of the graphics abstraction layer.
KIGFX::SCH_VIEW * view() const
Reassign layer order to the initial settings.
void setDefaultLayerOrder()
Set rendering targets & dependencies for layers.
SCH_PREVIEW_PANEL(wxWindow *aParentWindow, wxWindowID aWindowId, const wxPoint &aPosition, const wxSize &aSize, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, GAL_TYPE aGalType=GAL_TYPE_OPENGL)
void onPaint(wxPaintEvent &WXUNUSED(aEvent)) override
~SCH_PREVIEW_PANEL() override
Called when the window is shown for the first time.
void setDefaultLayerDeps()
Represent a selection area (currently a rectangle) in a VIEW, drawn corner-to-corner between two poin...
void Refresh(bool aEraseBackground, const wxRect *aRect) override
Update the board display after modifying it by a python script (note: it is automatically called by a...