KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pg_properties.h File Reference
#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
 

Functions

wxPGProperty * PGPropertyFactory (const PROPERTY_BASE *aProperty, EDA_DRAW_FRAME *aFrame)
 Customized abstract wxPGProperty class to handle coordinate/size units.
 

Function Documentation

◆ PGPropertyFactory()