MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / set_rich_text_data_for_undo_redo

Method set_rich_text_data_for_undo_redo

src/RichText/TextBox.cpp:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void TextBox::set_rich_text_data_for_undo_redo(const TextData& richText) {
560 set_rich_text_data(richText);
561}
562
563std::string TextBox::get_string() {
564 return get_text_between({0, 0}, move(TextBox::Movement::END, {0, 0}));

Callers 1

add_textbox_undoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected