Searched refs:tabIndex (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DTabView.h24 virtual void Select(int32 tabIndex) argument
26 BTabView::Select(tabIndex);
29 message.AddInt32("tab index", tabIndex);
H A DUserLoginWindow.cpp298 int32 tabIndex; local
299 if (message->FindInt32("tab index", &tabIndex) == B_OK) {
300 switch (tabIndex) {
/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 DTabContainerView.h62 void SelectTab(int32 tabIndex);
65 void SetTabLabel(int32 tabIndex, const char* label);
H A DTabManager.cpp803 TabManager::ViewForTab(int32 tabIndex) const
805 BLayoutItem* item = fCardLayout->ItemAt(tabIndex);
833 TabManager::SelectTab(int32 tabIndex) argument
835 fCardLayout->SetVisibleItem(tabIndex);
836 fTabContainerView->SelectTab(tabIndex);
839 message.AddInt32("tab index", tabIndex);
847 int32 tabIndex = TabForView(containedView); local
848 if (tabIndex >= 0)
849 SelectTab(tabIndex);
861 TabManager::CloseTab(int32 tabIndex) argument
905 SetTabLabel(int32 tabIndex, const char* label) argument
911 TabLabel(int32 tabIndex) argument
[all...]
/haiku/src/apps/terminal/
H A DTitlePlaceholderMapper.h54 int32 tabIndex);
H A DTitlePlaceholderMapper.cpp121 const ActiveProcessInfo& processInfo, int32 tabIndex)
124 fTabIndex(tabIndex)
120 TabTitlePlaceholderMapper(const ShellInfo& shellInfo, const ActiveProcessInfo& processInfo, int32 tabIndex) argument
H A DSmartTabView.cpp90 int32 tabIndex = _ClickedTabIndex(point); local
98 fListener->TabDoubleClicked(this, point, tabIndex);
101 fListener->TabRightClicked(this, point, tabIndex);
105 fListener->TabMiddleClicked(this, point, tabIndex);
H A DTermWindow.cpp1410 int32 tabIndex = fTabView->CountTabs() - 1; local
1411 fTabView->Select(tabIndex);
1413 _UpdateSessionTitle(tabIndex);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp121 WinDecorator::RegionAt(BPoint where, int32& tabIndex) const
123 tabIndex = -1;
128 tabIndex = i;
133 Region region = Decorator::RegionAt(where, tabIndex);
157 BRegion* dirty, int32 tabIndex)
160 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
185 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex);
156 SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, int32 tabIndex) argument
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp421 int32 tabIndex = fWindow->PositionInStack();
425 tabIndex);
427 &dirty, tabIndex);
429 &dirty, tabIndex);
/haiku/headers/os/interface/
H A DTabView.h165 virtual BTab* RemoveTab(int32 tabIndex);
184 BView* ViewForTab(int32 tabIndex) const;
/haiku/src/servers/app/decorator/
H A DDecorator.cpp619 Decorator::RegionAt(BPoint where, int32& tabIndex) const
623 tabIndex = -1;
628 tabIndex = i;
632 tabIndex = i;
636 tabIndex = i;
885 Decorator::DrawTab(int32 tabIndex) argument
889 Decorator::Tab* tab = fTabList.ItemAt(tabIndex);
H A DTabDecorator.cpp179 BRegion* dirty, int32 tabIndex)
182 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
201 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex);
178 SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, int32 tabIndex) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1618 int32 tabIndex = fTabManager->TabForView(view); local
1619 if (tabIndex > 0 && strcmp(B_TRANSLATE("New tab"),
1620 fTabManager->TabLabel(tabIndex)) == 0)
1621 fTabManager->SetTabLabel(tabIndex, url);
1663 int32 tabIndex = fTabManager->TabForView(view); local
1664 if (tabIndex < 0)
1667 fTabManager->SetTabLabel(tabIndex, title);
2421 int32 tabIndex = fTabManager->TabForView(view); local
2422 if (tabIndex < 0) {
2426 fTabManager->SelectTab(tabIndex);
[all...]
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp138 BRegion* dirty, int32 tabIndex)
141 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
169 return Decorator::SetRegionHighlight(region, highlight, dirty, tabIndex);
137 SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, int32 tabIndex) argument
/haiku/src/kits/interface/
H A DTabView.cpp1342 BTabView::ViewForTab(int32 tabIndex) const
1344 BTab* tab = TabAt(tabIndex);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1793 this.canvas.tabIndex = 0;

Completed in 280 milliseconds