
Public Member Functions | |
| def | __init__ (self, editor, element) |
| def | redo (self) |
| def | undo (self) |
Public Attributes | |
| editor | |
| element | |
Definition at line 33 of file commands.py.
| def frame_editor.commands.Command_AddElement.__init__ | ( | self, | |
| editor, | |||
| element | |||
| ) |
Definition at line 35 of file commands.py.
| def frame_editor.commands.Command_AddElement.redo | ( | self | ) |
Definition at line 41 of file commands.py.
| def frame_editor.commands.Command_AddElement.undo | ( | self | ) |
Definition at line 46 of file commands.py.
| frame_editor.commands.Command_AddElement.editor |
Definition at line 37 of file commands.py.
| frame_editor.commands.Command_AddElement.element |
Definition at line 39 of file commands.py.