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

Class PANEL_PRINTER_LIST_BASE. More...

#include <panel_printer_list_base.h>

Inheritance diagram for PANEL_PRINTER_LIST_BASE:
PANEL_PRINTER_LIST

Public Member Functions

 PANEL_PRINTER_LIST_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(378, 109), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~PANEL_PRINTER_LIST_BASE ()
 

Protected Member Functions

virtual void onPrinterChoice (wxCommandEvent &event)
 

Protected Attributes

wxStaticBoxSizer * m_sbSizerPrinters
 
wxChoice * m_choicePrinter
 
wxStaticText * m_staticTextPrn
 
wxStaticText * m_stPrinterState
 

Detailed Description

Class PANEL_PRINTER_LIST_BASE.

Definition at line 29 of file panel_printer_list_base.h.

Constructor & Destructor Documentation

◆ PANEL_PRINTER_LIST_BASE()

PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 378,109 ),
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

◆ ~PANEL_PRINTER_LIST_BASE()

PANEL_PRINTER_LIST_BASE::~PANEL_PRINTER_LIST_BASE ( )

Definition at line 52 of file panel_printer_list_base.cpp.

References m_choicePrinter, and onPrinterChoice().

Member Function Documentation

◆ onPrinterChoice()

virtual void PANEL_PRINTER_LIST_BASE::onPrinterChoice ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_PRINTER_LIST.

Definition at line 40 of file panel_printer_list_base.h.

Referenced by PANEL_PRINTER_LIST_BASE(), and ~PANEL_PRINTER_LIST_BASE().

Member Data Documentation

◆ m_choicePrinter

◆ m_sbSizerPrinters

wxStaticBoxSizer* PANEL_PRINTER_LIST_BASE::m_sbSizerPrinters
protected

Definition at line 34 of file panel_printer_list_base.h.

Referenced by PANEL_PRINTER_LIST_BASE().

◆ m_staticTextPrn

wxStaticText* PANEL_PRINTER_LIST_BASE::m_staticTextPrn
protected

Definition at line 36 of file panel_printer_list_base.h.

Referenced by PANEL_PRINTER_LIST_BASE().

◆ m_stPrinterState

wxStaticText* PANEL_PRINTER_LIST_BASE::m_stPrinterState
protected

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