2 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>.
3 * Copyright (c) 2009 Philippe Saint-Pierre, stpere@gmail.com
4 * All rights reserved. Distributed under the terms of the MIT 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.
21 class MainWindow
: public BWindow
{
23 MainWindow(BRect pieRect
);
24 virtual ~MainWindow();
26 virtual void MessageReceived(BMessage
* message
);
27 virtual bool QuitRequested();
31 BVolume
* FindDeviceFor(dev_t device
,
34 void ShowInfo(const FileInfo
* info
);
37 ControlsView
* fControlsView
;
40 #endif // MAIN_WINDOW_H