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

#include <pintype_combobox.h>

Inheritance diagram for PINTYPE_COMBOBOX:
WX_BITMAP_COMBOBOX

Public Member Functions

 PINTYPE_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)
 
ELECTRICAL_PINTYPE GetPinTypeSelection ()
 
void SetSelection (ELECTRICAL_PINTYPE aType)
 
wxSize DoGetBestSize () const override
 

Detailed Description

Definition at line 28 of file pintype_combobox.h.

Constructor & Destructor Documentation

◆ PINTYPE_COMBOBOX()

PINTYPE_COMBOBOX::PINTYPE_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.

◆ GetPinTypeSelection()

ELECTRICAL_PINTYPE PINTYPE_COMBOBOX::GetPinTypeSelection ( )

◆ SetSelection()

void PINTYPE_COMBOBOX::SetSelection ( ELECTRICAL_PINTYPE  aType)

Definition at line 56 of file pintype_combobox.cpp.

Referenced by DIALOG_PIN_PROPERTIES::TransferDataToWindow().


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