Home
last modified time | relevance | path

Searched refs:ScrollCorner (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp92 class ScrollCorner : public BView { class
94 ScrollCorner(ScrollView* scrollView);
95 virtual ~ScrollCorner();
133 ScrollCorner::ScrollCorner(ScrollView* scrollView) in ScrollCorner() function in ScrollCorner
172 ScrollCorner::~ScrollCorner() in ~ScrollCorner()
180 ScrollCorner::MouseDown(BPoint point) in MouseDown()
197 ScrollCorner::MouseUp(BPoint point) in MouseUp()
208 ScrollCorner::MouseMoved(BPoint point, uint32 transit, const BMessage* message) in MouseMoved()
231 ScrollCorner::Draw(BRect updateRect) in Draw()
245 ScrollCorner::WindowActivated(bool active) in WindowActivated()
[all …]
H A DScrollView.h19 class ScrollCorner; variable
106 ScrollCorner* fScrollCorner; // scroll corner
146 friend class ScrollCorner; variable