MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / closeRequested

Method closeRequested

UIComponent/TabWidgetFactory.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void
87TabWidget::closeRequested()
88{
89 // Mark it for removal. Its destruction will triger a bunch of things.
90 this->deleteLater();
91}
92
93void
94TabWidget::onPopupMenuClose()

Callers 3

onPopupMenuCloseMethod · 0.95
onCloseTabWindowMethod · 0.45
onTabCloseRequestedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected