Lines Matching defs:BTab

50 BTab::BTab(BView* contentsView)
61 BTab::BTab(BMessage* archive)
78 BTab::~BTab()
91 BTab::Instantiate(BMessage* archive)
93 if (validate_instantiation(archive, "BTab"))
94 return new BTab(archive);
101 BTab::Archive(BMessage* data, bool deep) const
115 BTab::Perform(uint32 d, void* arg)
122 BTab::Label() const
132 BTab::SetLabel(const char* label)
145 BTab::IsSelected() const
152 BTab::Select(BView* owner)
167 BTab::Deselect()
186 BTab::SetEnabled(bool enable)
193 BTab::IsEnabled() const
200 BTab::MakeFocus(bool focus)
207 BTab::IsFocus() const
214 BTab::SetView(BView* view)
233 BTab::View() const
240 BTab::DrawFocusMark(BView* owner, BRect frame)
277 BTab::DrawLabel(BView* owner, BRect frame)
319 BTab::DrawTab(BView* owner, BRect frame, tab_position, bool)
345 // #pragma mark - BTab private methods
349 BTab::_Borders(BView* owner, BRect frame)
382 void BTab::_ReservedTab1() {}
383 void BTab::_ReservedTab2() {}
384 void BTab::_ReservedTab3() {}
385 void BTab::_ReservedTab4() {}
386 void BTab::_ReservedTab5() {}
387 void BTab::_ReservedTab6() {}
388 void BTab::_ReservedTab7() {}
389 void BTab::_ReservedTab8() {}
390 void BTab::_ReservedTab9() {}
391 void BTab::_ReservedTab10() {}
392 void BTab::_ReservedTab11() {}
393 void BTab::_ReservedTab12() {}
395 BTab &BTab::operator=(const BTab &)
481 BTab* tab = dynamic_cast<BTab*>(archivedTab);
527 BTab* tab = TabAt(i);
556 BTab* tab;
804 BTab* tab = TabAt(Selection());
1195 BTabView::AddTab(BView* target, BTab* tab)
1198 tab = new BTab(target);
1206 BTab::Private(tab).SetTabView(this);
1215 BTab*
1221 BTab* tab = (BTab*)fTabList->RemoveItem(index);
1226 BTab::Private(tab).SetTabView(NULL);
1247 BTab*
1250 return (BTab*)fTabList->ItemAt(index);
1344 BTab* tab = TabAt(tabIndex);
1353 BTabView::IndexOf(BTab* tab) const