Home
last modified time | relevance | path

Searched refs:SelectionBox (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/showimage/
H A DSelectionBox.cpp27 SelectionBox::SelectionBox() in SelectionBox() function in SelectionBox
35 SelectionBox::~SelectionBox() in ~SelectionBox()
41 SelectionBox::SetBounds(ShowImageView* view, BRect bounds) in SetBounds()
64 SelectionBox::Bounds() const in Bounds()
71 SelectionBox::MouseDown(ShowImageView* view, BPoint where) in MouseDown()
80 SelectionBox::MouseMoved(ShowImageView* view, BPoint where) in MouseMoved()
102 SelectionBox::MouseUp(ShowImageView* view, BPoint where) in MouseUp()
108 SelectionBox::Animate() in Animate()
142 SelectionBox::Draw(ShowImageView* view, const BRect& updateRect) const in Draw()
168 SelectionBox::_InitPatterns() in _InitPatterns()
[all …]
H A DSelectionBox.h24 class SelectionBox {
26 SelectionBox();
27 ~SelectionBox();
H A DJamfile18 SelectionBox.cpp
H A DShowImageView.h207 SelectionBox fSelectionBox;