MCPcopy Create free account
hub / github.com/KLayout/klayout / reset_title

Method reset_title

src/laybasic/laybasic/layLayoutViewBase.cc:776–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776void
777LayoutViewBase::reset_title ()
778{
779 m_title.clear ();
780 update_title ();
781}
782
783bool
784LayoutViewBase::configure (const std::string &name, const std::string &value)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected