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

Class PANEL_CONSTRAINTS_BASE. More...

#include <panel_constraints_base.h>

Inheritance diagram for PANEL_CONSTRAINTS_BASE:
PANEL_CONSTRAINTS

Public Member Functions

 PANEL_CONSTRAINTS_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_CONSTRAINTS_BASE ()
 

Protected Member Functions

virtual void onRowActivated (wxListEvent &event)
 
virtual void onRefresh (wxCommandEvent &event)
 
virtual void onDelete (wxCommandEvent &event)
 

Protected Attributes

wxListCtrl * m_list
 
wxButton * m_refreshButton
 
wxButton * m_deleteButton
 

Detailed Description

Class PANEL_CONSTRAINTS_BASE.

Definition at line 31 of file panel_constraints_base.h.

Constructor & Destructor Documentation

◆ PANEL_CONSTRAINTS_BASE()

PANEL_CONSTRAINTS_BASE::PANEL_CONSTRAINTS_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_CONSTRAINTS_BASE()

PANEL_CONSTRAINTS_BASE::~PANEL_CONSTRAINTS_BASE ( )

Member Function Documentation

◆ onDelete()

virtual void PANEL_CONSTRAINTS_BASE::onDelete ( wxCommandEvent & event)
inlineprotectedvirtual

Reimplemented in PANEL_CONSTRAINTS.

Definition at line 43 of file panel_constraints_base.h.

Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().

◆ onRefresh()

virtual void PANEL_CONSTRAINTS_BASE::onRefresh ( wxCommandEvent & event)
inlineprotectedvirtual

Reimplemented in PANEL_CONSTRAINTS.

Definition at line 42 of file panel_constraints_base.h.

Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().

◆ onRowActivated()

virtual void PANEL_CONSTRAINTS_BASE::onRowActivated ( wxListEvent & event)
inlineprotectedvirtual

Reimplemented in PANEL_CONSTRAINTS.

Definition at line 41 of file panel_constraints_base.h.

Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().

Member Data Documentation

◆ m_deleteButton

wxButton* PANEL_CONSTRAINTS_BASE::m_deleteButton
protected

Definition at line 38 of file panel_constraints_base.h.

Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().

◆ m_list

◆ m_refreshButton

wxButton* PANEL_CONSTRAINTS_BASE::m_refreshButton
protected

Definition at line 37 of file panel_constraints_base.h.

Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().


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