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

Method set_title

src/laybasic/laybasic/layAbstractMenu.cc:869–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869void
870Action::set_title (const std::string &t)
871{
872#if defined(HAVE_QT)
873 if (qaction ()) {
874 qaction ()->setText (tl::to_qstring (t));
875 }
876#endif
877 m_title = t;
878}
879
880std::string
881Action::get_title () const

Callers 1

set_action_titleMethod · 0.45

Calls 2

to_qstringFunction · 0.85
setTextMethod · 0.45

Tested by

no test coverage detected