57    void showPopupMenu( wxMenu& menu, wxGridEvent& aEvent ) 
override;
 
 
   72                  std::unique_ptr<JOBSET> aJobsFile );
 
   91    virtual void OnSizeGrid( wxSizeEvent& aEvent ) 
override;
 
   92    virtual void OnAddJobClick( wxCommandEvent& aEvent ) 
override;
 
   95    virtual void OnJobButtonUp( wxCommandEvent& aEvent ) 
override;
 
 
GRID_TRICKS(WX_GRID *aGrid)
 
void showPopupMenu(wxMenu &menu, wxGridEvent &aEvent) override
 
void doPopupSelection(wxCommandEvent &event) override
 
bool handleDoubleClick(wxGridEvent &aEvent) override
 
~JOBS_GRID_TRICKS() override=default
 
JOBS_GRID_TRICKS(PANEL_JOBSET *aParent, WX_GRID *aGrid)
 
The main KiCad project manager frame.
 
PANEL_JOBSET_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)
 
wxString GetFilePath() const
 
virtual void OnSaveButtonClick(wxCommandEvent &aEvent) override
 
void OnJobButtonDelete(wxCommandEvent &aEvent) override
 
virtual void OnJobButtonDown(wxCommandEvent &aEvent) override
 
void EnsurePcbSchFramesOpen()
 
bool GetCanClose() override
 
wxAuiNotebook * m_parentBook
 
void addDestinationPanel(JOBSET_DESTINATION *aDestination)
 
virtual void OnGenerateAllDestinationsClick(wxCommandEvent &event) override
 
bool OpenJobOptionsForListItem(size_t aItemIndex)
 
std::vector< PANEL_DESTINATION * > GetDestinationPanels()
 
void buildDestinationList()
 
KICAD_MANAGER_FRAME * m_frame
 
PANEL_JOBSET(wxAuiNotebook *aParent, KICAD_MANAGER_FRAME *aFrame, std::unique_ptr< JOBSET > aJobsFile)
 
virtual void OnAddDestinationClick(wxCommandEvent &aEvent) override
 
virtual void OnAddJobClick(wxCommandEvent &aEvent) override
 
std::unique_ptr< JOBSET > m_jobsFile
 
virtual void OnGridCellChange(wxGridEvent &aEvent) override
 
void RemoveDestination(PANEL_DESTINATION *aPanel)
 
virtual void OnJobButtonUp(wxCommandEvent &aEvent) override
 
virtual void OnSizeGrid(wxSizeEvent &aEvent) override
 
@ GRIDTRICKS_FIRST_CLIENT_ID