KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_PCBNEW_ACTION_PLUGINS_BASE Class Reference

Class PANEL_PCBNEW_ACTION_PLUGINS_BASE. More...

#include <panel_pcbnew_action_plugins_base.h>

Inheritance diagram for PANEL_PCBNEW_ACTION_PLUGINS_BASE:
PANEL_PCBNEW_ACTION_PLUGINS

Public Member Functions

 PANEL_PCBNEW_ACTION_PLUGINS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~PANEL_PCBNEW_ACTION_PLUGINS_BASE ()
 

Protected Member Functions

virtual void OnGridCellClick (wxGridEvent &event)
 
virtual void OnMoveUpButtonClick (wxCommandEvent &event)
 
virtual void OnMoveDownButtonClick (wxCommandEvent &event)
 
virtual void OnOpenDirectoryButtonClick (wxCommandEvent &event)
 
virtual void OnReloadButtonClick (wxCommandEvent &event)
 
virtual void OnShowErrorsButtonClick (wxCommandEvent &event)
 

Protected Attributes

WX_GRIDm_grid
 
STD_BITMAP_BUTTONm_moveUpButton
 
STD_BITMAP_BUTTONm_moveDownButton
 
STD_BITMAP_BUTTONm_openDirectoryButton
 
STD_BITMAP_BUTTONm_reloadButton
 
STD_BITMAP_BUTTONm_showErrorsButton
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_PCBNEW_ACTION_PLUGINS_BASE()

PANEL_PCBNEW_ACTION_PLUGINS_BASE::PANEL_PCBNEW_ACTION_PLUGINS_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

◆ ~PANEL_PCBNEW_ACTION_PLUGINS_BASE()

Member Function Documentation

◆ OnGridCellClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnGridCellClick ( wxGridEvent &  event)
inlineprotectedvirtual

◆ OnMoveDownButtonClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnMoveDownButtonClick ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ OnMoveUpButtonClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnMoveUpButtonClick ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ OnOpenDirectoryButtonClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnOpenDirectoryButtonClick ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ OnReloadButtonClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnReloadButtonClick ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ OnShowErrorsButtonClick()

virtual void PANEL_PCBNEW_ACTION_PLUGINS_BASE::OnShowErrorsButtonClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Member Data Documentation

◆ m_grid

◆ m_moveDownButton

◆ m_moveUpButton

◆ m_openDirectoryButton

STD_BITMAP_BUTTON* PANEL_PCBNEW_ACTION_PLUGINS_BASE::m_openDirectoryButton
protected

◆ m_reloadButton

◆ m_showErrorsButton


The documentation for this class was generated from the following files: