EditorUndoRedoManager
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_do_method ( Object object, StringName method, … ) vararg |
void |
add_do_property ( Object object, StringName property, Variant value ) |
void |
add_do_reference ( Object object ) |
void |
add_undo_method ( Object object, StringName method, … ) vararg |
void |
add_undo_property ( Object object, StringName property, Variant value ) |
void |
add_undo_reference ( Object object ) |
void |
commit_action ( bool execute=true ) |
void |
create_action ( String name, MergeMode merge_mode=0, Object custom_context=null, bool backward_undo_ops=false ) |
void |
|
get_history_undo_redo ( int id ) const |
|
get_object_history_id ( Object object ) const |
|
is_committing_action ( ) const |
Signals
history_changed ( )
There is currently no description for this signal. Please help us by contributing one!
version_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum SpecialHistory:
SpecialHistory GLOBAL_HISTORY = 0
There is currently no description for this enum. Please help us by contributing one!
SpecialHistory REMOTE_HISTORY = -9
There is currently no description for this enum. Please help us by contributing one!
SpecialHistory INVALID_HISTORY = -99
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
void add_do_method ( Object object, StringName method, … ) vararg
There is currently no description for this method. Please help us by contributing one!
void add_do_property ( Object object, StringName property, Variant value )
There is currently no description for this method. Please help us by contributing one!
void add_do_reference ( Object object )
There is currently no description for this method. Please help us by contributing one!
void add_undo_method ( Object object, StringName method, … ) vararg
There is currently no description for this method. Please help us by contributing one!
void add_undo_property ( Object object, StringName property, Variant value )
There is currently no description for this method. Please help us by contributing one!
void add_undo_reference ( Object object )
There is currently no description for this method. Please help us by contributing one!
void commit_action ( bool execute=true )
There is currently no description for this method. Please help us by contributing one!
void create_action ( String name, MergeMode merge_mode=0, Object custom_context=null, bool backward_undo_ops=false )
There is currently no description for this method. Please help us by contributing one!
void force_fixed_history ( )
There is currently no description for this method. Please help us by contributing one!
UndoRedo get_history_undo_redo ( int id ) const
There is currently no description for this method. Please help us by contributing one!
int get_object_history_id ( Object object ) const
There is currently no description for this method. Please help us by contributing one!
bool is_committing_action ( ) const
There is currently no description for this method. Please help us by contributing one!