|
KiCad PCB EDA Suite
|
Customized wxPGProperty class to handle angles. More...
#include <pg_properties.h>
Public Member Functions | |
| PGPROPERTY_COORD (EDA_DRAW_FRAME *aParentFrame, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType) | |
| virtual | ~PGPROPERTY_COORD ()=default |
| bool | StringToValue (wxVariant &aVariant, const wxString &aText, int aArgFlags=0) const override |
| wxString | ValueToString (wxVariant &aVariant, int aArgFlags=0) const override |
| wxValidator * | DoGetValidator () const override |
| ORIGIN_TRANSFORMS::COORD_TYPES_T | CoordType () const |
Protected Member Functions | |
| bool | StringToDistance (wxVariant &aVariant, const wxString &aText, int aArgFlags=0) const |
| wxString | DistanceToString (wxVariant &aVariant, int aArgFlags=0) const |
Protected Attributes | |
| EDA_DRAW_FRAME * | m_parentFrame |
| ORIGIN_TRANSFORMS::COORD_TYPES_T | m_coordType |
Customized wxPGProperty class to handle angles.
Definition at line 133 of file pg_properties.h.
| PGPROPERTY_COORD::PGPROPERTY_COORD | ( | EDA_DRAW_FRAME * | aParentFrame, |
| ORIGIN_TRANSFORMS::COORD_TYPES_T | aCoordType ) |
Definition at line 461 of file pg_properties.cpp.
References PGPROPERTY_DISTANCE::PGPROPERTY_DISTANCE().
|
virtualdefault |
References PGPROPERTY_DISTANCE::StringToDistance().
|
inlineinherited |
Definition at line 48 of file pg_properties.h.
References m_coordType.
|
protectedinherited |
Definition at line 350 of file pg_properties.cpp.
References DISTANCE, m_coordType, m_parentFrame, ORIGIN_TRANSFORMS::ToDisplay(), and STD_OPTIONAL_INT_VARIANT_DATA::Value().
Referenced by PGPROPERTY_COORD::ValueToString(), and PGPROPERTY_SIZE::ValueToString().
|
override |
Definition at line 469 of file pg_properties.cpp.
|
protectedinherited |
Definition at line 337 of file pg_properties.cpp.
Referenced by PGPROPERTY_COORD::StringToValue(), PGPROPERTY_SIZE::StringToValue(), PGPROPERTY_COORD::~PGPROPERTY_COORD(), and PGPROPERTY_SIZE::~PGPROPERTY_SIZE().
|
inlineoverride |
Definition at line 153 of file pg_properties.h.
References PGPROPERTY_DISTANCE::StringToDistance().
|
inlineoverride |
Definition at line 159 of file pg_properties.h.
References PGPROPERTY_DISTANCE::DistanceToString().
|
protectedinherited |
Definition at line 63 of file pg_properties.h.
Referenced by CoordType(), DistanceToString(), and PGPROPERTY_DISTANCE().
|
protectedinherited |
Definition at line 62 of file pg_properties.h.
Referenced by DistanceToString(), and PGPROPERTY_DISTANCE().