KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pg_properties.cpp File Reference
#include <wx/dc.h>
#include <wx/propgrid/propgrid.h>
#include <macros.h>
#include <validators.h>
#include <eda_draw_frame.h>
#include <eda_units.h>
#include <properties/color4d_variant.h>
#include <properties/std_optional_variants.h>
#include <properties/eda_angle_variant.h>
#include <properties/pg_properties.h>
#include <properties/pg_editors.h>
#include <properties/property_mgr.h>
#include <properties/property.h>
#include <string_utils.h>
#include <widgets/color_swatch.h>

Go to the source code of this file.

Classes

class  wxAnyToSTD_OPTIONAL_INT_VARIANTRegistrationImpl
 
class  wxAnyToSTD_OPTIONAL_DOUBLE_VARIANTRegistrationImpl
 
class  wxAnyToEDA_ANGLE_VARIANTRegistrationImpl
 
class  wxAnyToCOLOR4D_VARIANTRegistrationImpl
 

Functions

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

Function Documentation

◆ PGPropertyFactory()