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

Method caption

src/common/componentmodel.h:92–95  ·  view source on GitHub ↗

* @brief Used to get node caption * @return Node caption */

Source from the content-addressed store, hash-verified

90 * @return Node caption
91 */
92 virtual QString caption() const override
93 {
94 return _caption;
95 }
96
97 /**
98 * @brief Sets model caption and updates widget title.

Calls

no outgoing calls

Tested by

no test coverage detected