2 * Copyright (c) 2010 Philippe Saint-Pierre, stpere@gmail.com
3 * All rights reserved. Distributed under the terms of the MIT license.
5 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
6 * as long as it is accompanied by it's documentation and this copyright notice.
7 * The software comes with no warranty, etc.
10 #ifndef VOLUMETAB_VIEW_H
11 #define VOLUMETAB_VIEW_H
26 class VolumeView
: public BView
{
29 VolumeView(const char* name
, BVolume
* volume
);
30 virtual ~VolumeView();
32 virtual void MessageReceived(BMessage
* message
);
35 void SetPath(BPath path
);
36 void ShowInfo(const FileInfo
* info
);
40 StatusView
* fStatusView
;