Searched refs:tab (Results 1 - 25 of 78) sorted by last modified time

1234

/haiku/src/apps/terminal/
H A DTermWindow.cpp259 // init the GUI and add a tab
321 fTabView = new SmartTabView(textFrame, "tab view", B_WIDTH_FROM_LABEL);
325 // Make the scroll view one pixel wider than the tab view container view, so
381 "If you close the tab, the process will be killed.");
507 .AddItem(B_TRANSLATE("New tab"), kNewTab, 'T')
514 .AddItem(B_TRANSLATE("Close active tab"), kCloseView, 'W')
746 // Set our current working directory to that of the active tab, so
1054 // tab title changed message from SetTitleDialog
1393 BTab* tab = new BTab; local
1394 fTabView->AddTab(scrollView, tab);
[all...]
H A DSmartTabView.cpp11 /*! The SmartTabView class is a BTabView descendant that hides the tab bar
12 as long as there is only a single tab.
13 Furthermore, it provides a tab context menu, as well as allowing you to
48 // Resize the container view to fill the complete tab view for single-tab
49 // mode. Later, when more than one tab is added, we shrink the container
147 SmartTabView::AddTab(BView* target, BTab* tab) argument
152 BTabView::AddTab(target, tab);
155 // Call select on the tab, since
199 // Hide the tab ba
244 BTab* tab = BTabView::RemoveTab(index); local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c9286 int i, tab, txmcs; local
9298 tab = IWM_RATE_MCS_VHT_MSK;
9299 tab |= txmcs & IWM_RATE_VHT_MCS_RATE_CODE_MSK;
9300 tab |= ((ni->ni_vht_ss - 1) <<
9304 tab |= IWM_RATE_MCS_ANT_AB_MSK;
9306 tab |= iwm_valid_siso_ant_rate_mask(sc);
9317 tab |= IWM_RATE_MCS_CHAN_WIDTH_80;
9322 tab |= IWM_RATE_MCS_CHAN_WIDTH_40;
9325 tab &= ~IWM_RATE_VHT_MCS_RATE_CODE_MSK;
9326 tab |
9371 int i, ridx, ridx_min, ridx_max, j, mimo, tab = 0; local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1661 main_window_tab_to_package_list_view_mode(int32 tab) argument
1663 if (tab == TAB_PROMINENT_PACKAGES)
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp362 BatteryTab* tab = new BatteryTab(batteryInfoView, view); local
363 fBatteryTabView->AddTab(batteryInfoView, tab);
/haiku/src/servers/app/
H A DWindow.cpp662 // set the correct focus and top layer tab
2219 int tab = decorator->TabAt(where); local
2221 Window* window = fCurrentStack->WindowAt(tab);
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c72 if (tab == NULL) { \
81 endch = tab[endch]; \
82 tr = tab; \
91 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
103 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
/haiku/src/kits/interface/
H A DTabView.cpp481 BTab* tab = dynamic_cast<BTab*>(archivedTab); local
487 AddTab(dynamic_cast<BView*>(archivedView), tab); local
527 BTab* tab = TabAt(i); local
529 if ((result = archiver.AddArchivable("_l_items", tab, deep))
533 result = archiver.AddArchivable("_view_list", tab->View(), deep);
556 BTab* tab; local
557 err = unarchiver.FindObject("_l_items", i, tab);
558 if (err == B_OK && tab) {
564 tab->SetView(view);
565 fTabList->AddItem(tab);
804 BTab* tab = TabAt(Selection()); local
866 SetFocusTab(int32 tab, bool focus) argument
1195 AddTab(BView* target, BTab* tab) argument
1344 BTab* tab = TabAt(tabIndex); local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1155 .Add(fTabView = new BTabView("tab view"))
1188 // add threads tab
1197 // add images tab
1206 // add breakpoints tab
1217 // add local variables tab
1218 BView* tab = fVariablesView = VariablesView::Create(this, manager); local
1219 fLocalsTabView->AddTab(tab);
1221 // add registers tab
1222 tab = fRegistersView = RegistersView::Create(fTeam->GetArchitecture());
1223 fLocalsTabView->AddTab(tab);
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp110 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
113 if (tab && tab->buttonFocus) {
138 if (tab && tab->buttonFocus) {
153 if (tab && tab->buttonFocus) {
232 // grey along the bottom of the tab
301 // grey along the bottom of the tab
326 // grey along the right side of the tab
489 _DrawTab(Decorator::Tab* tab, BRect invalid) argument
578 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
632 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
678 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
741 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
847 _GetComponentColors(Component component, ComponentColors _colors, Decorator::Tab* tab) argument
[all...]
H A DTabDecorator.cpp94 Updates all areas which intersect the frame and tab.
134 TabDecorator::RegionAt(BPoint where, int32& tab) const
136 // Let the base class version identify hits of the buttons and the tab.
137 Region region = Decorator::RegionAt(where, tab);
181 Decorator::Tab* tab local
183 if (tab != NULL) {
184 tab->isHighlighted = highlight != 0;
190 memset(&tab->closeBitmaps, 0, sizeof(tab->closeBitmaps));
194 memset(&tab
310 Decorator::Tab* tab = fTabList.ItemAt(i); local
359 Decorator::Tab* tab = _TabAt(i); local
445 Decorator::Tab* tab = fTabList.ItemAt(i); local
469 Decorator::Tab* tab = fTabList.ItemAt(i); local
494 Decorator::Tab* tab = fTabList.ItemAt(i); local
519 Decorator::Tab* tab = fTabList.ItemAt(i); local
542 _SetTitle(Decorator::Tab* tab, const char* string, BRegion* updateRegion) argument
573 Decorator::Tab* tab = fTabList.ItemAt(i); local
695 Decorator::Tab* tab = _TabAt(0); local
748 _SetFocus(Decorator::Tab* tab) argument
781 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
935 _DrawButtons(Decorator::Tab* tab, const BRect& invalid) argument
989 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
1085 Decorator::Tab* tab = _TabAt(0); local
[all...]
H A DTabDecorator.h70 virtual Region RegionAt(BPoint where, int32& tab) const;
74 int32 tab = -1);
86 virtual void _DrawTab(Decorator::Tab* tab, BRect r) = 0;
88 virtual void _DrawButtons(Decorator::Tab* tab,
90 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
92 virtual void _DrawTitle(Decorator::Tab* tab, BRect r) = 0;
93 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
96 virtual void _SetTitle(Decorator::Tab* tab,
103 virtual void _SetFocus(Decorator::Tab* tab);
104 virtual bool _SetTabLocation(Decorator::Tab* tab,
[all...]
H A DDefaultDecorator.h36 Decorator::Tab* tab = NULL);
43 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
44 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
45 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
47 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
49 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
60 ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
66 Decorator::Tab* tab = NULL);
H A DDefaultWindowBehaviour.cpp143 // or resize the window. At the moment this affects also tab sliding,
167 // item being changed (border during resizing, tab during
510 int32 tab, Decorator::Region button)
513 fTab(tab),
540 int32 tab; local
544 if (fBehavior._RegionFor(message, tab) == fButton)
550 if (fBehavior._RegionFor(message, tab) == fButton)
556 if (fBehavior._RegionFor(message, tab) == fButton)
589 int32 tab; local
591 ? fBehavior._RegionFor(message, tab)
509 DecoratorButtonState(DefaultWindowBehaviour& behavior, int32 tab, Decorator::Region button) argument
779 int32 tab = -1; local
[all...]
H A DDecorator.h124 void SetTopTab(int32 tab);
137 void SetLook(int32 tab, DesktopSettings& settings,
140 void SetFlags(int32 tab, uint32 flags,
143 window_look Look(int32 tab) const;
144 uint32 Flags(int32 tab) const;
148 BRect TabRect(int32 tab) const;
149 BRect TabRect(Decorator::Tab* tab) const;
151 void SetClose(int32 tab, bool pressed);
152 void SetMinimize(int32 tab, bool pressed);
153 void SetZoom(int32 tab, boo
[all...]
H A DDecorator.cpp127 Decorator::Tab* tab = _AllocateNewTab(); local
128 if (tab == NULL)
130 tab->title = title;
131 tab->look = look;
132 tab->flags = flags;
136 if (fTabList.AddItem(tab, index) == true)
138 } else if (fTabList.AddItem(tab) == true)
142 delete tab;
147 fTopTab = tab;
149 fTabList.RemoveItem(tab);
165 Decorator::Tab* tab = fTabList.RemoveItemAt(index); local
199 Decorator::Tab* tab = fTabList.ItemAt(i); local
209 SetTopTab(int32 tab) argument
242 SetFlags(int32 tab, uint32 flags, BRegion* updateRegion) argument
295 SetLook(int32 tab, DesktopSettings& settings, window_look look, BRegion* updateRect) argument
382 SetClose(int32 tab, bool pressed) argument
405 SetMinimize(int32 tab, bool pressed) argument
427 SetZoom(int32 tab, bool pressed) argument
446 SetTitle(int32 tab, const char* string, BRegion* updateRegion) argument
502 SetTabLocation(int32 tab, float location, bool isShifting, BRegion* updateRegion) argument
527 SetFocus(int32 tab, bool active) argument
626 Decorator::Tab* tab = fTabList.ItemAt(i); local
803 SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, int32 tab) argument
853 Decorator::Tab* tab = _TabAt(i); local
889 Decorator::Tab* tab = fTabList.ItemAt(tabIndex); local
903 DrawTitle(int32 tab) argument
916 DrawClose(int32 tab) argument
930 DrawMinimize(int32 tab) argument
944 DrawZoom(int32 tab) argument
990 Decorator::Tab* tab = new(std::nothrow) Decorator::Tab; local
1006 Decorator::Tab* tab = fTabList.ItemAt(i); local
1021 _SetFocus(Decorator::Tab* tab) argument
1027 _SetTabLocation(Decorator::Tab* tab, float location, bool isShifting, BRegion* ) argument
1061 _SetLook(Decorator::Tab* tab, DesktopSettings& settings, window_look look, BRegion* updateRegion) argument
1083 _SetFlags(Decorator::Tab* tab, uint32 flags, BRegion* updateRegion) argument
1105 Decorator::Tab* tab = fTabList.ItemAt(i); local
1222 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_TabAt(i)); local
[all...]
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp135 SetToolTip("New tab (Cmd-T)");
259 BPopUpMenu* tabMenu = new BPopUpMenu("tab menu", true, false);
262 TabView* tab = fTabContainerView->TabAt(i); local
263 if (tab != NULL) {
265 BMenuItem(tab->Label(), NULL);
542 // Immediately close tab
839 message.AddInt32("tab index", tabIndex);
864 message.AddInt32("tab index", tabIndex);
881 // removing the tab will preliminary mess with the selected tab
913 TabView* tab = fTabContainerView->TabAt(tabIndex); local
923 WebTabView* tab = dynamic_cast<WebTabView*>(fTabContainerView->TabAt( local
[all...]
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp251 Decorator::Tab* tab = parentWindow->Decorator()->TabAt( local
253 if (tab == NULL)
255 if (tab->tabRect.Contains(mousePosition)) {
H A DSATGroup.cpp682 Tab::AddCrossing(Tab* tab) argument
684 if (tab->Orientation() == fOrientation)
687 Tab* vTab = (fOrientation == kVertical) ? this : tab;
688 Tab* hTab = (fOrientation == kHorizontal) ? this : tab;
697 if (!tab->fCrossingList.AddItem(crossing)) {
722 Tab::FindCrossingIndex(Tab* tab) argument
726 if (fCrossingList.ItemAt(i)->HorizontalTab() == tab)
731 if (fCrossingList.ItemAt(i)->VerticalTab() == tab)
760 Tab::FindCrossing(Tab* tab) argument
762 return fCrossingList.ItemAt(FindCrossingIndex(tab));
1021 BReference<Tab> tab = group->_AddHorizontalTab(); local
1028 BReference<Tab> tab = group->_AddVerticalTab(); local
1154 _RemoveHorizontalTab(Tab* tab) argument
1165 _RemoveVerticalTab(Tab* tab) argument
1236 Tab* tab = parent->LeftTopCrossing()->VerticalTab(); local
1262 Tab* tab = parent->LeftTopCrossing()->HorizontalTab(); local
1288 Tab* tab = parent->RightTopCrossing()->VerticalTab(); local
1315 Tab* tab = parent->LeftBottomCrossing()->HorizontalTab(); local
[all...]
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp253 BTab *tab = new BTab(); local
254 tabView->AddTab(IRQScrollView, tab);
255 tab->SetLabel(B_TRANSLATE("IRQ"));
256 tab = new BTab();
257 tabView->AddTab(DMAScrollView, tab);
258 tab->SetLabel(B_TRANSLATE("DMA"));
259 tab = new BTab();
260 tabView->AddTab(IORangeScrollView, tab);
261 tab->SetLabel(B_TRANSLATE("IO Range"));
262 tab
[all...]
/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c73 strlong_search( char* str, struct strlong* tab, int n, long* lP ) argument
82 r = strcmp( str, tab[i].s );
89 *lP = tab[i].l;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp128 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
142 else if (tab && tab->buttonFocus) {
167 if (tab && tab->buttonFocus) {
177 if (tab && tab->buttonFocus) {
194 if (tab && tab->buttonFocus) {
212 if (tab
535 _DrawTab(Decorator::Tab* tab, BRect invalid) argument
644 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
698 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
744 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
810 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
925 _GetComponentColors(Component component, ComponentColors _colors, Decorator::Tab* tab) argument
[all...]
H A DFlatDecorator.h43 Decorator::Tab* tab = NULL);
50 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
51 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
52 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
54 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
56 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
65 ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
71 Decorator::Tab* tab = NULL);
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y172 struct tab {
180 struct tab cmdtab[] = { /* In order defined in RFC 765 */
236 struct tab sitetab[] = {
248 static void help(struct tab *, char *);
249 static struct tab *
250 lookup(struct tab *, char *);
1184 static struct tab *
1185 lookup(struct tab *p, char *cmd)
1309 struct tab *p;
1550 help(struct tab *cta
[all...]
/haiku/src/libs/alm/
H A DALMLayout.cpp72 bool AttempAdd(T* tab) argument
74 if (fLayout->_HasTabInLayout(tab))
76 if (!fLayout->_AddedTab(tab))
78 fTab = tab;
82 if (!tabList->AddItem(tab, index))
234 // the Left tab is always at x-position 0, and the Top tab is always at
328 * Adds a new x-tab to the specification.
330 * @return the new x-tab
335 BReference<XTab> tab(ne
458 IndexOf(XTab* tab, bool ordered) argument
470 IndexOf(YTab* tab, bool ordered) argument
1203 XTab* tab; local
1216 YTab* tab; local
1451 _RemoveSelfFromTab(XTab* tab) argument
1452 _RemoveSelfFromTab(YTab* tab) argument
1454 _HasTabInLayout(XTab* tab) argument
1455 _HasTabInLayout(YTab* tab) argument
1457 _AddedTab(XTab* tab) argument
1458 _AddedTab(YTab* tab) argument
[all...]

Completed in 184 milliseconds

1234