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

/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.h7 class PathView : public BView { class in inherits:BView
17 PathView(BRect rect);
H A DPathView.cpp1 #include "PathView.h"
45 PathView::PathView(BRect rect) function in class:PathView
53 void PathView::Draw(BRect updateRect) {
91 void PathView::MouseDown(BPoint point) {
110 void PathView::MouseMoved(BPoint point, uint32 transit, const BMessage *message) {
117 void PathView::MouseUp(BPoint point) {
121 void PathView::SetClose(bool close) {
H A DLPBApp.h6 #include "PathView.h"
15 PathView *view;
H A DLPBApp.cpp47 AddChild(view = new PathView(aRect));

Completed in 31 milliseconds