/haiku/src/apps/haikudepot/ui/ |
H A D | TabView.h | 24 virtual void Select(int32 tabIndex) in Select() argument 26 BTabView::Select(tabIndex); in Select() 29 message.AddInt32("tab index", tabIndex); in Select()
|
H A D | UserLoginWindow.cpp | 299 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 D | TabManager.h | 46 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 D | TabManager.cpp | 820 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 D | TabContainerView.h | 62 void SelectTab(int32 tabIndex); 65 void SetTabLabel(int32 tabIndex, const char* label);
|
/haiku/src/apps/terminal/ |
H A D | TitlePlaceholderMapper.cpp | 121 const ActiveProcessInfo& processInfo, int32 tabIndex) in TabTitlePlaceholderMapper() argument 124 fTabIndex(tabIndex) in TabTitlePlaceholderMapper()
|
H A D | SmartTabView.cpp | 90 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 D | TitlePlaceholderMapper.h | 54 int32 tabIndex);
|
H A D | TermWindow.cpp | 1414 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 D | WinDecorator.cpp | 121 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 D | Decorator.cpp | 623 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 D | TabDecorator.cpp | 179 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 D | SATWindow.cpp | 421 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 D | TabView.h | 165 virtual BTab* RemoveTab(int32 tabIndex); 184 BView* ViewForTab(int32 tabIndex) const;
|
/haiku/src/apps/webpositive/ |
H A D | BrowserWindow.cpp | 1618 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 D | MacDecorator.cpp | 138 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 D | TabView.cpp | 1342 BTabView::ViewForTab(int32 tabIndex) const in ViewForTab() 1344 BTab* tab = TabAt(tabIndex); in ViewForTab()
|
/haiku/docs/user/interface/ |
H A D | TabView.dox | 744 \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 D | HaikuRemoteDesktop.js | 1793 this.canvas.tabIndex = 0;
|