2 * Copyright 2006-2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
9 #include <Application.h>
17 class App
: public BApplication
{
22 virtual bool QuitRequested();
23 virtual void ReadyToRun();
24 virtual void MessageReceived(BMessage
* message
);
27 void SetNamePanelSize(const BSize
& size
);
28 BSize
NamePanelSize();
31 void _StoreSettingsIfNeeded();
33 bool fSettingsChanged
;