Home
last modified time | relevance | path

Searched refs:PieView (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/diskusage/
H A DPieView.cpp128 PieView::PieView(BVolume* volume) in PieView() function in PieView
163 PieView::AttachedToWindow() in AttachedToWindow()
173 PieView::~PieView() in ~PieView()
183 PieView::MessageReceived(BMessage* message) in MessageReceived()
216 PieView::MouseDown(BPoint where) in MouseDown()
241 PieView::MouseUp(BPoint where) in MouseUp()
279 PieView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) in MouseMoved()
314 PieView::Draw(BRect updateRect) in Draw()
333 PieView::SetPath(BPath path) in SetPath()
350 PieView::_ShowVolume(BVolume* volume) in _ShowVolume()
[all …]
H A DVolumeView.h19 class PieView; variable
39 PieView* fPieView;
H A DJamfile12 PieView.cpp
26 PieView.cpp
H A DPieView.h35 class PieView: public BView {
37 PieView(BVolume* volume);
38 virtual ~PieView();
H A DMainWindow.h19 class PieView; variable
H A DVolumeView.cpp36 fPieView = new PieView(volume); in VolumeView()