Searched refs:PrefletView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/notifications/
H A DPrefletView.h19 class PrefletView : public BTabView { class in inherits:BTabView
21 PrefletView(SettingsHost* host);
H A DPrefletView.cpp20 #include "PrefletView.h"
25 #define B_TRANSLATION_CONTEXT "PrefletView"
28 PrefletView::PrefletView(SettingsHost* host) function in class:PrefletView
48 PrefletView::CurrentPage()
55 PrefletView::PageAt(int32 index)
62 PrefletView::Select(int32 index)
H A DPrefletWin.h19 class PrefletView;
38 PrefletView* fMainView;
H A DPrefletWin.cpp25 #include "PrefletView.h"
42 fMainView = new PrefletView(this);

Completed in 18 milliseconds