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

Method set_object_name

src/laybasic/laybasic/layAbstractMenu.cc:1069–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069void
1070Action::set_object_name (const std::string &name)
1071{
1072#if defined(HAVE_QT)
1073 if (qaction ()) {
1074 qaction ()->setObjectName (tl::to_qstring (name));
1075 }
1076#endif
1077}
1078
1079// ---------------------------------------------------------------
1080// ConfigureAction implementation

Callers 1

set_actionMethod · 0.80

Calls 1

to_qstringFunction · 0.85

Tested by

no test coverage detected