KiCad PCB EDA Suite
|
Class PANEL_PRINTER_LIST_BASE. More...
#include <panel_printer_list_base.h>
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 |
Class PANEL_PRINTER_LIST_BASE.
Definition at line 29 of file panel_printer_list_base.h.
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 |
||
) |
Definition at line 12 of file panel_printer_list_base.cpp.
References _, m_choicePrinter, m_sbSizerPrinters, m_staticTextPrn, m_stPrinterState, and onPrinterChoice().
PANEL_PRINTER_LIST_BASE::~PANEL_PRINTER_LIST_BASE | ( | ) |
Definition at line 52 of file panel_printer_list_base.cpp.
References m_choicePrinter, and onPrinterChoice().
|
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().
|
protected |
|
protected |
Definition at line 34 of file panel_printer_list_base.h.
Referenced by PANEL_PRINTER_LIST_BASE().
|
protected |
Definition at line 36 of file panel_printer_list_base.h.
Referenced by PANEL_PRINTER_LIST_BASE().
|
protected |
Definition at line 37 of file panel_printer_list_base.h.
Referenced by PANEL_PRINTER_LIST::onPrinterChoice(), PANEL_PRINTER_LIST::PANEL_PRINTER_LIST(), and PANEL_PRINTER_LIST_BASE().