Home
last modified time | relevance | path

Searched refs:selectTab (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/ui/
H A DConsoleTabPanel.java106 selectTab(0); in ConsoleTabPanel()
122 selectTab(0); in ConsoleTabPanel()
137 selectTab(0); in ConsoleTabPanel()
152 selectTab(0); in ConsoleTabPanel()
167 selectTab(0); in ConsoleTabPanel()
182 selectTab(0); in ConsoleTabPanel()
197 selectTab(0); in ConsoleTabPanel()
213 selectTab(0); in ConsoleTabPanel()
228 selectTab(0); in ConsoleTabPanel()
243 selectTab(0); in ConsoleTabPanel()
[all …]
H A DWorkbenchTabPanel.java217 tabPanel_.selectTab(widget); in add()
237 selectTab(index); in selectTabRelative()
240 public void selectTab(int tabIndex) in selectTab() method in WorkbenchTabPanel
261 tabPanel_.selectTab(safeIndex); in selectTab()
266 public void selectTab(WorkbenchTab pane) in selectTab() method in WorkbenchTabPanel
270 selectTab(index); in selectTab()
279 selectTab(i); in selectTab()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dktabbar.cpp58 int tab = selectTab(event->pos()); in mouseDoubleClickEvent()
74 int tab = selectTab(event->pos()); in mousePressEvent()
89 int tab = selectTab(event->pos()); in mouseMoveEvent()
111 int tab = selectTab(mapFromGlobal(QCursor::pos())); in activateDragSwitchTab()
121 int tab = selectTab(event->pos()); in dragEnterEvent()
141 int tab = selectTab(event->pos()); in dragMoveEvent()
161 int tab = selectTab(event->pos()); in dropEvent()
208 int KTabBar::selectTab(const QPoint &pos) const in selectTab() function in KTabBar
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dktabbar.cpp81 int tab = selectTab(event->pos()); in mouseDoubleClickEvent()
100 int tab = selectTab(event->pos()); in mousePressEvent()
115 int tab = selectTab(event->pos()); in mouseMoveEvent()
137 int tab = selectTab(event->pos()); in mouseMoveEvent()
145 int tab = selectTab(event->pos()); in mouseMoveEvent()
190 int tab = selectTab(mapFromGlobal(QCursor::pos())); in activateDragSwitchTab()
214 int tab = selectTab(event->pos()); in mouseReleaseEvent()
245 int tab = selectTab(event->pos()); in dragEnterEvent()
265 int tab = selectTab(event->pos()); in dragMoveEvent()
285 int tab = selectTab(event->pos()); in dropEvent()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DSettingsDialog.cpp123 this->selectTab(this->lastSelectedByUser_, false); in filterElements()
131 this->selectTab(tab, false); in filterElements()
195 this->selectTab(tab); in addTab()
199 void SettingsDialog::selectTab(SettingsDialogTab *tab, bool byUser) in selectTab() function in chatterino::SettingsDialog
229 void SettingsDialog::selectTab(SettingsTabId id) in selectTab() function in chatterino::SettingsDialog
236 this->selectTab(t); in selectTab()
261 instance->selectTab(SettingsTabId::Accounts); in showDialog()
267 instance->selectTab(tab); in showDialog()
H A DSettingsDialog.hpp57 void selectTab(SettingsDialogTab *tab, const bool byUser = true);
58 void selectTab(SettingsTabId id);
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/components/
H A DFlowView.jsx9 import { selectTab } from '../ducks/ui/flow'
13 function FlowView({ flow, tabName, selectTab }) { argument
36 onSelectTab={selectTab} field in FlowView.onSelectTab
49 selectTab,
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/demo/
H A Doxygentabdemowidget.cpp155 simulator().selectTab( ui.tabWidget, 1 ); in benchmark()
156 simulator().selectTab( ui.tabWidget, 2 ); in benchmark()
157 simulator().selectTab( ui.tabWidget, 3 ); in benchmark()
158 simulator().selectTab( ui.tabWidget, 0 ); in benchmark()
H A Doxygensimulator.h64 void selectTab( QTabWidget*, int, int = -1 );
67 void selectTab( QTabBar*, int, int = -1 );
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DClassicProductionLogic.cs35 Action<bool> selectTab = reverse => in SetupProductionGroupButton()
47 button.OnMouseUp = mi => selectTab(mi.Modifiers.HasModifier(Modifiers.Shift)); in SetupProductionGroupButton()
48 button.OnKeyPress = e => selectTab(e.Modifiers.HasModifier(Modifiers.Shift)); in SetupProductionGroupButton()
49 button.OnClick = () => selectTab(false); in SetupProductionGroupButton()
H A DProductionTabsLogic.cs28 Action<bool> selectTab = reverse => in SetupProductionGroupButton()
39 button.OnMouseUp = mi => selectTab(mi.Modifiers.HasModifier(Modifiers.Shift)); in SetupProductionGroupButton()
40 button.OnKeyPress = e => selectTab(e.Modifiers.HasModifier(Modifiers.Shift)); in SetupProductionGroupButton()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/dialogs/
H A DZLQtOptionsDialog.cpp53 connect(myMenu, SIGNAL(activated(int)), this, SLOT(selectTab(int))); in ZLQtOptionsDialog()
96 void ZLQtOptionsDialog::selectTab(const ZLResourceKey &key) { in selectTab() function in ZLQtOptionsDialog
105 void ZLQtOptionsDialog::selectTab(int i) { in selectTab() function in ZLQtOptionsDialog
H A DZLQtOptionsDialog.h44 void selectTab(const ZLResourceKey &key);
49 void selectTab(int i);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/projects/pipelines/charts/components/
H A Dapp.vue51 this.selectTab();
52 window.addEventListener('popstate', this.selectTab);
55 selectTab() {
/dports/lang/spidermonkey78/firefox-78.9.0/remote/
H A DTabManager.jsm22 this.selectTab(tab);
31 selectTab(tab) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourcePane.java132 tabPanel_.selectTab(widget, true /* focus newly added tab */); in addTab()
148 public void selectTab(int tabIndex) in selectTab() method in SourcePane
150 tabPanel_.selectTab(tabIndex); in selectTab()
154 public void selectTab(Widget child) in selectTab() method in SourcePane
156 tabPanel_.selectTab(child); in selectTab()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/override/tablist/
H A DOverrideTestsSection.java71 public void selectTab(int index) { in selectTab() method in OverrideTestsSection
73 contentsManager.selectTab(index); in selectTab()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DCommands.hs127 selectTab Library
130 selectTab Playlist
133 selectTab SearchResult
136 selectTab Browser
/dports/www/firefox-esr/firefox-91.8.0/remote/shared/
H A DTabManager.jsm28 this.selectTab(tab);
37 selectTab(tab) {
/dports/mail/thunderbird/thunderbird-91.8.0/remote/shared/
H A DTabManager.jsm28 this.selectTab(tab);
37 selectTab(tab) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/home/filter/
H A DFilterCoordinator.java66 selectTab(TabType.FILES); in FilterCoordinator()
119 private void selectTab(@TabType int selectedTab) { in selectTab() method in FilterCoordinator
130 selectTab(selectedTab); in handleTabSelected()
/dports/security/fwbuilder/fwbuilder-5.3.7/doc/
H A DREADME_animated_tutorial46 selectTab objectName1 [objectName2 [... objectNameN]] itemIndex
55 selectTab - выбрать вкладку QTabWidget при помощи мыши
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/controls/
H A DIndicatorConfigUiManager.qml77 tabBar.selectTab(latteView.indicator.type);
85 tabBar.selectTab(latteView.indicator.type);
95 tabBar.selectTab(latteView.indicator.type);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dmain_window.cpp242 m_tabsBar->selectTab(selectedTab); in showHomeOnOpen()
244 m_tabsBar->selectTab(m_homeView); in showHomeOnOpen()
253 m_tabsBar->selectTab(m_homeView); in showHome()
270 m_tabsBar->selectTab(m_browserView); in showBrowser()
282 m_tabsBar->selectTab(m_devConsoleView); in showDevConsole()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DTabs.java258 public synchronized Tab selectTab(int id) {
292 selectTab(mOrder.get(mOrder.size() - 1).getId());
399 selectTab(nextTab.getId());
509 selectTab(id);
526 selectTab(tab.getId());
909 selectTab(tabToSelect.getId());
949 selectTab(tabToSelect.getId());
984 selectTab(tab.getId());

123456789