Searched refs:ShowImageView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/showimage/
H A DSelectionBox.h21 class ShowImageView;
29 void SetBounds(ShowImageView* view, BRect bounds);
32 void MouseDown(ShowImageView* view, BPoint where);
33 void MouseMoved(ShowImageView* view, BPoint where);
34 void MouseUp(ShowImageView* view, BPoint where);
37 void Draw(ShowImageView* view,
43 BRect _RectInView(ShowImageView* view) const;
H A DShowImageView.cpp19 #include "ShowImageView.h"
82 enum ShowImageView::image_orientation
83 ShowImageView::fTransformation[ImageProcessor::kNumberOfAffineTransformations]
175 ShowImageView::ShowImageView(const char* name, uint32 flags) function in class:ShowImageView
223 ShowImageView::~ShowImageView()
233 ShowImageView::_AnimateSelection(bool enabled)
240 ShowImageView::Pulse()
274 ShowImageView
[all...]
H A DSelectionBox.cpp24 #include "ShowImageView.h"
41 SelectionBox::SetBounds(ShowImageView* view, BRect bounds)
71 SelectionBox::MouseDown(ShowImageView* view, BPoint where)
80 SelectionBox::MouseMoved(ShowImageView* view, BPoint where)
102 SelectionBox::MouseUp(ShowImageView* view, BPoint where)
142 SelectionBox::Draw(ShowImageView* view, const BRect& updateRect) const
187 SelectionBox::_RectInView(ShowImageView* view) const
H A DShowImageWindow.h31 class ShowImageView;
136 ShowImageView* fImageView;
H A DShowImageView.h32 class ShowImageView : public BView { class in inherits:BView
34 ShowImageView(const char* name, uint32 flags);
35 virtual ~ShowImageView();
H A DShowImageWindow.cpp59 #include "ShowImageView.h"
240 fImageView = new ShowImageView("image_view",
279 // add View menu here so it can access ShowImageView methods
293 // every 1/10 second; ShowImageView needs it for marching ants

Completed in 97 milliseconds