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

Method parent

kdevplatform/shell/progresswidget/progressmanager.h:41–41  ·  view source on GitHub ↗

* @return The parent item of this one, if there is one. */

Source from the content-addressed store, hash-verified

39 * @return The parent item of this one, if there is one.
40 */
41 ProgressItem *parent() const { return mParent.data(); }
42
43 /**
44 * @return The user visible string to be used to represent this item.

Callers 4

singleItemMethod · 0.45
slotProgressItemAddedMethod · 0.45
slotTransactionAddedMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected