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

/haiku/src/tests/kits/game/chart/
H A DChartView.h3 ChartView.h
22 class ChartView : public BView { class in inherits:BView
24 ChartView(BRect frame);
H A DChartView.cpp3 ChartView.cpp
14 #include "ChartView.h"
18 ChartView::ChartView(BRect rect) function in class:ChartView
27 ChartView::Draw(BRect rect)
41 ChartView::MouseDown(BPoint where)
H A DChartWindow.h24 #include "ChartView.h"
374 ChartView *fChartView;
H A DChartWindow.cpp900 fChartView = new ChartView(r);

Completed in 88 milliseconds