KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_PREVIEW_FRAME Class Reference

Custom schematic print preview frame. More...

Inheritance diagram for SCH_PREVIEW_FRAME:

Public Member Functions

 SCH_PREVIEW_FRAME (wxPrintPreview *aPreview, wxWindow *aParent, const wxString &aTitle, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize)
 
bool Show (bool show) override
 

Static Private Attributes

static wxPoint s_pos
 
static wxSize s_size
 

Detailed Description

Custom schematic print preview frame.

This derived preview frame remembers its size and position during a session

Definition at line 74 of file dialog_print_using_printer.cpp.

Constructor & Destructor Documentation

◆ SCH_PREVIEW_FRAME()

SCH_PREVIEW_FRAME::SCH_PREVIEW_FRAME ( wxPrintPreview *  aPreview,
wxWindow *  aParent,
const wxString &  aTitle,
const wxPoint &  aPos = wxDefaultPosition,
const wxSize &  aSize = wxDefaultSize 
)
inline

Definition at line 77 of file dialog_print_using_printer.cpp.

Member Function Documentation

◆ Show()

bool SCH_PREVIEW_FRAME::Show ( bool  show)
inlineoverride

Definition at line 84 of file dialog_print_using_printer.cpp.

References s_pos, and s_size.

Referenced by DIALOG_PRINT_USING_PRINTER::OnPrintPreview().

Member Data Documentation

◆ s_pos

wxPoint SCH_PREVIEW_FRAME::s_pos
staticprivate

Definition at line 110 of file dialog_print_using_printer.cpp.

Referenced by Show().

◆ s_size

wxSize SCH_PREVIEW_FRAME::s_size
staticprivate

Definition at line 111 of file dialog_print_using_printer.cpp.

Referenced by Show().


The documentation for this class was generated from the following file: