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

Method createIconButton

src/plugins/core/uicontroller/controller.cpp:1292–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292DToolButton *Controller::createIconButton(QAction *action)
1293{
1294 auto iconBtn = utils::createIconButton(action, d->mainWindow);
1295 d->topToolBtn.insert(action, iconBtn);
1296 return iconBtn;
1297}
1298
1299void Controller::removeTopToolItem(Command *action)
1300{

Callers

nothing calls this directly

Calls 2

createIconButtonFunction · 0.85
insertMethod · 0.80

Tested by

no test coverage detected