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

#include <pinshape_combobox.h>

Inheritance diagram for PINSHAPE_COMBOBOX:
WX_BITMAP_COMBOBOX

Public Member Functions

 PINSHAPE_COMBOBOX (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=nullptr, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxBitmapComboBoxNameStr)
 
GRAPHIC_PINSHAPE GetPinShapeSelection ()
 
void SetSelection (GRAPHIC_PINSHAPE aShape)
 
wxSize DoGetBestSize () const override
 

Detailed Description

Definition at line 28 of file pinshape_combobox.h.

Constructor & Destructor Documentation

◆ PINSHAPE_COMBOBOX()

PINSHAPE_COMBOBOX::PINSHAPE_COMBOBOX ( wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & value = wxEmptyString,
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxDefaultSize,
int n = 0,
const wxString choices[] = nullptr,
long style = 0,
const wxValidator & validator = wxDefaultValidator,
const wxString & name = wxBitmapComboBoxNameStr )

Member Function Documentation

◆ DoGetBestSize()

wxSize WX_BITMAP_COMBOBOX::DoGetBestSize ( ) const
overrideinherited

Definition at line 36 of file wx_bitmap_combobox.cpp.

◆ GetPinShapeSelection()

GRAPHIC_PINSHAPE PINSHAPE_COMBOBOX::GetPinShapeSelection ( )

Definition at line 50 of file pinshape_combobox.cpp.

◆ SetSelection()

void PINSHAPE_COMBOBOX::SetSelection ( GRAPHIC_PINSHAPE aShape)

Definition at line 56 of file pinshape_combobox.cpp.


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