MCPcopy 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
92bool WorkspaceWidget::getCurrentExpandState()
93{
94 return stackEditWorkspaceWidget->currentWidget()->property("canExpand").toBool();
95}
96
97QStringList WorkspaceWidget::allWidgetTitles() const
98{

Callers 1

showWorkspaceMethod · 0.80

Calls 2

currentWidgetMethod · 0.80
propertyMethod · 0.45

Tested by

no test coverage detected