Searched refs:BitmapView (Results 1 - 22 of 22) sorted by relevance

/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp0 // BitmapView.cpp
7 #include "BitmapView.h"
10 BitmapView::BitmapView(BRect frame, const char* name, function in class:BitmapView
20 BitmapView::~BitmapView()
27 BitmapView::Draw(BRect updateRect)
43 BitmapView::MouseDown(BPoint where)
49 BitmapView::MouseUp(BPoint where)
55 BitmapView
[all...]
H A DBitmapView.h0 // BitmapView.h
10 class BitmapView : public BView { class in inherits:BView
12 BitmapView(BRect frame,
15 virtual ~BitmapView();
H A Dmain.cpp11 #include "BitmapView.h"
356 BitmapView* painterView = new BitmapView(bounds, "view", bitmap);
391 BitmapView* bViewView = new BitmapView(bounds, "view", bitmap);
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.h15 class BitmapView : public BView { class in inherits:BView
17 BitmapView(const char* name);
19 virtual ~BitmapView();
H A DBitmapView.cpp8 #include "BitmapView.h"
16 BitmapView::BitmapView(const char* name) function in class:BitmapView
27 BitmapView::~BitmapView()
33 BitmapView::Draw(BRect updateRect)
90 BitmapView::MinSize()
105 BitmapView::PreferredSize()
113 BitmapView::MaxSize()
121 BitmapView
[all...]
H A DLinkedBitmapView.h11 #include "BitmapView.h"
14 class LinkedBitmapView : public BitmapView, public BInvoker {
H A DLinkedBitmapView.cpp14 BitmapView(name),
25 // We don't want to use BitmapView's default behavior here.
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp15 class BitmapView: public BView class in inherits:BView
18 BitmapView(BBitmap* bitmap) function in class:BitmapView
24 ~BitmapView()
85 BView* view = new BitmapView(bitmap);
/haiku/src/preferences/appearance/
H A DCurView.h50 class BitmapView : public BBox, public BInvoker class in inherits:BBox,BInvoker
53 BitmapView(const BPoint &pt,BMessage *message,
55 ~BitmapView(void);
92 BitmapView *bmpview;
H A DCurView.cpp98 bmpview=new BitmapView(BPoint(10,10),new BMessage(CURSOR_UPDATED),this);
410 BitmapView::BitmapView(const BPoint &pt,BMessage *message, const BHandler *handler, const BLooper *looper=NULL) function in class:BitmapView
421 BitmapView::~BitmapView(void)
425 void BitmapView::SetBitmap(BBitmap *bmp)
430 void BitmapView::Draw(BRect r)
438 void BitmapView::MessageReceived(BMessage *msg)
/haiku/src/apps/resedit/
H A DBitmapView.cpp1 #include "BitmapView.h"
41 BitmapView::BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap, function in class:BitmapView
100 BitmapView::~BitmapView(void)
107 BitmapView::AttachedToWindow(void)
115 BitmapView::SetBitmap(BBitmap *bitmap)
134 BitmapView::SetEnabled(bool value)
145 BitmapView::SetLabel(const char *label)
159 BitmapView
[all...]
H A DBitmapView.h17 class BitmapView : public BView, public BInvoker class in inherits:BView,BInvoker
20 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap,
23 ~BitmapView(void);
H A DInternalEditors.h72 class BitmapView;
91 BitmapView *fImageView;
H A DImageEditor.cpp8 #include "BitmapView.h"
63 fImageView = new BitmapView(r, "imageview", new BMessage(M_IMAGE_CHANGED), fImage,
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.h18 class BitmapView;
75 BitmapView* fScreenshotView;
H A DUserLoginWindow.h25 class BitmapView;
143 BitmapView* fCaptchaView;
H A DPackageInfoView.cpp36 #include "BitmapView.h"
239 fIconView = new BitmapView("package icon view");
422 BitmapView* fIconView;
675 fEmailIconView = new BitmapView("email icon view");
680 fWebsiteIconView = new BitmapView("website icon view");
814 BitmapView* fEmailIconView;
818 BitmapView* fWebsiteIconView;
H A DScreenshotWindow.cpp19 #include "BitmapView.h"
71 fScreenshotView = new BitmapView("screenshot view");
92 // again by BitmapView::AllAttached()
H A DUserLoginWindow.cpp26 #include "BitmapView.h"
172 fCaptchaView = new BitmapView("captcha view");
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.h18 class BitmapView;
H A DExtendedLocalDeviceView.h19 class BitmapView;
/haiku/src/preferences/mail/
H A DConfigWindow.cpp167 class BitmapView : public BView { class in inherits:BView
169 BitmapView(BBitmap *bitmap) function in class:BitmapView
180 ~BitmapView()
358 BitmapView* bitmapView = NULL;
367 bitmapView = new BitmapView(bitmap);

Completed in 113 milliseconds