MCPcopy Create free account
hub / github.com/KDE/labplot / dockWidgetExists

Method dockWidgetExists

src/backend/core/AbstractPart.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69#ifndef SDK
70bool AbstractPart::dockWidgetExists() const {
71 return m_dockWidget != nullptr;
72}
73#endif
74
75void AbstractPart::suppressDeletion(bool suppress) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected