pymel.core.nodetypes.ConnectionUniqueOverride

digraph inheritanceed74a57582 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "AbsOverride" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.AbsOverride.html#pymel.core.nodetypes.AbsOverride",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "ValueOverride" -> "AbsOverride" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ChildNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.ChildNode.html#pymel.core.nodetypes.ChildNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "ListItem" -> "ChildNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ConnectionOverride" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.ConnectionOverride.html#pymel.core.nodetypes.ConnectionOverride",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "AbsOverride" -> "ConnectionOverride" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ConnectionUniqueOverride" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.ConnectionUniqueOverride",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "ConnectionOverride" -> "ConnectionUniqueOverride" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ListItem" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.ListItem.html#pymel.core.nodetypes.ListItem",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "THdependNode" -> "ListItem" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Override" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.Override.html#pymel.core.nodetypes.Override",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "ChildNode" -> "Override" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ProxyUnicode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "THdependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.THdependNode.html#pymel.core.nodetypes.THdependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "THdependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ValueOverride" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.ValueOverride.html#pymel.core.nodetypes.ValueOverride",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "Override" -> "ValueOverride" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class ConnectionUniqueOverride(*args, **kwargs)
MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))