Home
last modified time | relevance | path

Searched refs:undo_command (Results 1 – 25 of 26) sorted by relevance

12

/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_session.cc456 std::unique_ptr<UndoCommand> undo_command(undo_history_.back()); in Undo() local
458 return undo_command->RunUndo(storage_.get()) ? in Undo()
745 void UserDictionarySession::AddUndoCommand(UndoCommand *undo_command) { in AddUndoCommand() argument
753 undo_history_.push_back(undo_command); in AddUndoCommand()
H A Duser_dictionary_session.h138 void AddUndoCommand(UndoCommand *undo_command);
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp148 void undo_command();
321 boost::function<void()> undo_command; member
H A Deditor.cpp131 "Undo", "u", boost::bind(&editor::undo_command, &editor_), in show_edit_menu()
1425 undo_command(); in handle_key_press()
1739 undo_fn = undo_.back().undo_command; in handle_object_dragging()
1740 undo_command(); in handle_object_dragging()
1784 tmp_undo_->undo_command(); in handle_drawing_rect()
2283 tmp_undo_->undo_command(); in handle_mouse_button_up()
2298 tmp_undo_->undo_command(); in handle_mouse_button_up()
3465 cmd.undo_command = undo; in execute_command()
3494 undo.push_back(undo_[n].undo_command); in end_command_group()
3517 void editor::undo_command() in undo_command() function in editor
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/test/eprof_SUITE_data/
H A Deed.erl303 parse_cmd_char($u, Cont) -> Cont(fun undo_command/3, 0, none);
652 undo_command([], [], St) when St#state.undo == undefined -> function
654 undo_command([], [], #state{undo=Undo}) -> function
656 undo_command(_, _, _) -> function
/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dmagnetic.h1062 int gms_command_escape(const char *string_, int *undo_command);
H A Dglk.cpp3319 int Magnetic::gms_command_escape(const char *string_, int *undo_command) { in gms_command_escape() argument
3322 assert(string_ && undo_command); in gms_command_escape()
3389 *undo_command = matched->undo_return; in gms_command_escape()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dreadline.vapi350 public int undo_command (int a, int b);
/dports/biology/jalview/jalview/resources/lang/
H A DMessages.properties169 label.undo_command = Undo {0}

12