| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_ASSIGN_COMPONENT_CLASSES_BASE. More...
#include <panel_assign_component_classes_base.h>
  
Public Member Functions | |
| PANEL_ASSIGN_COMPONENT_CLASSES_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_ASSIGN_COMPONENT_CLASSES_BASE () | |
Protected Member Functions | |
| virtual void | OnAddAssignmentClick (wxCommandEvent &event) | 
Protected Attributes | |
| wxCheckBox * | m_assignSheetClasses | 
| wxStaticLine * | m_staticline1 | 
| wxStaticText * | m_staticText3 | 
| wxButton * | m_btnAddAssignment | 
| wxScrolledWindow * | m_assignmentsScrollWindow | 
Class PANEL_ASSIGN_COMPONENT_CLASSES_BASE.
Definition at line 41 of file panel_assign_component_classes_base.h.
| PANEL_ASSIGN_COMPONENT_CLASSES_BASE::PANEL_ASSIGN_COMPONENT_CLASSES_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 ) | 
Definition at line 14 of file panel_assign_component_classes_base.cpp.
References _, m_assignmentsScrollWindow, m_assignSheetClasses, m_btnAddAssignment, m_staticline1, m_staticText3, name, and OnAddAssignmentClick().
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES::PANEL_ASSIGN_COMPONENT_CLASSES().
| PANEL_ASSIGN_COMPONENT_CLASSES_BASE::~PANEL_ASSIGN_COMPONENT_CLASSES_BASE | ( | ) | 
Definition at line 64 of file panel_assign_component_classes_base.cpp.
References m_btnAddAssignment, and OnAddAssignmentClick().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_ASSIGN_COMPONENT_CLASSES.
Definition at line 53 of file panel_assign_component_classes_base.h.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES_BASE(), and ~PANEL_ASSIGN_COMPONENT_CLASSES_BASE().
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 46 of file panel_assign_component_classes_base.h.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES_BASE(), PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataFromWindow(), and PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataToWindow().
      
  | 
  protected | 
Definition at line 49 of file panel_assign_component_classes_base.h.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES_BASE(), and ~PANEL_ASSIGN_COMPONENT_CLASSES_BASE().
      
  | 
  protected | 
Definition at line 47 of file panel_assign_component_classes_base.h.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES_BASE().
      
  | 
  protected | 
Definition at line 48 of file panel_assign_component_classes_base.h.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES_BASE().