ShowImageView
SelectionBox::MouseUp(ShowImageView* view, BPoint where)
SelectionBox::Draw(ShowImageView* view, const BRect& updateRect) const
SelectionBox::_RectInView(ShowImageView* view) const
SelectionBox::SetBounds(ShowImageView* view, BRect bounds)
SelectionBox::MouseDown(ShowImageView* view, BPoint where)
SelectionBox::MouseMoved(ShowImageView* view, BPoint where)
class ShowImageView;
void SetBounds(ShowImageView* view, BRect bounds);
void MouseDown(ShowImageView* view, BPoint where);
void MouseMoved(ShowImageView* view, BPoint where);
void MouseUp(ShowImageView* view, BPoint where);
void Draw(ShowImageView* view,
BRect _RectInView(ShowImageView* view) const;
ShowImageView::_ScrollBitmap(BPoint point)
ShowImageView::_GetMergeRects(BBitmap* merge, BRect selection, BRect& srcRect,
ShowImageView::_GetSelectionMergeRects(BRect& srcRect, BRect& dstRect)
ShowImageView::_MergeWithBitmap(BBitmap* merge, BRect selection)
ShowImageView::MouseDown(BPoint position)
ShowImageView::_UpdateSelectionRect(BPoint point, bool final)
ShowImageView::MouseMoved(BPoint point, uint32 state, const BMessage* message)
ShowImageView::MouseUp(BPoint point)
ShowImageView::_LimitToRange(float v, orientation o, bool absolute)
ShowImageView::_ScrollRestricted(float x, float y, bool absolute)
ShowImageView::_ScrollRestrictedTo(float x, float y)
ShowImageView::_ScrollRestrictedBy(float x, float y)
ShowImageView::KeyDown(const char* bytes, int32 numBytes)
ShowImageView::_MouseWheelChanged(BMessage* message)
ShowImageView::_ShowPopUpMenu(BPoint screen)
ShowImageView::_SettingsSetBool(const char* name, bool value)
ShowImageView::MessageReceived(BMessage* message)
ShowImageView::FixupScrollBar(orientation o, float bitmapLength,
ShowImageView::FixupScrollBars()
ShowImageView::SetSelectionMode(bool selectionMode)
ShowImageView::SelectAll()
ShowImageView::ClearSelection()
ShowImageView::_SetHasSelection(bool hasSelection)
ShowImageView::CopySelectionToClipboard()
ShowImageView::SetZoom(float zoom, BPoint where)
ShowImageView::ZoomIn(BPoint where)
ShowImageView::ZoomOut(BPoint where)
ShowImageView::FitToBounds()
ShowImageView::_DoImageOperation(ImageProcessor::operation op, bool quiet)
ShowImageView::_UserDoImageOperation(ImageProcessor::operation op, bool quiet)
ShowImageView::Rotate(int degree)
ShowImageView::Flip(bool vertical)
ShowImageView::ResizeImage(int w, int h)
ShowImageView::ShowImageView(const char* name, uint32 flags)
ShowImageView::_SetIcon(bool clear, icon_size which)
ShowImageView::SetIcon(bool clear)
ShowImageView::_ToggleSlideShow()
ShowImageView::_StopSlideShow()
ShowImageView::_ExitFullScreen()
ShowImageView::_ShowToolBarIfEnabled(bool show)
ShowImageView::WindowActivated(bool active)
ShowImageView::~ShowImageView()
ShowImageView::_AnimateSelection(bool enabled)
ShowImageView::Pulse()
ShowImageView::_SendMessageToWindow(BMessage* message)
ShowImageView::_SendMessageToWindow(uint32 code)
ShowImageView::_Notify()
ShowImageView::_UpdateStatusText()
ShowImageView::_DeleteBitmap()
ShowImageView::_DeleteSelectionBitmap()
ShowImageView::SetImage(const BMessage* message)
ShowImageView::SetImage(const entry_ref* ref, BBitmap* bitmap,
ShowImageView::ImageToView(BPoint p) const
ShowImageView::ViewToImage(BPoint p) const
ShowImageView::ImageToView(BRect r) const
ShowImageView::ConstrainToImage(BPoint& point) const
ShowImageView::ConstrainToImage(BRect& rect) const
ShowImageView::SetShowCaption(bool show)
ShowImageView::SetStretchToBounds(bool enable)
ShowImageView::SetHideIdlingCursor(bool hide)
ShowImageView::Bitmap()
ShowImageView::SetScaleBilinear(bool enabled)
ShowImageView::AttachedToWindow()
ShowImageView::FrameResized(float width, float height)
ShowImageView::_FitToBoundsZoom() const
ShowImageView::_AlignBitmap()
ShowImageView::_DrawBackground(BRect border)
ShowImageView::_LayoutCaption(BFont& font, BPoint& pos, BRect& rect)
ShowImageView::_DrawCaption()
ShowImageView::_UpdateCaption()
ShowImageView::_DrawImage(BRect rect)
ShowImageView::Draw(BRect updateRect)
ShowImageView::_CopySelection(uchar alpha, bool imageSize)
ShowImageView::_AddSupportedTypes(BMessage* msg, BBitmap* bitmap)
enum ShowImageView::image_orientation
ShowImageView::fTransformation[ImageProcessor::kNumberOfAffineTransformations]
ShowImageView::_BeginDrag(BPoint sourcePoint)
ShowImageView::_OutputFormatForType(BBitmap* bitmap, const char* type,
ShowImageView::SaveToFile(BDirectory* dir, const char* name, BBitmap* bitmap,
ShowImageView::_SendInMessage(BMessage* msg, BBitmap* bitmap,
ShowImageView::_HandleDrop(BMessage* msg)
class ShowImageView : public BView {
ShowImageView(const char* name, uint32 flags);
virtual ~ShowImageView();
fImageView = new ShowImageView("image_view",
ShowImageView* fImageView;
class ShowImageView;