KiCad PCB EDA Suite
|
Class PANEL_JOBSET_OUTPUT_BASE. More...
#include <panel_jobset_base.h>
Public Member Functions | |
PANEL_JOBSET_OUTPUT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_JOBSET_OUTPUT_BASE () | |
Protected Member Functions | |
virtual void | OnRightDown (wxMouseEvent &event) |
virtual void | OnLastStatusClick (wxMouseEvent &event) |
virtual void | OnProperties (wxCommandEvent &event) |
virtual void | OnDelete (wxCommandEvent &event) |
virtual void | OnGenerate (wxCommandEvent &event) |
Protected Attributes | |
wxStaticBitmap * | m_bitmapOutputType |
wxStaticText * | m_textOutputType |
wxStaticBitmap * | m_statusBitmap |
STD_BITMAP_BUTTON * | m_buttonProperties |
STD_BITMAP_BUTTON * | m_buttonDelete |
wxButton * | m_buttonGenerate |
Class PANEL_JOBSET_OUTPUT_BASE.
Definition at line 83 of file panel_jobset_base.h.
PANEL_JOBSET_OUTPUT_BASE::PANEL_JOBSET_OUTPUT_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 158 of file panel_jobset_base.cpp.
References _, m_bitmapOutputType, m_buttonDelete, m_buttonGenerate, m_buttonProperties, m_statusBitmap, m_textOutputType, OnDelete(), OnGenerate(), OnLastStatusClick(), OnProperties(), and OnRightDown().
PANEL_JOBSET_OUTPUT_BASE::~PANEL_JOBSET_OUTPUT_BASE | ( | ) |
Definition at line 217 of file panel_jobset_base.cpp.
References m_buttonDelete, m_buttonGenerate, m_buttonProperties, m_statusBitmap, OnDelete(), OnGenerate(), OnLastStatusClick(), OnProperties(), and OnRightDown().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBSET_OUTPUT.
Definition at line 99 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBSET_OUTPUT.
Definition at line 100 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBSET_OUTPUT.
Definition at line 97 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBSET_OUTPUT.
Definition at line 98 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBSET_OUTPUT.
Definition at line 96 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 88 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT::PANEL_JOBSET_OUTPUT(), and PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 92 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT::PANEL_JOBSET_OUTPUT(), PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 93 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), PANEL_JOBSET_OUTPUT::UpdateStatus(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 91 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT::PANEL_JOBSET_OUTPUT(), PANEL_JOBSET_OUTPUT_BASE(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 90 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT_BASE(), PANEL_JOBSET_OUTPUT::UpdateStatus(), and ~PANEL_JOBSET_OUTPUT_BASE().
|
protected |
Definition at line 89 of file panel_jobset_base.h.
Referenced by PANEL_JOBSET_OUTPUT::OnProperties(), PANEL_JOBSET_OUTPUT::PANEL_JOBSET_OUTPUT(), and PANEL_JOBSET_OUTPUT_BASE().