Package dvedit :: Module core :: Class ClipHolder
[hide private]
[frames] | no frames]

Class ClipHolder



object --+    
         |    
      Clip --+
             |
            ClipHolder

Used internally by Sequence and Stack objects for encapsulating individual Clip objects and their placement/trimming parameters

Instance Methods [hide private]
 
__getattr__(...)
 
__getattribute__(...)
x.__getattribute__('name') <==> x.name
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
__repr__(...)
repr(x)

Inherited from Clip: __add__, __delitem__, __getitem__, __getslice__, __iter__, __len__, __mul__, __radd__, __rmul__, __setitem__, addKeyframe, append, extend, failIfLocked, getParm, getParms, render, setParms, transition, view

Inherited from object: __delattr__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]
  cutpos
  endpos
  item
  startpos
  uiChildren
generates and returns a list of child nodes for the use of UIs
  uiTitle
generates and returns a string title to use in user interfaces

Inherited from Clip: keyframes, numFrames, sizeLocked

Inherited from Clip (private): _isPal

Inherited from object: __class__

Method Details [hide private]

__getattribute__(...)

 
x.__getattribute__('name') <==> x.name
Overrides: object.__getattribute__

__init__(...)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: Clip.__new__

__repr__(...)
(Representation operator)

 
repr(x)
Overrides: object.__repr__
(inherited documentation)