Home
last modified time | relevance | path

Searched refs:tabCloseRequested (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/annotator/tabs/
H A DAnnotationTabCloser.cpp33 mTabWidget->tabCloseRequested(getValidIndex(index)); in closeTabTriggered()
43 mTabWidget->tabCloseRequested(i); in closeOtherTabsTriggered()
52 mTabWidget->tabCloseRequested(i); in closeAllTabsTriggered()
59 mTabWidget->tabCloseRequested(i); in closeAllTabsToLeftTriggered()
67 mTabWidget->tabCloseRequested(i); in closeAllTabsToRightTriggered()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/gui/annotator/tabs/
H A DAnnotationTabCloserTest.cpp25 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseTabTriggered_Should_CallMethodForRequestingTabCloseWithProvidedIndex_When_ProvidedIndexValid()
38 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseTabTriggered_Should_CallMethodForRequestingTabCloseWithCurrentIndex_When_ProvidedIndexInvalid()
51 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex()
66 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
82 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsToLeftTriggered_Should_CallMethodForRequestingTabCloseForAllSmallerIndex()
95 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsToRightTriggered_Should_CallMethodForRequestingTabCloseForAllLargerIndex()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkPluginBrowser/
H A DctkPluginBrowserEditors.cpp35 connect(&tabWidget, SIGNAL(tabCloseRequested(int)), SLOT(tabCloseRequested(int))); in ctkPluginBrowserEditors()
59 void ctkPluginBrowserEditors::tabCloseRequested(int index) in tabCloseRequested() function in ctkPluginBrowserEditors
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphintabbar.cpp99 Q_EMIT tabCloseRequested(index); in mouseReleaseEvent() local
141 Q_EMIT tabCloseRequested(0); in contextMenuEvent() local
144 Q_EMIT tabCloseRequested(1); in contextMenuEvent() local
147 Q_EMIT tabCloseRequested(index); in contextMenuEvent() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkCommandLineModuleExplorer/
H A DctkCmdLineModuleExplorerTabList.cpp43 connect(TabWidget, SIGNAL(tabCloseRequested(int)), SLOT(tabCloseRequested(int))); in Q_DECLARE_METATYPE()
86 void ctkCmdLineModuleExplorerTabList::tabCloseRequested(int index) in tabCloseRequested() function in ctkCmdLineModuleExplorerTabList
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/binmanager/
H A Dstacktabwidget.cpp43 this, SIGNAL(tabCloseRequested(int)), in StackTabWidget()
57 emit tabCloseRequested(this, index); in informTabCloseRequested() local
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/
H A Dtabbar.cpp62 emit tabCloseRequested(i); in closeTabViaButton() local
105 emit tabCloseRequested(tab_index); in mousePressEvent() local
124 emit tabCloseRequested(tab_index); in mouseDoubleClickEvent() local
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtabwidget_hook.h35 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
38 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
H A Dqtabbar_hook.h36 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
39 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtabwidget_hook.h35 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
38 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
H A Dqtabbar_hook.h36 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
39 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
/dports/www/falkon/falkon-3.2.0/src/lib/tabwidget/
H A Dtabcontextmenu.h49 void tabCloseRequested(int index);
61 void closeTab() { Q_EMIT tabCloseRequested(m_clickedTab); } in closeTab()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtabwidget_hook.h35 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
38 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
H A Dqtabbar_hook.h36 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
39 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtabwidget_hook.h35 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
38 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
H A Dqtabbar_hook.h36 connect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
39 disconnect(handle, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested_hook(int))); in hook_tabCloseRequested()
/dports/lang/swi-pl/swipl-8.2.3/packages/swipl-win/
H A DpqMainWindow.cpp151 connect(t, SIGNAL(tabCloseRequested(int)), this, SLOT(tabCloseRequested(int))); in addConsole()
160 void pqMainWindow::tabCloseRequested(int tabId) { in tabCloseRequested() function in pqMainWindow
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/tabwidget/
H A Dlitetabwidget.cpp96 connect(m_tabBar,SIGNAL(tabCloseRequested(int)),this,SIGNAL(tabCloseRequested(int))); in LiteTabWidget()
115 emit tabCloseRequested(index); in closeCurrentTab() local
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Playlist/
H A DPlaylistTabBar.cpp167 emit tabCloseRequested(currentIndex()); in closePressed() local
200 emit tabCloseRequested(0); in closeOthersPressed() local
205 emit tabCloseRequested(1); in closeOthersPressed() local
235 emit tabCloseRequested(tabIndex); in mousePressEvent() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/gui/
H A Dcall_window.cpp74 connect(tabBar, SIGNAL(tabCloseRequested(int)), this, in initTabs()
75 SLOT(tabCloseRequested(int))); in initTabs()
255 void CallWindow::tabCloseRequested(int index) in tabCloseRequested() function in cvv::gui::CallWindow
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/imageAnnotator/
H A DKImageAnnotatorAdapter.cpp27 …onnect(mKImageAnnotator, &KImageAnnotator::tabCloseRequested, this, &KImageAnnotatorAdapter::tabCl… in KImageAnnotatorAdapter()
/dports/sysutils/glogg/glogg-1.1.4/src/
H A Dtabbedcrawlerwidget.cpp112 emit tabCloseRequested( tab );
145 emit tabCloseRequested( currentIndex() );
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/
H A DCoreView.cpp40 …connect(mAnnotationWidget, &AnnotationWidget::tabCloseRequested, this, &CoreView::tabCloseRequeste… in CoreView()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/captureHandler/
H A DMultiCaptureHandler.cpp49 …connect(mImageAnnotator, &IImageAnnotator::tabCloseRequested, this, &MultiCaptureHandler::tabClose… in MultiCaptureHandler()
182 void MultiCaptureHandler::tabCloseRequested(int index) in tabCloseRequested() function in MultiCaptureHandler
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/annotator/
H A DAnnotationWidget.cpp65 …t(mAnnotationTabWidget, &AnnotationTabWidget::tabCloseRequested, this, &AnnotationWidget::tabClose… in initGui()

12345678910>>...20