Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
void TextBox::set_rich_text_data_for_undo_redo(const TextData& richText) {
560
set_rich_text_data(richText);
561
}
562
563
std::string TextBox::get_string() {
564
return get_text_between({0, 0}, move(TextBox::Movement::END, {0, 0}));
Callers
1
add_textbox_undo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected