MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setCloseButtonVisible

Method setCloseButtonVisible

src/plugins/codeeditor/gui/tabbar.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void TabBar::setCloseButtonVisible(bool visible)
258{
259 d->closeBtn->setVisible(visible);
260}
261
262void TabBar::setSplitButtonVisible(bool visible)
263{

Callers 3

initUIMethod · 0.45
onSplitRequestedMethod · 0.45
onCloseRequestedMethod · 0.45

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected