MCPcopy Create free account
hub / github.com/Qucs/qucs / createType

Method createType

qucs/components/libcomp.cpp:271–275  ·  view source on GitHub ↗

-------------------------------------------------------

Source from the content-addressed store, hash-verified

269
270// -------------------------------------------------------
271QString LibComp::createType()
272{
273 QString Type = misc::properFileName(Props.first()->Value);
274 return misc::properName(Type + "_" + Props.next()->Value);
275}
276
277// -------------------------------------------------------
278QString LibComp::netlist()

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected