#include <class_shot_1_1_shot_nop.h>

Public Member Functions |
|
| isValidParams () | |
| __init__ () | |
| getDuration () | |
| getParameters () | |
| setParameters () | |
| do_step () | |
| notes () | |
Public Attributes |
|
| dictionary | kParamNames = { 'Duration':float } |
| tuple | kParamCount = len( kParamNames ) |
| dictionary | kDefaultParams = { 'Duration' : 5.0 } |
| kDefaultTransitionType = Shot.kCutTransition | |
| float | kDefaultTransitionDuration = 0.0 |
| Shot.ShotNop.isValidParams | ( | ) |
| Shot.ShotNop.__init__ | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotNop.getDuration | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotNop.getParameters | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotNop.setParameters | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotNop.do_step | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotNop.notes | ( | ) |
Reimplemented from Shot.Shot.
| dictionary Shot.ShotNop.kParamNames = { 'Duration':float } |
| tuple Shot.ShotNop.kParamCount = len( kParamNames ) |
| dictionary Shot.ShotNop.kDefaultParams = { 'Duration' : 5.0 } |
Reimplemented from Shot.Shot.
| float Shot.ShotNop.kDefaultTransitionDuration = 0.0 |
Reimplemented from Shot.Shot.