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

Method isEmpty

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

* @return true when there are no more progress items. */

Source from the content-addressed store, hash-verified

366 * @return true when there are no more progress items.
367 */
368 bool isEmpty() const
369 {
370 return mTransactions.isEmpty();
371 }
372
373 /**
374 * @return the only top level progressitem when there's only one.

Callers 7

setCompleteMethod · 0.45
removeChildMethod · 0.45
slotShowItemDelayedMethod · 0.45
slotCleanMethod · 0.45
slotHideMethod · 0.45
slotToggleVisibilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected