Home
last modified time | relevance | path

Searched refs:removeTab (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/python/
H A Dtabs.cpp26 …moveTab", (int (TabHeader::*)(const std::string &)) &TabHeader::removeTab, D(TabHeader, removeTab)) in register_tabs()
27 …ef("removeTab", (void (TabHeader::*)(int index)) &TabHeader::removeTab, D(TabHeader, removeTab, 2)) in register_tabs()
43 …oveTab", (bool (TabWidget::*)(const std::string &)) &TabWidget::removeTab, D(TabWidget, removeTab)) in register_tabs()
44 …ef("removeTab", (void (TabWidget::*)(int index)) &TabWidget::removeTab, D(TabWidget, removeTab, 2)) in register_tabs()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/python/
H A Dtabs.cpp26 …moveTab", (int (TabHeader::*)(const std::string &)) &TabHeader::removeTab, D(TabHeader, removeTab)) in register_tabs()
27 …ef("removeTab", (void (TabHeader::*)(int index)) &TabHeader::removeTab, D(TabHeader, removeTab, 2)) in register_tabs()
43 …oveTab", (bool (TabWidget::*)(const std::string &)) &TabWidget::removeTab, D(TabWidget, removeTab)) in register_tabs()
44 …ef("removeTab", (void (TabWidget::*)(int index)) &TabWidget::removeTab, D(TabWidget, removeTab, 2)) in register_tabs()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkCommandLineModuleExplorer/
H A DctkCmdLineModuleExplorerTabList.cpp89 bool removeTab = false; in tabCloseRequested() local
104 removeTab = true; in tabCloseRequested()
117 removeTab = true; in tabCloseRequested()
120 if (removeTab) in tabCloseRequested()
123 this->TabWidget->removeTab(index); in tabCloseRequested()
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DVolumicConditionsView.py117 self.tabWidget.removeTab(i)
122 self.tabWidget.removeTab(i)
127 self.tabWidget.removeTab(i)
132 self.tabWidget.removeTab(i)
137 self.tabWidget.removeTab(i)
142 self.tabWidget.removeTab(i)
H A DCouplingParametersView.py65 self.couplingModelsTabWidget.removeTab(int_index)
69 self.couplingModelsTabWidget.removeTab(fsi_index)
85 self.couplingModelsTabWidget.removeTab(nepcat_index)
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DClusterInterfacesSelectorWidget.cpp56 while ( this->count() ) this->removeTab(0); in setFirewallList()
94 this->removeTab(0); in addNewInterface()
111 this->removeTab(this->indexOf(widget)); in addInterface()
120 this->removeTab(this->currentIndex()); in closeTab()
H A DInterfacesTabWidget.cpp107 this->removeTab(0); in addInterface()
120 this->removeTab(0); in addNewInterface()
138 while ( this->count() ) this->removeTab(0); in clear()
149 this->removeTab(idx); in closeTab()
/dports/audio/spotify-qt/spotify-qt-3.7/src/view/sidepanel/
H A Dsidepanel.cpp21 this, &View::SidePanel::SidePanel::removeTab); in SidePanel()
40 void View::SidePanel::SidePanel::removeTab(int index) in removeTab() function in View::SidePanel::SidePanel
42 title->removeTab(index); in removeTab()
100 removeTab(stack->indexOf(searchView)); in closeSearch()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dktabwidget.cpp80 void removeTab(int index);
122 void KTabWidget::Private::removeTab(int index) in removeTab() function in KTabWidget::Private
135 m_parent->QTabWidget::removeTab(index); in removeTab()
589 removeTab(from); in moveTab()
624 d->removeTab(index); in removePage()
627 d->removeTab(index); in removePage()
631 void KTabWidget::removeTab(int index) in removeTab() function in KTabWidget
636 d->removeTab(index); in removeTab()
639 d->removeTab(index); in removeTab()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dtabbarinfo.cpp26 void TabBarInfo::removeTab(int index) in removeTab() function in TabBarInfo
89 m_tabBar->removeTab(i); in detach()
148 removeTab(tab); in on_closeButtonClick()
205 m_tabBar->removeTab(i); in update()
/dports/audio/polyphone/polyphone-75a5e88/sources/mainwindow/
H A Dwindowmanager.cpp76 _tabWidget->removeTab(0); in ~WindowManager()
260 _tabWidget->removeTab(tabIndex); in onTabCloseRequested()
276 _tabWidget->removeTab(tabIndex); in onTabCloseRequested()
281 _tabWidget->removeTab(tabIndex); in onTabCloseRequested()
286 _tabWidget->removeTab(tabIndex); in onTabCloseRequested()
293 _tabWidget->removeTab(tabIndex); in onTabCloseRequested()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dtabwidget.cpp100 bool TabWidget::removeTab(const std::string &tabName) { in removeTab() function in TabWidget
101 int index = mHeader->removeTab(tabName); in removeTab()
108 void TabWidget::removeTab(int index) { in removeTab() function in TabWidget
110 mHeader->removeTab(index); in removeTab()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/captureHandler/
H A DMultiCaptureHandler.cpp79 removeTab(index); in canClose()
99 void MultiCaptureHandler::removeTab(int currentTabIndex) in removeTab() function in MultiCaptureHandler
101 mImageAnnotator->removeTab(currentTabIndex); in removeTab()
187 removeTab(index); in tabCloseRequested()
321 removeTab(index); in deleteImageTab()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/tests/
H A Dktabwidgettest.cpp59 QPushButton *removeTab = new QPushButton("Remove Current Tab", grid); in Test() local
60 gridlayout->addWidget(removeTab, 0, 1); in Test()
61 connect(removeTab, SIGNAL(clicked()), SLOT(removeCurrentTab())); in Test()
155 mWidget->removeTab(mWidget->currentIndex()); in removeCurrentTab()
255 mWidget->removeTab(0); in rightPopupActivated()
260 mWidget->removeTab(count - 1); in rightPopupActivated()
369 mWidget->removeTab(mWidget->indexOf(w)); in mouseMiddleClick()
/dports/x11/qterminal/qterminal-1.0.0/src/
H A Dtabwidget.cpp58 connect(this, &TabWidget::tabCloseRequested, this, &TabWidget::removeTab); in TabWidget()
269 removeTab(index); in eventFilter()
313 removeTab(index); in removeFinished()
319 void TabWidget::removeTab(int index) in removeTab() function in TabWidget
326 QTabWidget::removeTab(index); in removeTab()
380 removeTab(currentIndex()); in removeCurrentTab()
432 QTabWidget::removeTab(index); in move()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/elements/
H A DTabControl.pkg27 void removeTab(unsigned int ID);
28 void removeTab(utf8string name);
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dtabwidget.cpp129 bool TabWidget::removeTab(const std::string &tabName) { in removeTab() function in TabWidget
130 int index = mHeader->removeTab(tabName); in removeTab()
137 void TabWidget::removeTab(int index) { in removeTab() function in TabWidget
139 mHeader->removeTab(index); in removeTab()
/dports/lang/spidermonkey78/firefox-78.9.0/remote/
H A DTabManager.jsm27 removeTab(tab) {
28 this.gBrowser.removeTab(tab);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/gui/
H A Dcall_window.hpp71 void removeTab(CallTab *tab);
77 void removeTab(size_t tabId);
H A Dcall_window.cpp107 void CallWindow::removeTab(CallTab *tab) in removeTab() function in cvv::gui::CallWindow
111 tabWidget->removeTab(index); in removeTab()
114 void CallWindow::removeTab(size_t tabId) in removeTab() function in cvv::gui::CallWindow
118 removeTab(tabMap[tabId]); in removeTab()
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/TableView/
H A Dclass.ilDclTableViewEditGUI.php116 $ilTabs->removeTab('edit');
117 $ilTabs->removeTab('history');
118 $ilTabs->removeTab('clipboard'); // Fixme
119 $ilTabs->removeTab('pg');
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/TableView/
H A Dclass.ilDclTableViewEditGUI.php110 $ilTabs->removeTab('edit');
111 $ilTabs->removeTab('history');
112 $ilTabs->removeTab('clipboard'); // Fixme
113 $ilTabs->removeTab('pg');
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dktabwidget.cpp67 void removeTab(int index);
109 void KTabWidget::Private::removeTab(int index) in removeTab() function in KTabWidget::Private
122 m_parent->QTabWidget::removeTab(index); in removeTab()
459 void KTabWidget::removeTab(int index) in removeTab() function in KTabWidget
464 d->removeTab(index); in removeTab()
467 d->removeTab(index); in removeTab()
/dports/www/firefox-esr/firefox-91.8.0/remote/shared/
H A DTabManager.jsm33 removeTab(tab) {
34 this.gBrowser.removeTab(tab);
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dtabwidget.h58 bool removeTab(const std::string &label); in NAMESPACE_BEGIN()
61 void removeTab(int index); in NAMESPACE_BEGIN()

12345678910>>...52