KiCad PCB EDA Suite
|
#include <pg_properties.h>
Public Member Functions | |
PGPROPERTY_DISTANCE (EDA_DRAW_FRAME *aParentFrame, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType) | |
virtual | ~PGPROPERTY_DISTANCE ()=0 |
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 |
Definition at line 41 of file pg_properties.h.
PGPROPERTY_DISTANCE::PGPROPERTY_DISTANCE | ( | EDA_DRAW_FRAME * | aParentFrame, |
ORIGIN_TRANSFORMS::COORD_TYPES_T | aCoordType | ||
) |
Definition at line 293 of file pg_properties.cpp.
|
pure virtual |
Definition at line 301 of file pg_properties.cpp.
|
inline |
Definition at line 48 of file pg_properties.h.
References m_coordType.
|
protected |
Definition at line 323 of file pg_properties.cpp.
References DISTANCE, ORIGIN_TRANSFORMS::ToDisplay(), and STD_OPTIONAL_INT_VARIANT_DATA::Value().
Referenced by PGPROPERTY_SIZE::ValueToString(), and PGPROPERTY_COORD::ValueToString().
|
protected |
Definition at line 310 of file pg_properties.cpp.
Referenced by PGPROPERTY_SIZE::StringToValue(), PGPROPERTY_COORD::StringToValue(), PGPROPERTY_COORD::~PGPROPERTY_COORD(), and PGPROPERTY_SIZE::~PGPROPERTY_SIZE().
|
protected |
Definition at line 63 of file pg_properties.h.
Referenced by CoordType().
|
protected |
Definition at line 62 of file pg_properties.h.