Searched refs:ScrollCorner (Results 1 – 2 of 2) sorted by relevance
92 class ScrollCorner : public BView { class94 ScrollCorner(ScrollView* scrollView);95 virtual ~ScrollCorner();133 ScrollCorner::ScrollCorner(ScrollView* scrollView) in ScrollCorner() function in ScrollCorner172 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 …]
19 class ScrollCorner; variable106 ScrollCorner* fScrollCorner; // scroll corner146 friend class ScrollCorner; variable