MCPcopy Create free account
hub / github.com/KDE/kdevelop / displayName

Method displayName

kdevplatform/language/classmodel/classmodelnode.h:66–66  ·  view source on GitHub ↗

Return the display name for the node.

Source from the content-addressed store, hash-verified

64
65 /// Return the display name for the node.
66 QString displayName() const { return m_displayName; }
67
68 /// Returns a list of child nodes
69 const QList<Node*>& children() const { return m_children; }

Callers 2

LoadedPluginsDialogMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected