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

Method get_string

src/RichText/TextBox.cpp:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563std::string TextBox::get_string() {
564 return get_text_between({0, 0}, move(TextBox::Movement::END, {0, 0}));
565}
566
567std::string TextBox::get_text_between(TextPosition p1, TextPosition p2) {
568 auto [start, end] = get_start_end_text_pos(p1, p2);

Calls

no outgoing calls

Tested by

no test coverage detected