Home
last modified time | relevance | path

Searched refs:tabIndex (Results 1 – 19 of 19) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DTabView.h24 virtual void Select(int32 tabIndex) in Select() argument
26 BTabView::Select(tabIndex); in Select()
29 message.AddInt32("tab index", tabIndex); in Select()
H A DUserLoginWindow.cpp299 int32 tabIndex; in MessageReceived() local
300 if (message->FindInt32("tab index", &tabIndex) == B_OK) { in MessageReceived()
301 switch (tabIndex) { in MessageReceived()
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h46 BView* ViewForTab(int32 tabIndex) const;
50 void SelectTab(int32 tabIndex);
53 void CloseTab(int32 tabIndex);
60 void SetTabLabel(int32 tabIndex, const char* label);
H A DTabManager.cpp820 TabManager::ViewForTab(int32 tabIndex) const in ViewForTab()
822 BLayoutItem* item = fCardLayout->ItemAt(tabIndex); in ViewForTab()
850 TabManager::SelectTab(int32 tabIndex) in SelectTab() argument
852 fCardLayout->SetVisibleItem(tabIndex); in SelectTab()
853 fTabContainerView->SelectTab(tabIndex); in SelectTab()
856 message.AddInt32("tab index", tabIndex); in SelectTab()
864 int32 tabIndex = TabForView(containedView); in SelectTab() local
865 if (tabIndex >= 0) in SelectTab()
866 SelectTab(tabIndex); in SelectTab()
878 TabManager::CloseTab(int32 tabIndex) in CloseTab() argument
[all …]
H A DTabContainerView.h62 void SelectTab(int32 tabIndex);
65 void SetTabLabel(int32 tabIndex, const char* label);
/haiku/src/apps/terminal/
H A DTitlePlaceholderMapper.cpp121 const ActiveProcessInfo& processInfo, int32 tabIndex) in TabTitlePlaceholderMapper() argument
124 fTabIndex(tabIndex) in TabTitlePlaceholderMapper()
H A DSmartTabView.cpp90 int32 tabIndex = _ClickedTabIndex(point); in MouseDown() local
98 fListener->TabDoubleClicked(this, point, tabIndex); in MouseDown()
101 fListener->TabRightClicked(this, point, tabIndex); in MouseDown()
105 fListener->TabMiddleClicked(this, point, tabIndex); in MouseDown()
H A DTitlePlaceholderMapper.h54 int32 tabIndex);
H A DTermWindow.cpp1414 int32 tabIndex = fTabView->CountTabs() - 1; in _AddTab() local
1415 fTabView->Select(tabIndex); in _AddTab()
1417 _UpdateSessionTitle(tabIndex); in _AddTab()
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp121 WinDecorator::RegionAt(BPoint where, int32& tabIndex) const in RegionAt()
123 tabIndex = -1; in RegionAt()
128 tabIndex = i; in RegionAt()
133 Region region = Decorator::RegionAt(where, tabIndex); in RegionAt()
157 BRegion* dirty, int32 tabIndex) in SetRegionHighlight() argument
160 = static_cast<Decorator::Tab*>(_TabAt(tabIndex)); in SetRegionHighlight()
185 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex); in SetRegionHighlight()
/haiku/src/servers/app/decorator/
H A DDecorator.cpp623 Decorator::RegionAt(BPoint where, int32& tabIndex) const in RegionAt()
627 tabIndex = -1; in RegionAt()
632 tabIndex = i; in RegionAt()
636 tabIndex = i; in RegionAt()
640 tabIndex = i; in RegionAt()
889 Decorator::DrawTab(int32 tabIndex) in DrawTab() argument
893 Decorator::Tab* tab = fTabList.ItemAt(tabIndex); in DrawTab()
H A DTabDecorator.cpp179 BRegion* dirty, int32 tabIndex) in SetRegionHighlight() argument
182 = static_cast<Decorator::Tab*>(_TabAt(tabIndex)); in SetRegionHighlight()
201 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex); in SetRegionHighlight()
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp421 int32 tabIndex = fWindow->PositionInStack(); in HighlightTab() local
425 tabIndex); in HighlightTab()
427 &dirty, tabIndex); in HighlightTab()
429 &dirty, tabIndex); in HighlightTab()
/haiku/headers/os/interface/
H A DTabView.h165 virtual BTab* RemoveTab(int32 tabIndex);
184 BView* ViewForTab(int32 tabIndex) const;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1618 int32 tabIndex = fTabManager->TabForView(view); in LoadFinished() local
1619 if (tabIndex > 0 && strcmp(B_TRANSLATE("New tab"), in LoadFinished()
1620 fTabManager->TabLabel(tabIndex)) == 0) in LoadFinished()
1621 fTabManager->SetTabLabel(tabIndex, url); in LoadFinished()
1663 int32 tabIndex = fTabManager->TabForView(view); in TitleChanged() local
1664 if (tabIndex < 0) in TitleChanged()
1667 fTabManager->SetTabLabel(tabIndex, title); in TitleChanged()
2421 int32 tabIndex = fTabManager->TabForView(view); in _ShowPage() local
2422 if (tabIndex < 0) { in _ShowPage()
2426 fTabManager->SelectTab(tabIndex); in _ShowPage()
[all …]
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp138 BRegion* dirty, int32 tabIndex) in SetRegionHighlight() argument
141 = static_cast<Decorator::Tab*>(_TabAt(tabIndex)); in SetRegionHighlight()
169 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex); in SetRegionHighlight()
/haiku/src/kits/interface/
H A DTabView.cpp1342 BTabView::ViewForTab(int32 tabIndex) const in ViewForTab()
1344 BTab* tab = TabAt(tabIndex); in ViewForTab()
/haiku/docs/user/interface/
H A DTabView.dox744 \fn BView* BTabView::ViewForTab(int32 tabIndex) const
745 \brief Returns the BView of the tab at the specified \a tabIndex.
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1793 this.canvas.tabIndex = 0;