◆ __init__()
def pycross.utils.undo.History.__init__ |
( |
|
self | ) |
|
◆ clear()
def pycross.utils.undo.History.clear |
( |
|
self | ) |
|
◆ redo()
def pycross.utils.undo.History.redo |
( |
|
self, |
|
|
|
obj, |
|
|
|
times = 1 |
|
) |
| |
◆ save()
def pycross.utils.undo.History.save |
( |
|
self, |
|
|
|
obj |
|
) |
| |
◆ undo()
def pycross.utils.undo.History.undo |
( |
|
self, |
|
|
|
obj, |
|
|
|
times = 1 |
|
) |
| |
◆ history
pycross.utils.undo.History.history |
◆ histsize
pycross.utils.undo.History.histsize |
◆ index
pycross.utils.undo.History.index |
The documentation for this class was generated from the following file: