Searched refs:BCalendarView (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.h17 class BCalendarView;
20 using BPrivate::BCalendarView;
39 BCalendarView* fCalendarView;
H A DCalendarMenuWindow.cpp22 using BPrivate::BCalendarView;
97 fCalendarView = new BCalendarView(Bounds(), "calendar", B_FOLLOW_ALL);
/haiku/src/preferences/time/
H A DDateTimeView.h23 class BCalendarView;
27 using BPrivate::BCalendarView;
50 BCalendarView* fCalendarView;
H A DDateTimeView.cpp43 using BPrivate::BCalendarView;
178 fCalendarView = new BCalendarView("calendar");
/haiku/src/kits/shared/
H A DCalendarView.cpp39 BCalendarView::BCalendarView(BRect frame, const char* name, uint32 resizeMask, function in class:BPrivate::BCalendarView
58 BCalendarView::BCalendarView(const char* name, uint32 flags) function in class:BPrivate::BCalendarView
76 BCalendarView::~BCalendarView()
82 BCalendarView::BCalendarView(BMessage* archive) function in class:BPrivate::BCalendarView
124 BCalendarView::Instantiate(BMessage* archive)
126 if (validate_instantiation(archive, "BCalendarView"))
[all...]
/haiku/headers/private/shared/
H A DCalendarView.h26 class BCalendarView : public BView, public BInvoker { class in namespace:BPrivate
28 BCalendarView(BRect frame, const char* name,
33 BCalendarView(const char* name,
37 virtual ~BCalendarView();
39 BCalendarView(BMessage* archive);
206 BCalendarView(const BCalendarView& view);
207 BCalendarView& operator=(const BCalendarView& view);
/haiku/src/tests/kits/shared/
H A DCalendarViewTest.cpp39 BCalendarView *view = new BCalendarView("test");

Completed in 85 milliseconds