KiCad PCB EDA Suite
|
#include <panel_printer_list.h>
Public Member Functions | |
PANEL_PRINTER_LIST (wxWindow *aParent, 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 () | |
wxString | GetSelectedPrinterName () |
bool | AsPrintersAvailable () |
Protected Attributes | |
wxStaticBoxSizer * | m_sbSizerPrinters |
wxChoice * | m_choicePrinter |
wxStaticText * | m_staticTextPrn |
wxStaticText * | m_stPrinterState |
Private Member Functions | |
void | onPrinterChoice (wxCommandEvent &event) override |
Private Attributes | |
wxString | m_defaultPrinterName |
wxArrayString | m_printer_list |
Static Private Attributes | |
static wxString | m_selectedPrinterName |
Definition at line 28 of file panel_printer_list.h.
PANEL_PRINTER_LIST::PANEL_PRINTER_LIST | ( | wxWindow * | aParent, |
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 112 of file panel_printer_list.cpp.
References _, GetPrinterList(), PANEL_PRINTER_LIST_BASE::m_choicePrinter, m_defaultPrinterName, m_printer_list, m_selectedPrinterName, and PANEL_PRINTER_LIST_BASE::m_stPrinterState.
PANEL_PRINTER_LIST::~PANEL_PRINTER_LIST | ( | ) |
Definition at line 159 of file panel_printer_list.cpp.
bool PANEL_PRINTER_LIST::AsPrintersAvailable | ( | ) |
Definition at line 164 of file panel_printer_list.cpp.
References PANEL_PRINTER_LIST_BASE::m_choicePrinter.
Referenced by DIALOG_PRINT::DIALOG_PRINT(), DIALOG_PRINT_GENERIC::DIALOG_PRINT_GENERIC(), and GetSelectedPrinterName().
wxString PANEL_PRINTER_LIST::GetSelectedPrinterName | ( | ) |
Definition at line 183 of file panel_printer_list.cpp.
References AsPrintersAvailable(), PANEL_PRINTER_LIST_BASE::m_choicePrinter, and m_selectedPrinterName.
Referenced by DIALOG_PRINT_GENERIC::onPrintButtonClick(), DIALOG_PRINT::OnPrintPreview(), DIALOG_PRINT_GENERIC::onPrintPreview(), and DIALOG_PRINT::TransferDataFromWindow().
|
overrideprivatevirtual |
Reimplemented from PANEL_PRINTER_LIST_BASE.
Definition at line 170 of file panel_printer_list.cpp.
References _, PANEL_PRINTER_LIST_BASE::m_choicePrinter, m_defaultPrinterName, m_selectedPrinterName, and PANEL_PRINTER_LIST_BASE::m_stPrinterState.
|
protectedinherited |
Definition at line 35 of file panel_printer_list_base.h.
Referenced by AsPrintersAvailable(), GetSelectedPrinterName(), onPrinterChoice(), PANEL_PRINTER_LIST(), PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE(), and PANEL_PRINTER_LIST_BASE::~PANEL_PRINTER_LIST_BASE().
|
private |
Definition at line 52 of file panel_printer_list.h.
Referenced by onPrinterChoice(), and PANEL_PRINTER_LIST().
|
private |
Definition at line 54 of file panel_printer_list.h.
Referenced by PANEL_PRINTER_LIST().
|
protectedinherited |
Definition at line 34 of file panel_printer_list_base.h.
Referenced by PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE().
|
staticprivate |
Definition at line 50 of file panel_printer_list.h.
Referenced by GetSelectedPrinterName(), onPrinterChoice(), and PANEL_PRINTER_LIST().
|
protectedinherited |
Definition at line 36 of file panel_printer_list_base.h.
Referenced by PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE().
|
protectedinherited |
Definition at line 37 of file panel_printer_list_base.h.
Referenced by onPrinterChoice(), PANEL_PRINTER_LIST(), and PANEL_PRINTER_LIST_BASE::PANEL_PRINTER_LIST_BASE().