|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UndoRecord | |
---|---|
artofillusion | |
artofillusion.animation | |
artofillusion.texture | |
artofillusion.ui |
Uses of UndoRecord in artofillusion |
---|
Methods in artofillusion that return UndoRecord | |
---|---|
UndoRecord |
UndoRecord.execute()
Execute the record's script. |
Methods in artofillusion with parameters of type UndoRecord | |
---|---|
void |
Scene.addObject(Object3D obj,
CoordinateSystem coords,
java.lang.String name,
UndoRecord undo)
Add a new object to the scene. |
void |
LayoutWindow.addObject(Object3D obj,
CoordinateSystem coords,
java.lang.String name,
UndoRecord undo)
Add a new object to the scene. |
void |
Scene.addObject(ObjectInfo info,
int index,
UndoRecord undo)
Add a new object to the scene in the specified position. |
void |
LayoutWindow.addObject(ObjectInfo info,
int index,
UndoRecord undo)
Add a new object to the scene. |
void |
Scene.addObject(ObjectInfo info,
UndoRecord undo)
Add a new object to the scene. |
void |
LayoutWindow.addObject(ObjectInfo info,
UndoRecord undo)
Add a new object to the scene. |
void |
UndoStack.addRecord(UndoRecord record)
Add an UndoRecord to the stack. |
void |
Scene.removeObject(int which,
UndoRecord undo)
Delete an object from the scene. |
void |
LayoutWindow.removeObject(int which,
UndoRecord undo)
Remove an object from the scene. |
void |
Scene.replaceObject(Object3D original,
Object3D replaceWith,
UndoRecord undo)
Replace every instance of one object in the scene with another one. |
void |
ObjectEditorWindow.setUndoRecord(UndoRecord command)
|
void |
LayoutWindow.setUndoRecord(UndoRecord command)
Set the UndoRecord which will be executed if the user chooses Undo from the Edit menu. |
Uses of UndoRecord in artofillusion.animation |
---|
Methods in artofillusion.animation with parameters of type UndoRecord | |
---|---|
void |
Score.setUndoRecord(UndoRecord command)
|
Uses of UndoRecord in artofillusion.texture |
---|
Methods in artofillusion.texture with parameters of type UndoRecord | |
---|---|
void |
UVMappingWindow.setUndoRecord(UndoRecord command)
Set the current UndoRecord for this EditingWindow. |
Uses of UndoRecord in artofillusion.ui |
---|
Methods in artofillusion.ui with parameters of type UndoRecord | |
---|---|
void |
EditingWindow.setUndoRecord(UndoRecord command)
Set the current UndoRecord for this EditingWindow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |