GOffice.Undo¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
Class Details¶
- class GOffice.Undo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- combine(b)¶
- Parameters:
b (
GOffice.Undo
orNone
) – last undo operation- Returns:
the combination of two undo operations.
- Return type:
GOffice.Undo
orNone
This function takes ownership of the argument references and gives ownership of the result to the caller. Either argument may be
None
in which case the other is returned.
- undo()¶
Execute the stored undo operation.
- undo_with_data(data)¶
-
Execute the stored undo operation. data is supplied to the undo operation as an extra argument. It is meant not to affect the undo operation in any way, but rather supply a context through which progress and errors can be reported.