Home
last modified time | relevance | path

Searched refs:has_undo (Results 1 – 14 of 14) sorted by relevance

/dports/editors/fileobj/fileobj-0.7.91/src/
H A Drwext.py45 if self.has_undo():
H A Dfileobj.py339 assert not self.has_undo()
355 assert not self.has_undo()
396 def has_undo(self): member in Fileobj
H A Dfileops.py391 def has_undo(self): member in Fileops
392 return self.__ref.has_undo()
/dports/misc/veles/veles-2018.05.0/include/ui/
H A Dhexeditwidget.h81 void editStateChanged(bool has_changes, bool has_undo);
H A Dhexedit.h88 void editStateChanged(bool has_changes, bool has_undo);
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dundo_redo.h121 bool has_undo();
H A Dundo_redo.cpp379 bool UndoRedo::has_undo() { in has_undo() function in UndoRedo
541 ClassDB::bind_method(D_METHOD("has_undo"), &UndoRedo::has_undo); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dundo_redo.h121 bool has_undo();
H A Dundo_redo.cpp379 bool UndoRedo::has_undo() { in has_undo() function in UndoRedo
541 ClassDB::bind_method(D_METHOD("has_undo"), &UndoRedo::has_undo); in _bind_methods()
/dports/misc/veles/veles-2018.05.0/src/ui/
H A Dhexeditwidget.cc384 void HexEditWidget::editStateChanged(bool has_changes, bool has_undo) { in editStateChanged() argument
387 undo_act_->setEnabled(has_undo); in editStateChanged()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dapplication_window.c2625 gboolean has_undo = FALSE; in et_application_window_update_actions() local
2668 has_undo |= ET_File_Data_Has_Undo_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()
2679 if (has_undo) in et_application_window_update_actions()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt.c8283 bool has_undo = wm->undo_stack != NULL; in ED_object_sculptmode_enter_ex() local
8285 if (has_undo) { in ED_object_sculptmode_enter_ex()
8289 if (has_undo) { in ED_object_sculptmode_enter_ex()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/src/
H A Dplaylist4changes.rs138 pub fn has_undo(&self) -> bool { in has_undo() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/src/
H A Dplaylist4changes.rs140 pub fn has_undo(&self) -> bool { in has_undo() method