Home
last modified time | relevance | path

Searched refs:BitmapView (Results 1 – 25 of 25) sorted by relevance

/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp10 BitmapView::BitmapView(BRect frame, const char* name, in BitmapView() function in BitmapView
20 BitmapView::~BitmapView() in ~BitmapView()
27 BitmapView::Draw(BRect updateRect) in Draw()
43 BitmapView::MouseDown(BPoint where) in MouseDown()
49 BitmapView::MouseUp(BPoint where) in MouseUp()
55 BitmapView::MouseMoved(BPoint where, uint32 transit, in MouseMoved()
H A DBitmapView.h10 class BitmapView : public BView {
12 BitmapView(BRect frame,
15 virtual ~BitmapView();
H A Dmain.cpp356 BitmapView* painterView = new BitmapView(bounds, "view", bitmap); in main()
391 BitmapView* bViewView = new BitmapView(bounds, "view", bitmap); in main()
H A DJamfile14 BitmapView.cpp
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp16 BitmapView::BitmapView(const char* name) in BitmapView() function in BitmapView
26 BitmapView::~BitmapView() in ~BitmapView()
32 BitmapView::Draw(BRect updateRect) in Draw()
91 BitmapView::MinSize() in MinSize()
106 BitmapView::PreferredSize() in PreferredSize()
114 BitmapView::MaxSize() in MaxSize()
122 BitmapView::SetBitmap(BitmapHolderRef bitmapHolderRef) in SetBitmap()
139 BitmapView::UnsetBitmap() in UnsetBitmap()
152 BitmapView::SetScaleBitmap(bool scaleBitmap) in SetScaleBitmap()
H A DBitmapView.h15 class BitmapView : public BView {
17 BitmapView(const char* name);
19 virtual ~BitmapView();
H A DLinkedBitmapView.h14 class LinkedBitmapView : public BitmapView, public BInvoker {
H A DLinkedBitmapView.cpp14 BitmapView(name), in LinkedBitmapView()
/haiku/src/apps/resedit/
H A DBitmapView.cpp41 BitmapView::BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap, in BitmapView() function in BitmapView
100 BitmapView::~BitmapView(void) in ~BitmapView()
107 BitmapView::AttachedToWindow(void) in AttachedToWindow()
115 BitmapView::SetBitmap(BBitmap *bitmap) in SetBitmap()
134 BitmapView::SetEnabled(bool value) in SetEnabled()
159 BitmapView::SetStyle(border_style style) in SetStyle()
172 BitmapView::SetFixedSize(bool isfixed) in SetFixedSize()
185 BitmapView::MessageReceived(BMessage *msg) in MessageReceived()
279 BitmapView::Draw(BRect rect) in Draw()
359 BitmapView::MouseDown(BPoint pt) in MouseDown()
[all …]
H A DBitmapView.h17 class BitmapView : public BView, public BInvoker
20 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap,
23 ~BitmapView(void);
H A DInternalEditors.h72 class BitmapView; variable
91 BitmapView *fImageView;
H A DJamfile16 BitmapView.cpp
H A DImageEditor.cpp63 fImageView = new BitmapView(r, "imageview", new BMessage(M_IMAGE_CHANGED), fImage, in ImageEditor()
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp15 class BitmapView: public BView class
18 BitmapView(BBitmap* bitmap) in BitmapView() function in BitmapView
24 ~BitmapView() in ~BitmapView()
85 BView* view = new BitmapView(bitmap); in main()
/haiku/src/preferences/appearance/
H A DCurView.h50 class BitmapView : public BBox, public 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); in CurView()
410 BitmapView::BitmapView(const BPoint &pt,BMessage *message, const BHandler *handler, const BLooper *… in BitmapView() function in BitmapView
421 BitmapView::~BitmapView(void) in ~BitmapView()
425 void BitmapView::SetBitmap(BBitmap *bmp) in SetBitmap()
430 void BitmapView::Draw(BRect r) in Draw()
438 void BitmapView::MessageReceived(BMessage *msg) in MessageReceived()
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.h19 class BitmapView; variable
74 BitmapView* fScreenshotView;
H A DUserLoginWindow.h25 class BitmapView; variable
143 BitmapView* fCaptchaView;
H A DScreenshotWindow.cpp66 fScreenshotView = new BitmapView("screenshot view"); in ScreenshotWindow()
H A DPackageInfoView.cpp242 fIconView = new BitmapView("package icon view"); in TitleView()
444 BitmapView* fIconView;
688 fWebsiteIconView = new BitmapView("website icon view"); in AboutView()
813 BitmapView* fWebsiteIconView;
H A DUserLoginWindow.cpp173 fCaptchaView = new BitmapView("captcha view"); in UserLoginWindow()
/haiku/src/preferences/bluetooth/
H A DExtendedLocalDeviceView.h19 class BitmapView; variable
H A DBluetoothDeviceView.h18 class BitmapView; variable
/haiku/src/preferences/mail/
H A DConfigWindow.cpp167 class BitmapView : public BView { class
169 BitmapView(BBitmap *bitmap) in BitmapView() function in BitmapView
180 ~BitmapView() in ~BitmapView()
358 BitmapView* bitmapView = NULL; in _BuildHowToView()
367 bitmapView = new BitmapView(bitmap); in _BuildHowToView()
/haiku/src/apps/haikudepot/
H A DJamfile119 BitmapView.cpp