Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
bool AbstractPart::dockWidgetExists() const {
71
return m_dockWidget != nullptr;
72
}
73
#endif
74
75
void AbstractPart::suppressDeletion(bool suppress) {
Callers
1
handleAspectAboutToBeRemoved
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected