Symbol: BTab
headers/os/interface/TabView.h
169
virtual void AddTab(BView* target, BTab* tab = NULL);
headers/os/interface/TabView.h
170
virtual BTab* RemoveTab(int32 tabIndex);
headers/os/interface/TabView.h
172
virtual BTab* TabAt(int32 index) const;
headers/os/interface/TabView.h
191
int32 IndexOf(BTab* tab) const;
headers/os/interface/TabView.h
22
class BTab : public BArchivable {
headers/os/interface/TabView.h
24
BTab(BView* contentsView = NULL);
headers/os/interface/TabView.h
25
virtual ~BTab();
headers/os/interface/TabView.h
27
BTab(BMessage* archive);
headers/os/interface/TabView.h
74
BTab& operator=(const BTab&);
headers/private/interface/TabViewPrivate.h
15
class BTab::Private {
headers/private/interface/TabViewPrivate.h
17
Private(BTab* tab)
headers/private/interface/TabViewPrivate.h
27
BTab* fTab;
src/apps/devices/ResourceUsageWindow.cpp
253
BTab *tab = new BTab();
src/apps/devices/ResourceUsageWindow.cpp
256
tab = new BTab();
src/apps/devices/ResourceUsageWindow.cpp
259
tab = new BTab();
src/apps/devices/ResourceUsageWindow.cpp
262
tab = new BTab();
src/apps/diskprobe/AttributeWindow.cpp
58
BTab* tab = new BTab(view);
src/apps/diskusage/ControlsView.cpp
105
BTab::DrawFocusMark(owner, frame);
src/apps/diskusage/ControlsView.cpp
34
class VolumeTab: public BTab {
src/apps/diskusage/ControlsView.cpp
54
BTab(),
src/apps/poorman/PoorManPreferencesWindow.cpp
46
fSiteTab = new BTab();
src/apps/poorman/PoorManPreferencesWindow.cpp
52
fLoggingTab = new BTab();
src/apps/poorman/PoorManPreferencesWindow.cpp
58
fAdvancedTab = new BTab();
src/apps/poorman/PoorManPreferencesWindow.h
43
BTab* fSiteTab;
src/apps/poorman/PoorManPreferencesWindow.h
44
BTab* fLoggingTab;
src/apps/poorman/PoorManPreferencesWindow.h
45
BTab* fAdvancedTab;
src/apps/powerstatus/ExtendedInfoWindow.cpp
217
BTab::Select(owner);
src/apps/powerstatus/ExtendedInfoWindow.h
73
class BatteryTab : public BTab {
src/apps/pulse/PrefsWindow.cpp
122
BTab *tab = fTabView->TabAt(fTabView->Selection());
src/apps/terminal/SmartTabView.cpp
147
SmartTabView::AddTab(BView* target, BTab* tab)
src/apps/terminal/SmartTabView.cpp
195
BTab*
src/apps/terminal/SmartTabView.cpp
244
BTab* tab = BTabView::RemoveTab(index);
src/apps/terminal/SmartTabView.h
50
virtual void AddTab(BView* target, BTab* tab = NULL);
src/apps/terminal/SmartTabView.h
51
virtual BTab* RemoveTab(int32 index);
src/apps/terminal/TermWindow.cpp
1414
BTab* tab = new BTab;
src/kits/interface/TabView.cpp
105
BTab::Instantiate(BMessage* archive)
src/kits/interface/TabView.cpp
108
return new BTab(archive);
src/kits/interface/TabView.cpp
115
BTab::Archive(BMessage* data, bool deep) const
src/kits/interface/TabView.cpp
1218
BTabView::AddTab(BView* target, BTab* tab)
src/kits/interface/TabView.cpp
1221
tab = new BTab(target);
src/kits/interface/TabView.cpp
1229
BTab::Private(tab).SetTabView(this);
src/kits/interface/TabView.cpp
1238
BTab*
src/kits/interface/TabView.cpp
1244
BTab* tab = (BTab*)fTabList->RemoveItem(index);
src/kits/interface/TabView.cpp
1249
BTab::Private(tab).SetTabView(NULL);
src/kits/interface/TabView.cpp
1270
BTab*
src/kits/interface/TabView.cpp
1273
return (BTab*)fTabList->ItemAt(index);
src/kits/interface/TabView.cpp
129
BTab::Perform(uint32 d, void* arg)
src/kits/interface/TabView.cpp
136
BTab::Label() const
src/kits/interface/TabView.cpp
1367
BTab* tab = TabAt(tabIndex);
src/kits/interface/TabView.cpp
1376
BTabView::IndexOf(BTab* tab) const
src/kits/interface/TabView.cpp
153
BTab::SetLabel(const char* label)
src/kits/interface/TabView.cpp
170
BTab::IsSelected() const
src/kits/interface/TabView.cpp
177
BTab::Select(BView* owner)
src/kits/interface/TabView.cpp
192
BTab::Deselect()
src/kits/interface/TabView.cpp
206
BTab::SetEnabled(bool enable)
src/kits/interface/TabView.cpp
213
BTab::IsEnabled() const
src/kits/interface/TabView.cpp
220
BTab::MakeFocus(bool focus)
src/kits/interface/TabView.cpp
227
BTab::IsFocus() const
src/kits/interface/TabView.cpp
234
BTab::SetView(BView* view)
src/kits/interface/TabView.cpp
254
BTab::View() const
src/kits/interface/TabView.cpp
261
BTab::DrawFocusMark(BView* owner, BRect frame)
src/kits/interface/TabView.cpp
298
BTab::DrawLabel(BView* owner, BRect frame)
src/kits/interface/TabView.cpp
342
BTab::DrawTab(BView* owner, BRect frame, tab_position, bool)
src/kits/interface/TabView.cpp
372
BTab::_Borders(BView* owner, BRect frame)
src/kits/interface/TabView.cpp
405
void BTab::_ReservedTab1() {}
src/kits/interface/TabView.cpp
406
void BTab::_ReservedTab2() {}
src/kits/interface/TabView.cpp
407
void BTab::_ReservedTab3() {}
src/kits/interface/TabView.cpp
408
void BTab::_ReservedTab4() {}
src/kits/interface/TabView.cpp
409
void BTab::_ReservedTab5() {}
src/kits/interface/TabView.cpp
410
void BTab::_ReservedTab6() {}
src/kits/interface/TabView.cpp
411
void BTab::_ReservedTab7() {}
src/kits/interface/TabView.cpp
412
void BTab::_ReservedTab8() {}
src/kits/interface/TabView.cpp
413
void BTab::_ReservedTab9() {}
src/kits/interface/TabView.cpp
414
void BTab::_ReservedTab10() {}
src/kits/interface/TabView.cpp
415
void BTab::_ReservedTab11() {}
src/kits/interface/TabView.cpp
416
void BTab::_ReservedTab12() {}
src/kits/interface/TabView.cpp
418
BTab &BTab::operator=(const BTab &)
src/kits/interface/TabView.cpp
504
BTab* tab = dynamic_cast<BTab*>(archivedTab);
src/kits/interface/TabView.cpp
550
BTab* tab = TabAt(i);
src/kits/interface/TabView.cpp
579
BTab* tab;
src/kits/interface/TabView.cpp
61
BTab::BTab(BView* contentsView)
src/kits/interface/TabView.cpp
74
BTab::BTab(BMessage* archive)
src/kits/interface/TabView.cpp
827
BTab* tab = TabAt(Selection());
src/kits/interface/TabView.cpp
92
BTab::~BTab()
src/preferences/notifications/PrefletView.cpp
37
BTab* tab = new BTab();
src/preferences/notifications/PrefletView.cpp
41
tab = new BTab();
src/preferences/screensaver/ScreenSaverWindow.cpp
1001
BTab* fadeTab = TabAt(0);
src/preferences/screensaver/ScreenSaverWindow.cpp
1003
BTab* modulesTab = TabAt(1);