Home
last modified time | relevance | path

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

/haiku/src/kits/shared/
H A DCalendarView.cpp39 BCalendarView::BCalendarView(BRect frame, const char* name, uint32 resizeMask, in BCalendarView() function in BPrivate::BCalendarView
58 BCalendarView::BCalendarView(const char* name, uint32 flags) in BCalendarView() function in BPrivate::BCalendarView
76 BCalendarView::~BCalendarView() in ~BCalendarView()
82 BCalendarView::BCalendarView(BMessage* archive) in BCalendarView() function in BPrivate::BCalendarView
124 BCalendarView::Instantiate(BMessage* archive) in Instantiate()
127 return new BCalendarView(archive); in Instantiate()
134 BCalendarView::Archive(BMessage* archive, bool deep) const in Archive()
161 BCalendarView::AttachedToWindow() in AttachedToWindow()
173 BCalendarView::FrameResized(float width, float height) in FrameResized()
181 BCalendarView::Draw(BRect updateRect) in Draw()
[all …]
/haiku/headers/private/shared/
H A DCalendarView.h26 class BCalendarView : public BView, public BInvoker {
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/apps/deskbar/
H A DCalendarMenuWindow.h17 class BCalendarView; variable
20 using BPrivate::BCalendarView;
39 BCalendarView* fCalendarView;
H A DCalendarMenuWindow.cpp22 using BPrivate::BCalendarView;
97 fCalendarView = new BCalendarView(Bounds(), "calendar", B_FOLLOW_ALL); in CalendarMenuWindow()
/haiku/src/preferences/time/
H A DDateTimeView.h23 class BCalendarView; variable
27 using BPrivate::BCalendarView;
50 BCalendarView* fCalendarView;
H A DDateTimeView.cpp43 using BPrivate::BCalendarView;
178 fCalendarView = new BCalendarView("calendar"); in _InitView()
/haiku/src/tests/kits/shared/
H A DCalendarViewTest.cpp39 BCalendarView *view = new BCalendarView("test"); in TestSetters()