Home
last modified time | relevance | path

Searched refs:has_redo (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_gizmo_extrude_3d.c299 bool has_redo = (op && op->type == ggd->ot_extrude); in gizmo_mesh_extrude_refresh() local
300 wmOperator *op_xform = has_redo ? op->macro.last : NULL; in gizmo_mesh_extrude_refresh()
305 if (has_redo) { in gizmo_mesh_extrude_refresh()
337 if (has_redo) { in gizmo_mesh_extrude_refresh()
349 if (has_redo) { in gizmo_mesh_extrude_refresh()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dundo_redo.h122 bool has_redo();
H A Dundo_redo.cpp384 bool UndoRedo::has_redo() { in has_redo() function in UndoRedo
542 ClassDB::bind_method(D_METHOD("has_redo"), &UndoRedo::has_redo); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dundo_redo.h122 bool has_redo();
H A Dundo_redo.cpp384 bool UndoRedo::has_redo() { in has_redo() function in UndoRedo
542 ClassDB::bind_method(D_METHOD("has_redo"), &UndoRedo::has_redo); in _bind_methods()
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dfileobj.py340 assert not self.has_redo()
356 assert not self.has_redo()
399 def has_redo(self): member in Fileobj
H A Dfileops.py394 def has_redo(self): member in Fileops
395 return self.__ref.has_redo()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dapplication_window.c2626 gboolean has_redo = FALSE; in et_application_window_update_actions() local
2669 has_redo |= ET_File_Data_Has_Redo_Data(etfile); in et_application_window_update_actions()
2671 … if ((has_undo && has_redo /*&& has_to_save*/) || !l->next) // Useless to check the other files in et_application_window_update_actions()
2689 if (has_redo) in et_application_window_update_actions()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/src/
H A Dplaylist4changes.rs156 pub fn has_redo(&self) -> bool { in has_redo() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/src/
H A Dplaylist4changes.rs159 pub fn has_redo(&self) -> bool { in has_redo() method