Symbol: ShowImageView
src/apps/showimage/SelectionBox.cpp
102
SelectionBox::MouseUp(ShowImageView* view, BPoint where)
src/apps/showimage/SelectionBox.cpp
142
SelectionBox::Draw(ShowImageView* view, const BRect& updateRect) const
src/apps/showimage/SelectionBox.cpp
187
SelectionBox::_RectInView(ShowImageView* view) const
src/apps/showimage/SelectionBox.cpp
41
SelectionBox::SetBounds(ShowImageView* view, BRect bounds)
src/apps/showimage/SelectionBox.cpp
71
SelectionBox::MouseDown(ShowImageView* view, BPoint where)
src/apps/showimage/SelectionBox.cpp
80
SelectionBox::MouseMoved(ShowImageView* view, BPoint where)
src/apps/showimage/SelectionBox.h
21
class ShowImageView;
src/apps/showimage/SelectionBox.h
29
void SetBounds(ShowImageView* view, BRect bounds);
src/apps/showimage/SelectionBox.h
32
void MouseDown(ShowImageView* view, BPoint where);
src/apps/showimage/SelectionBox.h
33
void MouseMoved(ShowImageView* view, BPoint where);
src/apps/showimage/SelectionBox.h
34
void MouseUp(ShowImageView* view, BPoint where);
src/apps/showimage/SelectionBox.h
37
void Draw(ShowImageView* view,
src/apps/showimage/SelectionBox.h
43
BRect _RectInView(ShowImageView* view) const;
src/apps/showimage/ShowImageView.cpp
1032
ShowImageView::_ScrollBitmap(BPoint point)
src/apps/showimage/ShowImageView.cpp
1042
ShowImageView::_GetMergeRects(BBitmap* merge, BRect selection, BRect& srcRect,
src/apps/showimage/ShowImageView.cpp
1065
ShowImageView::_GetSelectionMergeRects(BRect& srcRect, BRect& dstRect)
src/apps/showimage/ShowImageView.cpp
1072
ShowImageView::_MergeWithBitmap(BBitmap* merge, BRect selection)
src/apps/showimage/ShowImageView.cpp
1104
ShowImageView::MouseDown(BPoint position)
src/apps/showimage/ShowImageView.cpp
1157
ShowImageView::_UpdateSelectionRect(BPoint point, bool final)
src/apps/showimage/ShowImageView.cpp
1186
ShowImageView::MouseMoved(BPoint point, uint32 state, const BMessage* message)
src/apps/showimage/ShowImageView.cpp
1201
ShowImageView::MouseUp(BPoint point)
src/apps/showimage/ShowImageView.cpp
1216
ShowImageView::_LimitToRange(float v, orientation o, bool absolute)
src/apps/showimage/ShowImageView.cpp
1240
ShowImageView::_ScrollRestricted(float x, float y, bool absolute)
src/apps/showimage/ShowImageView.cpp
1259
ShowImageView::_ScrollRestrictedTo(float x, float y)
src/apps/showimage/ShowImageView.cpp
1266
ShowImageView::_ScrollRestrictedBy(float x, float y)
src/apps/showimage/ShowImageView.cpp
1273
ShowImageView::KeyDown(const char* bytes, int32 numBytes)
src/apps/showimage/ShowImageView.cpp
1354
ShowImageView::_MouseWheelChanged(BMessage* message)
src/apps/showimage/ShowImageView.cpp
1400
ShowImageView::_ShowPopUpMenu(BPoint screen)
src/apps/showimage/ShowImageView.cpp
1416
ShowImageView::_SettingsSetBool(const char* name, bool value)
src/apps/showimage/ShowImageView.cpp
1428
ShowImageView::MessageReceived(BMessage* message)
src/apps/showimage/ShowImageView.cpp
1451
ShowImageView::FixupScrollBar(orientation o, float bitmapLength,
src/apps/showimage/ShowImageView.cpp
1475
ShowImageView::FixupScrollBars()
src/apps/showimage/ShowImageView.cpp
1490
ShowImageView::SetSelectionMode(bool selectionMode)
src/apps/showimage/ShowImageView.cpp
1498
ShowImageView::SelectAll()
src/apps/showimage/ShowImageView.cpp
1509
ShowImageView::ClearSelection()
src/apps/showimage/ShowImageView.cpp
1520
ShowImageView::_SetHasSelection(bool hasSelection)
src/apps/showimage/ShowImageView.cpp
1534
ShowImageView::CopySelectionToClipboard()
src/apps/showimage/ShowImageView.cpp
1563
ShowImageView::SetZoom(float zoom, BPoint where)
src/apps/showimage/ShowImageView.cpp
1608
ShowImageView::ZoomIn(BPoint where)
src/apps/showimage/ShowImageView.cpp
1624
ShowImageView::ZoomOut(BPoint where)
src/apps/showimage/ShowImageView.cpp
1642
ShowImageView::FitToBounds()
src/apps/showimage/ShowImageView.cpp
1658
ShowImageView::_DoImageOperation(ImageProcessor::operation op, bool quiet)
src/apps/showimage/ShowImageView.cpp
1711
ShowImageView::_UserDoImageOperation(ImageProcessor::operation op, bool quiet)
src/apps/showimage/ShowImageView.cpp
1718
ShowImageView::Rotate(int degree)
src/apps/showimage/ShowImageView.cpp
1728
ShowImageView::Flip(bool vertical)
src/apps/showimage/ShowImageView.cpp
1738
ShowImageView::ResizeImage(int w, int h)
src/apps/showimage/ShowImageView.cpp
175
ShowImageView::ShowImageView(const char* name, uint32 flags)
src/apps/showimage/ShowImageView.cpp
1763
ShowImageView::_SetIcon(bool clear, icon_size which)
src/apps/showimage/ShowImageView.cpp
1817
ShowImageView::SetIcon(bool clear)
src/apps/showimage/ShowImageView.cpp
1825
ShowImageView::_ToggleSlideShow()
src/apps/showimage/ShowImageView.cpp
1832
ShowImageView::_StopSlideShow()
src/apps/showimage/ShowImageView.cpp
1839
ShowImageView::_ExitFullScreen()
src/apps/showimage/ShowImageView.cpp
1847
ShowImageView::_ShowToolBarIfEnabled(bool show)
src/apps/showimage/ShowImageView.cpp
1856
ShowImageView::WindowActivated(bool active)
src/apps/showimage/ShowImageView.cpp
223
ShowImageView::~ShowImageView()
src/apps/showimage/ShowImageView.cpp
233
ShowImageView::_AnimateSelection(bool enabled)
src/apps/showimage/ShowImageView.cpp
240
ShowImageView::Pulse()
src/apps/showimage/ShowImageView.cpp
274
ShowImageView::_SendMessageToWindow(BMessage* message)
src/apps/showimage/ShowImageView.cpp
282
ShowImageView::_SendMessageToWindow(uint32 code)
src/apps/showimage/ShowImageView.cpp
291
ShowImageView::_Notify()
src/apps/showimage/ShowImageView.cpp
307
ShowImageView::_UpdateStatusText()
src/apps/showimage/ShowImageView.cpp
325
ShowImageView::_DeleteBitmap()
src/apps/showimage/ShowImageView.cpp
344
ShowImageView::_DeleteSelectionBitmap()
src/apps/showimage/ShowImageView.cpp
352
ShowImageView::SetImage(const BMessage* message)
src/apps/showimage/ShowImageView.cpp
378
ShowImageView::SetImage(const entry_ref* ref, BBitmap* bitmap,
src/apps/showimage/ShowImageView.cpp
453
ShowImageView::ImageToView(BPoint p) const
src/apps/showimage/ShowImageView.cpp
462
ShowImageView::ViewToImage(BPoint p) const
src/apps/showimage/ShowImageView.cpp
471
ShowImageView::ImageToView(BRect r) const
src/apps/showimage/ShowImageView.cpp
483
ShowImageView::ConstrainToImage(BPoint& point) const
src/apps/showimage/ShowImageView.cpp
490
ShowImageView::ConstrainToImage(BRect& rect) const
src/apps/showimage/ShowImageView.cpp
497
ShowImageView::SetShowCaption(bool show)
src/apps/showimage/ShowImageView.cpp
507
ShowImageView::SetStretchToBounds(bool enable)
src/apps/showimage/ShowImageView.cpp
519
ShowImageView::SetHideIdlingCursor(bool hide)
src/apps/showimage/ShowImageView.cpp
526
ShowImageView::Bitmap()
src/apps/showimage/ShowImageView.cpp
533
ShowImageView::SetScaleBilinear(bool enabled)
src/apps/showimage/ShowImageView.cpp
544
ShowImageView::AttachedToWindow()
src/apps/showimage/ShowImageView.cpp
552
ShowImageView::FrameResized(float width, float height)
src/apps/showimage/ShowImageView.cpp
559
ShowImageView::_FitToBoundsZoom() const
src/apps/showimage/ShowImageView.cpp
582
ShowImageView::_AlignBitmap()
src/apps/showimage/ShowImageView.cpp
617
ShowImageView::_DrawBackground(BRect border)
src/apps/showimage/ShowImageView.cpp
632
ShowImageView::_LayoutCaption(BFont& font, BPoint& pos, BRect& rect)
src/apps/showimage/ShowImageView.cpp
654
ShowImageView::_DrawCaption()
src/apps/showimage/ShowImageView.cpp
680
ShowImageView::_UpdateCaption()
src/apps/showimage/ShowImageView.cpp
697
ShowImageView::_DrawImage(BRect rect)
src/apps/showimage/ShowImageView.cpp
710
ShowImageView::Draw(BRect updateRect)
src/apps/showimage/ShowImageView.cpp
744
ShowImageView::_CopySelection(uchar alpha, bool imageSize)
src/apps/showimage/ShowImageView.cpp
804
ShowImageView::_AddSupportedTypes(BMessage* msg, BBitmap* bitmap)
src/apps/showimage/ShowImageView.cpp
82
enum ShowImageView::image_orientation
src/apps/showimage/ShowImageView.cpp
83
ShowImageView::fTransformation[ImageProcessor::kNumberOfAffineTransformations]
src/apps/showimage/ShowImageView.cpp
854
ShowImageView::_BeginDrag(BPoint sourcePoint)
src/apps/showimage/ShowImageView.cpp
898
ShowImageView::_OutputFormatForType(BBitmap* bitmap, const char* type,
src/apps/showimage/ShowImageView.cpp
936
ShowImageView::SaveToFile(BDirectory* dir, const char* name, BBitmap* bitmap,
src/apps/showimage/ShowImageView.cpp
982
ShowImageView::_SendInMessage(BMessage* msg, BBitmap* bitmap,
src/apps/showimage/ShowImageView.cpp
998
ShowImageView::_HandleDrop(BMessage* msg)
src/apps/showimage/ShowImageView.h
32
class ShowImageView : public BView {
src/apps/showimage/ShowImageView.h
34
ShowImageView(const char* name, uint32 flags);
src/apps/showimage/ShowImageView.h
35
virtual ~ShowImageView();
src/apps/showimage/ShowImageWindow.cpp
226
fImageView = new ShowImageView("image_view",
src/apps/showimage/ShowImageWindow.h
136
ShowImageView* fImageView;
src/apps/showimage/ShowImageWindow.h
31
class ShowImageView;