2 * Copyright (c) 2010 Philippe St-Pierre <stpere@gmail.com>. All rights reserved.
3 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
4 * Distributed under the terms of the MIT/X11 license.
6 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
7 * as long as it is accompanied by it's documentation and this copyright notice.
8 * The software comes with no warranty, etc.
15 #include <StringView.h>
21 class StatusView
: public BView
{
24 virtual ~StatusView();
26 void ShowInfo(const FileInfo
* info
);
31 BStringView
* fPathView
;
32 BStringView
* fSizeView
;
33 BStringView
* fCountView
;
34 const FileInfo
* fCurrentFileInfo
;
40 #endif // STATUS_VIEW_H