| Home | Trees | Index | Help |
|
|---|
| Module Modifier :: Class ModSeq |
|
modifiers for a particular object. Only
accessed from Object.Object.modifiers.
| Method Summary | |
|---|---|
| Modifier |
This operator returns one of the object's modifiers. |
| int |
Returns the number of modifiers in the object's modifier stack. |
| Modifier |
Appends a new modifier to the end of the object's modifier stack. |
| None |
Moves the modifier down in the object's modifier stack. |
| None |
Moves the modifier up in the object's modifier stack. |
Remove a modifier from this objects modifier sequence. | |
| Method Details |
|---|
__getitem__(index)
This operator returns one of the object's modifiers.
|
__len__()
Returns the number of modifiers in the object's modifier stack.
|
append(type)Appends a new modifier to the end of the object's modifier stack.
|
moveDown(modifier)Moves the modifier down in the object's modifier stack.
|
moveUp(modifier)Moves the modifier up in the object's modifier stack.
|
remove(modifier)Remove a modifier from this objects modifier sequence.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |