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

Custom print preview frame. More...

Inheritance diagram for PLEDITOR_PREVIEW_FRAME:

Public Member Functions

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

Private Attributes

PL_EDITOR_FRAMEm_parent
 

Static Private Attributes

static wxPoint s_pos
 
static wxSize s_size
 

Detailed Description

Custom print preview frame.

Definition at line 72 of file dialogs_for_printing.cpp.

Constructor & Destructor Documentation

◆ PLEDITOR_PREVIEW_FRAME()

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

Definition at line 75 of file dialogs_for_printing.cpp.

References m_parent.

Referenced by InvokeDialogPrintPreview().

Member Function Documentation

◆ Show()

bool PLEDITOR_PREVIEW_FRAME::Show ( bool show)
inlineoverride

Definition at line 83 of file dialogs_for_printing.cpp.

References m_parent, s_pos, and s_size.

Referenced by InvokeDialogPrintPreview().

Member Data Documentation

◆ m_parent

PL_EDITOR_FRAME* PLEDITOR_PREVIEW_FRAME::m_parent
private

Definition at line 120 of file dialogs_for_printing.cpp.

Referenced by PLEDITOR_PREVIEW_FRAME(), and Show().

◆ s_pos

wxPoint PLEDITOR_PREVIEW_FRAME::s_pos
staticprivate

Definition at line 122 of file dialogs_for_printing.cpp.

Referenced by Show().

◆ s_size

wxSize PLEDITOR_PREVIEW_FRAME::s_size
staticprivate

Definition at line 123 of file dialogs_for_printing.cpp.

Referenced by Show().


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