Searched refs:BTab (Results 1 – 17 of 17) sorted by relevance
50 BTab::BTab(BView* contentsView) in BTab() function in BTab61 BTab::BTab(BMessage* archive) in BTab() function in BTab78 BTab::~BTab() in ~BTab()91 BTab::Instantiate(BMessage* archive) in Instantiate()94 return new BTab(archive); in Instantiate()101 BTab::Archive(BMessage* data, bool deep) const in Archive()115 BTab::Perform(uint32 d, void* arg) in Perform()122 BTab::Label() const in Label()132 BTab::SetLabel(const char* label) in SetLabel()145 BTab::IsSelected() const in IsSelected()[all …]
15 class BTab::Private {17 Private(BTab* tab) in Private()27 BTab* fTab;
19 \brief Provides the BTab and BTabView classes.32 \sa BTab::DrawTab()44 \sa BTab::DrawTab()56 \sa BTab::DrawTab()68 \sa BTab::DrawTab()73 \class BTab83 \fn BTab::BTab(BView* contentsView)84 \brief Initializes a new BTab object as part of a \a tabView.86 The BTab is enabled, but not selected nor the current focus. \a contentsView95 \fn BTab::BTab(BMessage* archive)[all …]
22 class BTab : public BArchivable {24 BTab(BView* contentsView = NULL);25 virtual ~BTab();27 BTab(BMessage* archive);74 BTab& operator=(const BTab&);164 virtual void AddTab(BView* target, BTab* tab = NULL);165 virtual BTab* RemoveTab(int32 tabIndex);167 virtual BTab* TabAt(int32 index) const;186 int32 IndexOf(BTab* tab) const;
43 BTab* fSiteTab;44 BTab* fLoggingTab;45 BTab* fAdvancedTab;
42 fSiteTab = new BTab(); in PoorManPreferencesWindow()48 fLoggingTab = new BTab(); in PoorManPreferencesWindow()54 fAdvancedTab = new BTab(); in PoorManPreferencesWindow()
37 BTab* tab = new BTab(); in PrefletView()41 tab = new BTab(); in PrefletView()
50 virtual void AddTab(BView* target, BTab* tab = NULL);51 virtual BTab* RemoveTab(int32 index);
147 SmartTabView::AddTab(BView* target, BTab* tab) in AddTab()195 BTab*244 BTab* tab = BTabView::RemoveTab(index); in MoveTab()
1397 BTab* tab = new BTab; in _AddTab()
253 BTab *tab = new BTab(); in InitWindow()256 tab = new BTab(); in InitWindow()259 tab = new BTab(); in InitWindow()262 tab = new BTab(); in InitWindow()
58 BTab* tab = new BTab(view); in AddRawEditorTab()
34 class VolumeTab: public BTab {54 BTab(), in VolumeTab()105 BTab::DrawFocusMark(owner, frame); in DrawFocusMark()
73 class BatteryTab : public BTab {
217 BTab::Select(owner); in Select()
122 BTab *tab = fTabView->TabAt(fTabView->Selection()); in MessageReceived()
1001 BTab* fadeTab = TabAt(0); in MouseDown()1003 BTab* modulesTab = TabAt(1); in MouseDown()