_Property
AnyProperty (_Property , pdk.Variables.Variable )
AnyProperty (_Property , pdk.Variables.Variable )
ArrayProperty (_Property , pdk.Variables.ArrayVariable )
BooleanProperty (_Property , pdk.Variables.BooleanVariable )
CharProperty (_Property , pdk.Variables.CharVariable )
DateTimeProperty (_Property , pdk.Variables.DateTimeVariable )
EnumProperty (_Property , pdk.Variables.EnumVariable )
FloatProperty (_Property , pdk.Variables.FloatVariable )
FunctionProperty (_Property , pdk.Variables.FunctionVariable )
InstanceProperty (_Property , pdk.Variables.InstanceVariable )
IntProperty (_Property , pdk.Variables.IntVariable )
MappingProperty (_Property , pdk.Variables.MappingVariable )
MappingProperty (_Property , pdk.Variables.MappingVariable )
NumberProperty (_Property , pdk.Variables.NumberVariable )
PositionProperty (_Property , pdk.Variables.PositionVariable )
PropertyGroup (_Property , pdk.Variables.VariableGroup )
RectangleProperty (_Property , pdk.Variables.RectangleVariable )
SequenceProperty (_Property , pdk.Variables.SequenceVariable )
SequenceProperty (_Property , pdk.Variables.SequenceVariable )
StringProperty (_Property , pdk.Variables.StringVariable )
TupleProperty (_Property , pdk.Variables.TupleVariable )
class _Property
Methods defined here:
__or__ (self, other)
__ror__ = __or__ (self, other)
extend (self, otherProperty)
this method is called when the property manager traverses the
inheritance tree for a property. self is extended with
otherProperty .
getCallbacks (self)
getDelCallback (self)
getGetCallback (self)
getSetPostCallback (self)
getSetPreCallback (self)
isAutoInit (self, autoInitFlag=None )
isExtensible (self, extensibleFlag=None )
isReadOnly (self, readOnlyFlag=None )
setDelCallback (self, delCallbackF)
setGetCallback (self, getCallbackF)
setSetPostCallback (self, modifyCallbackF)
setSetPreCallback (self, validateCallbackF)
Data and non-method functions defined here:
OPTIONS = {'AUTOINIT': 1, 'DELCALLBACK': None, 'EXTEND': 0, 'GETCALLBACK': None, 'READONLY': 0, 'SETPOSTCALLBACK': None, 'SETPRECALLBACK': None}