KiCad PCB EDA Suite
|
Class PANEL_JOB_OUTPUT_BASE. More...
#include <panel_jobs_base.h>
Public Member Functions | |
PANEL_JOB_OUTPUT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_SIMPLE|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_JOB_OUTPUT_BASE () | |
Protected Member Functions | |
virtual void | OnOutputRunClick (wxCommandEvent &event) |
virtual void | OnOutputOptionsClick (wxCommandEvent &event) |
Protected Attributes | |
wxStaticBitmap * | m_bitmapOutputType |
wxStaticText * | m_textOutputType |
wxBitmapButton * | m_buttonOutputRun |
wxBitmapButton * | m_buttonOutputOptions |
Class PANEL_JOB_OUTPUT_BASE.
Definition at line 82 of file panel_jobs_base.h.
PANEL_JOB_OUTPUT_BASE::PANEL_JOB_OUTPUT_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxBORDER_SIMPLE|wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 116 of file panel_jobs_base.cpp.
References m_bitmapOutputType, m_buttonOutputOptions, m_buttonOutputRun, m_textOutputType, OnOutputOptionsClick(), and OnOutputRunClick().
PANEL_JOB_OUTPUT_BASE::~PANEL_JOB_OUTPUT_BASE | ( | ) |
Definition at line 160 of file panel_jobs_base.cpp.
References m_buttonOutputOptions, m_buttonOutputRun, OnOutputOptionsClick(), and OnOutputRunClick().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOB_OUTPUT.
Definition at line 94 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT_BASE(), and ~PANEL_JOB_OUTPUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOB_OUTPUT.
Definition at line 93 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT_BASE(), and ~PANEL_JOB_OUTPUT_BASE().
|
protected |
Definition at line 87 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), and PANEL_JOB_OUTPUT_BASE().
|
protected |
Definition at line 90 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT::OnOutputOptionsClick(), PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), PANEL_JOB_OUTPUT_BASE(), PANEL_JOB_OUTPUT::~PANEL_JOB_OUTPUT(), and ~PANEL_JOB_OUTPUT_BASE().
|
protected |
Definition at line 89 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), PANEL_JOB_OUTPUT_BASE(), and ~PANEL_JOB_OUTPUT_BASE().
|
protected |
Definition at line 88 of file panel_jobs_base.h.
Referenced by PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), and PANEL_JOB_OUTPUT_BASE().