Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ getCurrentExpandState
Method
getCurrentExpandState
src/plugins/core/gui/workspacewidget.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool WorkspaceWidget::getCurrentExpandState()
93
{
94
return stackEditWorkspaceWidget->currentWidget()->property(
"canExpand"
).toBool();
95
}
96
97
QStringList WorkspaceWidget::allWidgetTitles() const
98
{
Callers
1
showWorkspace
Method · 0.80
Calls
2
currentWidget
Method · 0.80
property
Method · 0.45
Tested by
no test coverage detected