KiCad PCB EDA Suite
|
Class PANEL_JOBS_BASE. More...
#include <panel_jobs_base.h>
Public Member Functions | |
PANEL_JOBS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(600, 400), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_JOBS_BASE () | |
virtual bool | canWindowClose () |
virtual void | doWindowClose () |
void | SetProjectTied (bool aYes) |
bool | GetProjectTied () |
void | SetClosable (bool aYes) |
bool | GetClosable () const |
virtual bool | GetCanClose () |
Protected Member Functions | |
virtual void | OnJobListDoubleClicked (wxListEvent &event) |
virtual void | OnJobListItemRightClick (wxListEvent &event) |
virtual void | OnAddJobClick (wxCommandEvent &event) |
virtual void | OnJobButtonUp (wxCommandEvent &event) |
virtual void | OnJobButtonDown (wxCommandEvent &event) |
virtual void | OnSaveButtonClick (wxCommandEvent &event) |
virtual void | OnAddOutputClick (wxCommandEvent &event) |
virtual void | OnRunAllJobsClick (wxCommandEvent &event) |
Protected Attributes | |
wxStaticText * | m_staticText1 |
wxListCtrl * | m_jobList |
wxBitmapButton * | m_buttonAddJob |
wxBitmapButton * | m_buttonUp |
wxBitmapButton * | m_buttonDown |
wxButton * | m_buttonSave |
wxStaticText * | m_staticText4 |
wxBitmapButton * | m_buttonOutputAdd |
wxScrolledWindow * | m_outputList |
wxBoxSizer * | m_outputListSizer |
wxButton * | m_buttonRunAllOutputs |
Private Attributes | |
bool | m_closable = false |
bool | m_projectTied = false |
Class PANEL_JOBS_BASE.
Definition at line 43 of file panel_jobs_base.h.
PANEL_JOBS_BASE::PANEL_JOBS_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 600,400 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 14 of file panel_jobs_base.cpp.
References m_buttonAddJob, m_buttonDown, m_buttonOutputAdd, m_buttonRunAllOutputs, m_buttonSave, m_buttonUp, m_jobList, m_outputList, m_outputListSizer, m_staticText1, m_staticText4, OnAddJobClick(), OnAddOutputClick(), OnJobButtonDown(), OnJobButtonUp(), OnJobListDoubleClicked(), OnJobListItemRightClick(), OnRunAllJobsClick(), and OnSaveButtonClick().
PANEL_JOBS_BASE::~PANEL_JOBS_BASE | ( | ) |
Definition at line 102 of file panel_jobs_base.cpp.
References m_buttonAddJob, m_buttonDown, m_buttonOutputAdd, m_buttonRunAllOutputs, m_buttonSave, m_buttonUp, m_jobList, OnAddJobClick(), OnAddOutputClick(), OnJobButtonDown(), OnJobButtonUp(), OnJobListDoubleClicked(), OnJobListItemRightClick(), OnRunAllJobsClick(), and OnSaveButtonClick().
|
inlinevirtualinherited |
Definition at line 37 of file panel_notebook_base.h.
|
inlinevirtualinherited |
Definition at line 38 of file panel_notebook_base.h.
|
inlinevirtualinherited |
Reimplemented in PANEL_JOBS.
Definition at line 46 of file panel_notebook_base.h.
Referenced by KICAD_MANAGER_FRAME::canCloseWindow(), and KICAD_MANAGER_FRAME::onNotebookPageCloseRequest().
|
inlineinherited |
Definition at line 44 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_closable.
Referenced by KICAD_MANAGER_FRAME::onNotebookPageCloseRequest().
|
inlineinherited |
Definition at line 41 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_projectTied.
Referenced by KICAD_MANAGER_FRAME::CloseProject().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 63 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 67 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 65 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 64 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 61 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 62 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 68 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_JOBS.
Definition at line 66 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
inlineinherited |
Definition at line 43 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_closable.
Referenced by KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME(), and KICAD_MANAGER_FRAME::OpenJobsFile().
|
inlineinherited |
Definition at line 40 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
protected |
Definition at line 50 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 52 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 55 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 58 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::OnAddOutputClick(), PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), PANEL_JOBS::RemoveOutput(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 53 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 51 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), and ~PANEL_JOBS_BASE().
|
privateinherited |
Definition at line 49 of file panel_notebook_base.h.
Referenced by PANEL_NOTEBOOK_BASE::GetClosable(), and PANEL_NOTEBOOK_BASE::SetClosable().
|
protected |
Definition at line 49 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::OnJobButtonDown(), PANEL_JOBS::OnJobButtonUp(), PANEL_JOBS::OnJobListItemRightClick(), PANEL_JOBS::onJobListMenu(), PANEL_JOBS::PANEL_JOBS(), PANEL_JOBS_BASE(), PANEL_JOBS::rebuildJobList(), PANEL_JOBS::~PANEL_JOBS(), and ~PANEL_JOBS_BASE().
|
protected |
Definition at line 56 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::addJobOutputPanel(), PANEL_JOBS_BASE(), and PANEL_JOBS::RemoveOutput().
|
protected |
Definition at line 57 of file panel_jobs_base.h.
Referenced by PANEL_JOBS::addJobOutputPanel(), PANEL_JOBS_BASE(), and PANEL_JOBS::RemoveOutput().
|
privateinherited |
Definition at line 50 of file panel_notebook_base.h.
Referenced by PANEL_NOTEBOOK_BASE::GetProjectTied(), and PANEL_NOTEBOOK_BASE::SetProjectTied().
|
protected |
Definition at line 48 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE().
|
protected |
Definition at line 54 of file panel_jobs_base.h.
Referenced by PANEL_JOBS_BASE().