|
KiCad PCB EDA Suite
|
#include <wx/propgrid/propgrid.h>#include <wx/propgrid/property.h>#include <wx/propgrid/props.h>#include <wx/propgrid/advprops.h>#include <common.h>#include <gal/color4d.h>#include <origin_transforms.h>Go to the source code of this file.
Classes | |
| class | PGPROPERTY_DISTANCE |
| class | PGPROPERTY_AREA |
| class | PGPROPERTY_SIZE |
| class | PGPROPERTY_COORD |
| Customized wxPGProperty class to handle angles. More... | |
| class | PGPROPERTY_ANGLE |
| A wxEnumProperty that displays a color next to the enum value. More... | |
| class | PGPROPERTY_COLORENUM |
| class | PGPROPERTY_RATIO |
| class | PGPROPERTY_STRING |
| class | PGPROPERTY_BOOL |
| class | PGPROPERTY_COLOR4D |
| class | PGPROPERTY_TIME |
| class | PGPROPERTY_NET |
Functions | |
| wxPGProperty * | PGPropertyFactory (const PROPERTY_BASE *aProperty, EDA_DRAW_FRAME *aFrame) |
| Customized abstract wxPGProperty class to handle coordinate/size units. | |
| wxPGProperty * PGPropertyFactory | ( | const PROPERTY_BASE * | aProperty, |
| EDA_DRAW_FRAME * | aFrame ) |
Customized abstract wxPGProperty class to handle coordinate/size units.
Definition at line 206 of file pg_properties.cpp.
References PG_UNIT_EDITOR::BuildEditorName(), PROPERTY_BASE::Choices(), PROPERTY_BASE::CoordType(), PROPERTY_BASE::Display(), PROPERTY_BASE::HasChoices(), KI_FALLTHROUGH, PROPERTY_BASE::Name(), PT_AREA, PT_COORD, PT_DECIDEGREE, PT_DEFAULT, PT_DEGREE, PT_NET, PT_RATIO, PT_SIZE, PT_TIME, PGPROPERTY_ANGLE::SetScale(), TYPE_HASH, and PROPERTY_BASE::TypeHash().
Referenced by PCB_PROPERTIES_PANEL::createPGProperty(), and SCH_PROPERTIES_PANEL::createPGProperty().