| Home | Trees | Index | Help |
|
|---|
| Module NLA :: Class ActionStrips |
|
ActionStrip objects for a particular
Object.
| Method Summary | |
|---|---|
| ActionStrip |
This operator returns one of the action strips in the stack. |
| int |
Returns the number of action strips for the object. |
| ActionStrip |
Appends a new action to the end of the action strip sequence. |
Move the action strip down in the object's actionstrip sequence. | |
Move the action strip up in the object's actionstrip sequence. | |
Remove an action strip from this object's actionstrip sequence. | |
| Method Details |
|---|
__getitem__(index)
This operator returns one of the action strips in the stack.
|
__len__()
Returns the number of action strips for the object.
|
append(action)Appends a new action to the end of the action strip sequence.
|
moveDown(actionstrip)Move the action strip down in the object's actionstrip sequence.
|
moveUp(actionstrip)Move the action strip up in the object's actionstrip sequence.
|
remove(actionstrip)Remove an action strip from this object's actionstrip sequence.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:32:01 2007 | http://epydoc.sf.net |