BTab
virtual void AddTab(BView* target, BTab* tab = NULL);
virtual BTab* RemoveTab(int32 tabIndex);
virtual BTab* TabAt(int32 index) const;
int32 IndexOf(BTab* tab) const;
class BTab : public BArchivable {
BTab(BView* contentsView = NULL);
virtual ~BTab();
BTab(BMessage* archive);
BTab& operator=(const BTab&);
class BTab::Private {
Private(BTab* tab)
BTab* fTab;
BTab *tab = new BTab();
tab = new BTab();
tab = new BTab();
tab = new BTab();
BTab* tab = new BTab(view);
BTab::DrawFocusMark(owner, frame);
class VolumeTab: public BTab {
BTab(),
fSiteTab = new BTab();
fLoggingTab = new BTab();
fAdvancedTab = new BTab();
BTab* fSiteTab;
BTab* fLoggingTab;
BTab* fAdvancedTab;
BTab::Select(owner);
class BatteryTab : public BTab {
BTab *tab = fTabView->TabAt(fTabView->Selection());
SmartTabView::AddTab(BView* target, BTab* tab)
BTab*
BTab* tab = BTabView::RemoveTab(index);
virtual void AddTab(BView* target, BTab* tab = NULL);
virtual BTab* RemoveTab(int32 index);
BTab* tab = new BTab;
BTab::Instantiate(BMessage* archive)
return new BTab(archive);
BTab::Archive(BMessage* data, bool deep) const
BTabView::AddTab(BView* target, BTab* tab)
tab = new BTab(target);
BTab::Private(tab).SetTabView(this);
BTab*
BTab* tab = (BTab*)fTabList->RemoveItem(index);
BTab::Private(tab).SetTabView(NULL);
BTab*
return (BTab*)fTabList->ItemAt(index);
BTab::Perform(uint32 d, void* arg)
BTab::Label() const
BTab* tab = TabAt(tabIndex);
BTabView::IndexOf(BTab* tab) const
BTab::SetLabel(const char* label)
BTab::IsSelected() const
BTab::Select(BView* owner)
BTab::Deselect()
BTab::SetEnabled(bool enable)
BTab::IsEnabled() const
BTab::MakeFocus(bool focus)
BTab::IsFocus() const
BTab::SetView(BView* view)
BTab::View() const
BTab::DrawFocusMark(BView* owner, BRect frame)
BTab::DrawLabel(BView* owner, BRect frame)
BTab::DrawTab(BView* owner, BRect frame, tab_position, bool)
BTab::_Borders(BView* owner, BRect frame)
void BTab::_ReservedTab1() {}
void BTab::_ReservedTab2() {}
void BTab::_ReservedTab3() {}
void BTab::_ReservedTab4() {}
void BTab::_ReservedTab5() {}
void BTab::_ReservedTab6() {}
void BTab::_ReservedTab7() {}
void BTab::_ReservedTab8() {}
void BTab::_ReservedTab9() {}
void BTab::_ReservedTab10() {}
void BTab::_ReservedTab11() {}
void BTab::_ReservedTab12() {}
BTab &BTab::operator=(const BTab &)
BTab* tab = dynamic_cast<BTab*>(archivedTab);
BTab* tab = TabAt(i);
BTab* tab;
BTab::BTab(BView* contentsView)
BTab::BTab(BMessage* archive)
BTab* tab = TabAt(Selection());
BTab::~BTab()
BTab* tab = new BTab();
tab = new BTab();
BTab* fadeTab = TabAt(0);
BTab* modulesTab = TabAt(1);