Searched refs:BBView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.h7 class BBView : public BView { class in inherits:BView
17 BBView(BRect rect);
H A DBBApp.h6 #include "BBView.h"
15 BBView *view;
H A DBBView.cpp2 #include "BBView.h"
5 BBView::BBView(BRect rect) function in class:BBView
13 void BBView::Draw(BRect updateRect) {
58 void BBView::MouseDown(BPoint point) {
77 void BBView::MouseMoved(BPoint point, uint32 transit, const BMessage *message) {
84 void BBView::MouseUp(BPoint point) {
88 void BBView::SetClose(bool close) {
H A DBBApp.cpp47 AddChild(view = new BBView(aRect));

Completed in 36 milliseconds