KiCad PCB EDA Suite
|
#include <property.h>
Public Member Functions | |
PROPERTY_BASE (const wxString &aName, PROPERTY_DISPLAY aDisplay=PT_DEFAULT, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType=ORIGIN_TRANSFORMS::NOT_A_COORD) | |
< Used to generate unique IDs. Must come up front so it's initialized before ctor. | |
virtual | ~PROPERTY_BASE () |
const wxString & | Name () const |
virtual const wxPGChoices & | Choices () const |
Return a limited set of possible values (e.g. | |
virtual void | SetChoices (const wxPGChoices &aChoices) |
Set the possible values for for the property. | |
virtual bool | HasChoices () const |
Return true if this PROPERTY has a limited set of possible values. | |
bool | Available (INSPECTABLE *aObject) const |
Return true if aObject offers this PROPERTY. | |
PROPERTY_BASE & | SetAvailableFunc (std::function< bool(INSPECTABLE *)> aFunc) |
Set a callback function to determine whether an object provides this property. | |
virtual bool | Writeable (INSPECTABLE *aObject) const |
PROPERTY_BASE & | SetWriteableFunc (std::function< bool(INSPECTABLE *)> aFunc) |
virtual size_t | OwnerHash () const =0 |
Return type-id of the Owner class. | |
virtual size_t | BaseHash () const =0 |
Return type-id of the Base class. | |
virtual size_t | TypeHash () const =0 |
Return type-id of the property type. | |
PROPERTY_DISPLAY | Display () const |
PROPERTY_BASE & | SetDisplay (PROPERTY_DISPLAY aDisplay) |
ORIGIN_TRANSFORMS::COORD_TYPES_T | CoordType () const |
PROPERTY_BASE & | SetCoordType (ORIGIN_TRANSFORMS::COORD_TYPES_T aType) |
bool | IsHiddenFromPropertiesManager () const |
PROPERTY_BASE & | SetIsHiddenFromPropertiesManager (bool aHide=true) |
bool | IsHiddenFromRulesEditor () const |
PROPERTY_BASE & | SetIsHiddenFromRulesEditor (bool aHide=true) |
bool | IsHiddenFromLibraryEditors () const |
PROPERTY_BASE & | SetIsHiddenFromLibraryEditors (bool aIsHidden=true) |
bool | IsHiddenFromDesignEditors () const |
PROPERTY_BASE & | SetIsHiddenFromDesignEditors (bool aIsHidden=true) |
wxString | Group () const |
PROPERTY_BASE & | SetGroup (const wxString &aGroup) |
PROPERTY_BASE & | SetValidator (PROPERTY_VALIDATOR_FN &&aValidator) |
VALIDATOR_RESULT | Validate (const wxAny &&aValue, EDA_ITEM *aItem) |
Static Public Member Functions | |
static VALIDATOR_RESULT | NullValidator (const wxAny &&aValue, EDA_ITEM *aItem) |
Protected Member Functions | |
template<typename T > | |
void | set (void *aObject, T aValue) |
template<typename T > | |
T | get (const void *aObject) const |
Private Member Functions | |
virtual void | setter (void *aObject, wxAny &aValue)=0 |
virtual wxAny | getter (const void *aObject) const =0 |
Private Attributes | |
const wxString | m_name |
Permanent identifier for this property. | |
PROPERTY_DISPLAY | m_display |
The display style controls how properties are edited in the properties manager GUI. | |
ORIGIN_TRANSFORMS::COORD_TYPES_T | m_coordType |
The coordinate type controls how distances are mapped to the user coordinate system. | |
bool | m_hideFromPropertiesManager |
bool | m_hideFromLibraryEditors |
bool | m_hideFromDesignEditors |
bool | m_hideFromRulesEditor |
wxString | m_group |
Optional group identifier. | |
std::function< bool(INSPECTABLE *)> | m_availFunc |
Eval to determine if prop is available. | |
std::function< bool(INSPECTABLE *)> | m_writeableFunc |
Eval to determine if prop is read-only. | |
PROPERTY_VALIDATOR_FN | m_validator |
Friends | |
class | INSPECTABLE |
Definition at line 192 of file property.h.
|
inline |
< Used to generate unique IDs. Must come up front so it's initialized before ctor.
Definition at line 198 of file property.h.
|
inlinevirtual |
Definition at line 213 of file property.h.
|
inline |
Return true if aObject offers this PROPERTY.
Definition at line 249 of file property.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PROPERTY_MANAGER::IsAvailableFor().
|
pure virtual |
Return type-id of the Base class.
Implemented in PROPERTY< Owner, T, Base >, and PROPERTY< Owner, T, Owner >.
Referenced by PROPERTY_MANAGER::IsAvailableFor(), and PROPERTY_MANAGER::IsWriteableFor().
|
inlinevirtual |
Return a limited set of possible values (e.g.
enum). Check with HasChoices() if a particular PROPERTY provides such set.
Reimplemented in PROPERTY_ENUM< Owner, T, Base >.
Definition at line 223 of file property.h.
References empty().
Referenced by BOOST_AUTO_TEST_CASE(), PCB_PROPERTIES_PANEL::createPGProperty(), and PGPropertyFactory().
|
inline |
Definition at line 292 of file property.h.
Referenced by PGPropertyFactory().
|
inline |
Definition at line 289 of file property.h.
Referenced by PGPropertyFactory().
|
inlineprotected |
Definition at line 390 of file property.h.
Referenced by INSPECTABLE::Get().
|
privatepure virtual |
Implemented in PROPERTY< Owner, T, Base >, PROPERTY< Owner, T, Owner >, and PROPERTY_ENUM< Owner, T, Base >.
Referenced by INSPECTABLE::Get().
|
inline |
Definition at line 327 of file property.h.
|
inlinevirtual |
Return true if this PROPERTY has a limited set of possible values.
Reimplemented in PROPERTY_ENUM< Owner, T, Base >.
Definition at line 241 of file property.h.
Referenced by BOOST_AUTO_TEST_CASE(), PCB_PROPERTIES_PANEL::createPGProperty(), PCBEXPR_UCODE::CreateVarRef(), PROPERTIES_PANEL::getItemValue(), and PGPropertyFactory().
|
inline |
Definition at line 320 of file property.h.
|
inline |
Definition at line 313 of file property.h.
|
inline |
Definition at line 299 of file property.h.
Referenced by PROPERTIES_PANEL::extractValueAndWritability().
|
inline |
Definition at line 306 of file property.h.
|
inline |
Definition at line 217 of file property.h.
Referenced by PROPERTY_MANAGER::AddProperty(), PCB_PROPERTIES_PANEL::createPGProperty(), GENERATOR_TOOL::GENERATOR_TOOL(), PROPERTY_MANAGER::GetProperty(), PROPERTY_MANAGER::IsAvailableFor(), PROPERTY_MANAGER::IsWriteableFor(), PGPropertyFactory(), SCHEMATIC::SCHEMATIC(), and SCH_SYMBOL::SyncOtherUnits().
|
inlinestatic |
Definition at line 341 of file property.h.
|
pure virtual |
Return type-id of the Owner class.
Implemented in PROPERTY< Owner, T, Base >, and PROPERTY< Owner, T, Owner >.
Referenced by PROPERTY_MANAGER::AddProperty(), INSPECTABLE::Get(), PROPERTY_MANAGER::ReplaceProperty(), and INSPECTABLE::Set().
|
inlineprotected |
Definition at line 348 of file property.h.
References EDA_ANGLE_VARIANT_DATA::Angle(), COLOR4D_VARIANT_DATA::Color(), STD_OPTIONAL_INT_VARIANT_DATA::Value(), and STD_OPTIONAL_DOUBLE_VARIANT_DATA::Value().
Referenced by INSPECTABLE::Set().
|
inline |
Set a callback function to determine whether an object provides this property.
Definition at line 257 of file property.h.
Referenced by BOARD_ITEM_DESC::BOARD_ITEM_DESC(), DIMENSION_DESC::DIMENSION_DESC(), EDA_SHAPE_DESC::EDA_SHAPE_DESC(), PAD_DESC::PAD_DESC(), PCB_SHAPE_DESC::PCB_SHAPE_DESC(), PCB_TUNING_PATTERN_DESC::PCB_TUNING_PATTERN_DESC(), SCH_ITEM_DESC::SCH_ITEM_DESC(), SCH_PIN_DESC::SCH_PIN_DESC(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and ZONE_DESC::ZONE_DESC().
|
inlinevirtual |
Set the possible values for for the property.
Reimplemented in PROPERTY_ENUM< Owner, T, Base >.
Definition at line 232 of file property.h.
Referenced by SCH_PROPERTIES_PANEL::updateFontList(), and PCB_PROPERTIES_PANEL::updateLists().
|
inline |
Definition at line 293 of file property.h.
|
inline |
Definition at line 290 of file property.h.
|
inline |
Definition at line 328 of file property.h.
Referenced by PROPERTY_MANAGER::AddProperty().
|
inline |
Definition at line 321 of file property.h.
Referenced by SCH_ITEM_DESC::SCH_ITEM_DESC().
|
inline |
Definition at line 314 of file property.h.
Referenced by BOARD_CONNECTED_ITEM_DESC::BOARD_CONNECTED_ITEM_DESC(), BOARD_ITEM_DESC::BOARD_ITEM_DESC(), FOOTPRINT_DESC::FOOTPRINT_DESC(), and PAD_DESC::PAD_DESC().
|
inline |
Definition at line 300 of file property.h.
Referenced by BOARD_CONNECTED_ITEM_DESC::BOARD_CONNECTED_ITEM_DESC(), BOARD_ITEM_DESC::BOARD_ITEM_DESC(), EDA_ITEM_DESC::EDA_ITEM_DESC(), and FOOTPRINT_DESC::FOOTPRINT_DESC().
|
inline |
Definition at line 307 of file property.h.
Referenced by BOARD_CONNECTED_ITEM_DESC::BOARD_CONNECTED_ITEM_DESC(), EDA_SHAPE_DESC::EDA_SHAPE_DESC(), EDA_TEXT_DESC::EDA_TEXT_DESC(), and PCB_SHAPE_DESC::PCB_SHAPE_DESC().
|
privatepure virtual |
Implemented in PROPERTY< Owner, T, Base >, PROPERTY< Owner, T, Owner >, and PROPERTY_ENUM< Owner, T, Base >.
Referenced by INSPECTABLE::Set().
|
inline |
Definition at line 330 of file property.h.
Referenced by PAD_DESC::PAD_DESC(), and ZONE_DESC::ZONE_DESC().
|
inline |
Definition at line 268 of file property.h.
Referenced by DIMENSION_DESC::DIMENSION_DESC(), PAD_DESC::PAD_DESC(), SCH_PIN_DESC::SCH_PIN_DESC(), and ZONE_DESC::ZONE_DESC().
|
pure virtual |
Return type-id of the property type.
Implemented in PROPERTY< Owner, T, Base >, and PROPERTY< Owner, T, Owner >.
Referenced by PCB_PROPERTIES_PANEL::createPGProperty(), PCBEXPR_UCODE::CreateVarRef(), and PGPropertyFactory().
|
inline |
Definition at line 336 of file property.h.
|
inlinevirtual |
Reimplemented in PROPERTY< Owner, T, Base >, and PROPERTY< Owner, T, Owner >.
Definition at line 263 of file property.h.
Referenced by PROPERTY_MANAGER::IsWriteableFor(), and PROPERTY< Owner, T, Base >::Writeable().
|
friend |
Definition at line 438 of file property.h.
|
private |
Eval to determine if prop is available.
Definition at line 432 of file property.h.
|
private |
The coordinate type controls how distances are mapped to the user coordinate system.
Definition at line 420 of file property.h.
|
private |
The display style controls how properties are edited in the properties manager GUI.
Definition at line 417 of file property.h.
|
private |
Optional group identifier.
Definition at line 430 of file property.h.
|
private |
Definition at line 425 of file property.h.
|
private |
Definition at line 423 of file property.h.
|
private |
Definition at line 422 of file property.h.
|
private |
Definition at line 427 of file property.h.
|
private |
Permanent identifier for this property.
Property names are an API contract; changing them after release will impact the Custom DRC Rules system as well as the automatic API binding system. Never rename properties; instead deprecate them and hide them from the GUI.
Definition at line 414 of file property.h.
|
private |
Definition at line 436 of file property.h.
|
private |
Eval to determine if prop is read-only.
Definition at line 434 of file property.h.