MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / name

Method name

src/common/componentmodel.h:115–118  ·  view source on GitHub ↗

* @brief Used to identify model by data model name * @return Node model name */

Source from the content-addressed store, hash-verified

113 * @return Node model name
114 */
115 virtual QString name() const override
116 {
117 return _name;
118 }
119
120 /**
121 * @brief Creates new node of the same type

Calls

no outgoing calls

Tested by

no test coverage detected