MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / title

Method title

src/python/lfs/py_rml.cpp:787–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 request_redraw();
786 }
787 std::string PyRmlDocument::title() { return doc_->GetTitle(); }
788 void PyRmlDocument::set_title(const std::string& t) {
789 doc_->SetTitle(t);
790 s_dirty_documents.insert(doc_);

Callers 4

create_pluginFunction · 0.80
_format_asset_for_uiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected