KiCad PCB EDA Suite
|
This is the complete list of members for PROPERTY_EDITOR_UNIT_BINDER, including all inherited members.
ChangeAngleValue(const EDA_ANGLE &aValue) | UNIT_BINDER | virtual |
ChangeDoubleValue(double aValue) | UNIT_BINDER | virtual |
ChangeValue(int aValue) | UNIT_BINDER | virtual |
ChangeValue(const wxString &aValue) | UNIT_BINDER | |
delayedFocusHandler(wxCommandEvent &aEvent) | UNIT_BINDER | protected |
Enable(bool aEnable) | UNIT_BINDER | |
GetAngleValue() | UNIT_BINDER | virtual |
GetCoordType() const | UNIT_BINDER | inline |
GetDoubleValue() | UNIT_BINDER | virtual |
GetIntValue() | UNIT_BINDER | inline |
getTextForDoubleValue(double aValue) const | UNIT_BINDER | protected |
getTextForValue(long long int aValue) const | UNIT_BINDER | protected |
GetValue() | UNIT_BINDER | virtual |
init(UNITS_PROVIDER *aProvider) | UNIT_BINDER | protected |
IsIndeterminate() const | UNIT_BINDER | |
IsNull() const | UNIT_BINDER | |
m_allowEval | UNIT_BINDER | protected |
m_bindFocusEvent | UNIT_BINDER | protected |
m_coordType | UNIT_BINDER | protected |
m_dataType | UNIT_BINDER | protected |
m_errorMessage | UNIT_BINDER | protected |
m_eval | UNIT_BINDER | protected |
m_iuScale | UNIT_BINDER | protected |
m_label | UNIT_BINDER | protected |
m_needsEval | UNIT_BINDER | protected |
m_negativeZero | UNIT_BINDER | protected |
m_originTransforms | UNIT_BINDER | protected |
m_precision | UNIT_BINDER | protected |
m_selEnd | UNIT_BINDER | protected |
m_selStart | UNIT_BINDER | protected |
m_unitLabel | UNIT_BINDER | protected |
m_units | UNIT_BINDER | protected |
m_unitsInValue | UNIT_BINDER | protected |
m_valueCtrl | UNIT_BINDER | protected |
onClick(wxMouseEvent &aEvent) | UNIT_BINDER | protected |
onComboBox(wxCommandEvent &aEvent) | UNIT_BINDER | protected |
onKillFocus(wxFocusEvent &aEvent) | UNIT_BINDER | protected |
onSetFocus(wxFocusEvent &aEvent) | UNIT_BINDER | protected |
onUnitsChanged(wxCommandEvent &aEvent) | UNIT_BINDER | protected |
PROPERTY_EDITOR_UNIT_BINDER(EDA_DRAW_FRAME *aParent) | PROPERTY_EDITOR_UNIT_BINDER | |
RequireEval() | UNIT_BINDER | inline |
SetAngleValue(const EDA_ANGLE &aValue) | UNIT_BINDER | virtual |
SetControl(wxWindow *aControl) | PROPERTY_EDITOR_UNIT_BINDER | |
SetCoordType(ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType) | UNIT_BINDER | inline |
SetDataType(EDA_DATA_TYPE aDataType) | UNIT_BINDER | |
SetDoubleOptionsList(std::span< const double > aOptions) | UNIT_BINDER | virtual |
SetDoubleValue(double aValue) | UNIT_BINDER | virtual |
SetLabel(const wxString &aLabel) | UNIT_BINDER | |
SetNegativeZero() | UNIT_BINDER | inlinevirtual |
SetOptionsList(std::span< const long long int > aOptions) | UNIT_BINDER | virtual |
SetPrecision(int aLength) | UNIT_BINDER | virtual |
setPrecision(double aValue, bool aValueUsesUserUnits) const | UNIT_BINDER | protected |
SetUnits(EDA_UNITS aUnits) | UNIT_BINDER | virtual |
SetValue(long long int aValue) | UNIT_BINDER | virtual |
SetValue(const wxString &aValue) | UNIT_BINDER | |
Show(bool aShow, bool aResize=false) | UNIT_BINDER | |
UNIT_BINDER(EDA_DRAW_FRAME *aParent, wxStaticText *aLabel, wxWindow *aValueCtrl, wxStaticText *aUnitLabel, bool aAllowEval=true, bool aBindFocusEvent=true) | UNIT_BINDER | |
UNIT_BINDER(UNITS_PROVIDER *aUnitsProvider, wxWindow *aEventSource, wxStaticText *aLabel, wxWindow *aValueCtrl, wxStaticText *aUnitLabel, bool aAllowEval=true, bool aBindFocusEvent=true) | UNIT_BINDER | |
Validate(double aMin, double aMax, EDA_UNITS aUnits=EDA_UNITS::UNSCALED) | UNIT_BINDER | virtual |
~PROPERTY_EDITOR_UNIT_BINDER() | PROPERTY_EDITOR_UNIT_BINDER | virtual |
~UNIT_BINDER() override | UNIT_BINDER | virtual |