PathScripts.PathPropertyBag Namespace Reference

Classes

class  PropertyBag
 

Functions

def Create (name="PropertyBag")
 
def getPropertyTypeName (o)
 
def IsPropertyBag (obj)
 

Variables

dictionary SupportedPropertyType
 
 translate = FreeCAD.Qt.translate
 

Function Documentation

◆ Create()

def PathScripts.PathPropertyBag.Create (   name = "PropertyBag")

◆ getPropertyTypeName()

def PathScripts.PathPropertyBag.getPropertyTypeName (   o)

◆ IsPropertyBag()

def PathScripts.PathPropertyBag.IsPropertyBag (   obj)
Returns True if the supplied object is a property container (or its Proxy).

References PathScripts.PathPropertyBag.IsPropertyBag().

Referenced by PathScripts.PathPropertyBag.IsPropertyBag().

Variable Documentation

◆ SupportedPropertyType

dictionary PathScripts.PathPropertyBag.SupportedPropertyType
Initial value:
1= {
2 "Angle": "App::PropertyAngle",
3 "Bool": "App::PropertyBool",
4 "Distance": "App::PropertyDistance",
5 "Enumeration": "App::PropertyEnumeration",
6 "File": "App::PropertyFile",
7 "Float": "App::PropertyFloat",
8 "Integer": "App::PropertyInteger",
9 "Length": "App::PropertyLength",
10 "Percent": "App::PropertyPercent",
11 "String": "App::PropertyString",
12}

◆ translate

PathScripts.PathPropertyBag.translate = FreeCAD.Qt.translate