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

Class Slice



object --+    
         |    
      Clip --+
             |
            Slice

Encapsulates a slice of a clip

Instance Methods [hide private]
 
__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

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__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  clip
  fromidx
  toidx
  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]

__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__