Home
last modified time | relevance | path

Searched refs:LeftView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/diskusage/
H A DInfoWindow.h18 class LeftView: public BView {
20 LeftView(BRect frame, BBitmap* icon);
21 virtual ~LeftView();
H A DInfoWindow.cpp36 LeftView::LeftView(BRect frame, BBitmap* icon) in LeftView() function in LeftView
45 LeftView::~LeftView() in ~LeftView()
52 LeftView::Draw(BRect updateRect) in Draw()
149 LeftView *leftView = new LeftView(BRect(0.0, 0.0, leftWidth, winHeight), in InfoWin()