Home
last modified time | relevance | path

Searched refs:initPropertyDefs (Results 1 – 3 of 3) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dpropertydef.h51 static void initPropertyDefs(class ModelPart *, QHash<PropertyDef *, QString> & propertyDefs);
H A Dpropertydef.cpp103 void PropertyDefMaster::initPropertyDefs(ModelPart * modelPart, QHash<PropertyDef *, QString> & pro… in initPropertyDefs() function in PropertyDefMaster
H A Dcapacitor.cpp42 PropertyDefMaster::initPropertyDefs(modelPart, m_propertyDefs); in Capacitor()