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

Method save

src/CanvasComponents/TextBoxCanvasComponent.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void TextBoxCanvasComponent::save(cereal::PortableBinaryOutputArchive& a) const {
51 a(d.editing, d.p1, d.p2, textBox->get_rich_text_data(), *cursor);
52}
53
54void TextBoxCanvasComponent::load(cereal::PortableBinaryInputArchive& a) {
55 TextData richText;

Callers

nothing calls this directly

Calls 1

get_rich_text_dataMethod · 0.80

Tested by

no test coverage detected